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

what is the difference between %_all and %_f tables

1 Answers  


What do you understand by concurrent programs?

0 Answers  


What is the package?

2 Answers  


tell me the scenarios of between pages in reports

5 Answers  


What are the Major differences bteween key flexfields ,descriptive flexfields

4 Answers   Sierra Atlantica, TechBulls,






In developer Reports::there are 3 parameters.can you pass the paramter1+paratmeter2 value to the third parameter??

1 Answers  


Matrix Report: Simple, Group above, Nested

1 Answers  


If the valueset if of type –TABLE then how many tables can we attach in the valueset ?

5 Answers   Wipro,


what is the difference between request group and request security in oracle apps?

1 Answers  


how to use .prt file in bitmap reports?

2 Answers   Accenture,


What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1

25 Answers   IBM, Satyam,


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

0 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)