HOW CAN U KNOW TABLE IS REGISTERD IN APPS?

Answers were Sorted based on User's Feedback



HOW CAN U KNOW TABLE IS REGISTERD IN APPS?..

Answer / kumar

use the following query to check the same:

select table_name from fnd_tables
where table_name = <table name>

table name = mention the table name, which u want to know
whether it is registered in APPS.

Is This Answer Correct ?    12 Yes 3 No

HOW CAN U KNOW TABLE IS REGISTERD IN APPS?..

Answer / kranthi kumar

U CAN KNOW FROM FRONT END ALSO
NAV: APPLICATION DEVELOPER-->APPLICATION-->DATABASE-->TABLE

QUERY FOR THE TABLE WHICH U WANT TO TEST.

IF IT IS REGISTERED THEN U CAN SEE THAT TABLE THERE.

Is This Answer Correct ?    7 Yes 0 No

HOW CAN U KNOW TABLE IS REGISTERD IN APPS?..

Answer / venkat kolla

Using ad_dd package.
Example:
First register the table:
EXECUTE ad_dd.register_table
('FND','TABLE_NAME','T',pct_free,pct_used)

Then register the columns:
EXECUTE ad_dd.register_columns
('FND','TABLE_NAME','COLUMN_NAME',
sequence, 'DATATYPE',col_width,nullable,translate)

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More Oracle Apps Technical Interview Questions

we have 4 managers if one person logon the system automatically displays his siganature and name how?

1 Answers   BirlaSoft,


diff between key and descriptive flexfield.

4 Answers   Convergys,


Which is the best website to learn Oracle Apps?

2 Answers  


In a package have predefined exception and user defined exception. while execution which exception will be executed first? why?

1 Answers   Oracle,


What is responsibility?

5 Answers  






types of invoices?

7 Answers   BelAir Store, Convergys, Wings Biotech,


What is the use of format trigger?

4 Answers   Cap Gemini, IBM,


Tell me some interface tables on ordermangement.

1 Answers   Zensar,


What is the reason for distribution hold. Why invoices will go on distribution variance hold ??

1 Answers   Oracle,


Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?

7 Answers   Satyam,


Who information?s?

2 Answers  


What is implicity cursor . When it fires . For which statement it will fire(Insert/update/delte). What is the attribute of implicity and explicity cursor oracle 9i. What is the Rec cursor.

2 Answers   IBM,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)