Answer Posted / 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 View All Answers
Do you know what is applysys in oracle application database schema, what is apps?
How can we import the data into a database using sql * loader?
What are the benefits of using soa architecture?
What are the different components of soa suite?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
What is count(*) from po_vendors(any table)?
Are you familiar with internet architecture of oracle apps 11i?
Explain oracle apps architecture.
what is the difference between request group and request security in oracle apps?
what is pay run id ?
is it possible to run the interface without using oracle apps?
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
How to create a purchase order without a requisition?
what are the prerequisites for costing transactions?
can we get profile values in report without using user exists is it possible how?