We can register the Table using Application DBA Data Definitions (AD_DD)
Package from the Back End. You can also use the AD_DD API to delete the registrations
of tables and columns from Oracle Application Object Library tables. To alter a
registration you should first delete the registration, and then re register the table or
column. You should delete the column registration first, then the table registration,you should run the AD_DD procedures against the APPS schema. You must commit your changes for them to take effect.
Post
Table Registration with Application Interface (API)
Table Registration with Application Interface (API)
4 mins read
How to register table using API ?