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

please send me forms, xml pulisher questions,answers

0 Answers   Zensar,


what is the use of placeholer column?

3 Answers  


HOW CAN U KNOW TABLE IS REGISTERD IN APPS?

3 Answers  


where we can check the status of po.

4 Answers  


sourcing in GL

1 Answers   Convergys,






what is the differences between internal requisition and internal sales order?

0 Answers   Accenture,


Registering parametric report?

1 Answers  


Can you have two functions with the same name in a pl/sql block?

5 Answers   TCS,


In hierarchical structure of a database? we have write query from where we should start?

0 Answers   IBM,


How to move the one file from one instance to another instance? And your scripts also?

0 Answers  


what is latest version in reports

8 Answers  


in reports token is casesensitive or not?

2 Answers  


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)