Tuesday 10 March 2015

Script to Register Custom Table using AD_DD Package

             If a custom table is not registered then that table will not be shown in fnd_tables. You have to register your custom table if you are using those tables in AOL like value set creation. Using AD_DD package you can register custom tables,columns,Primary keys. If a table has many columns then you have to register each and every column manually . It is a tedious task.

       You can use below PLSQL block to register the table and all columns and primary key by passing table name and application short name as parameter

To copy code select+ctrl+C

No comments: