Register Table

How to register table in Oracle Apps?

Questions by gamps007

Showing Answers 1 - 3 of 3 Answers

you have to use AD_DD package for registering your tables and columns.

Here is the code

AD_DD.register_table(p_appl_short_name => ,p_tab_name => ,p_tab_type => )
AD_DD.register_column(p_appl_short_name => ,p_tab_name => ,p_col_name => ,p_col_seq => ,p_col_type => ,p_col_width => ,p_nullable => )

you have to fill your table details accordingly...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions