Oracle Application dicussion and support forum

June 19, 2007

Registering a table AD_DD.register_table in Oracle Applications 11i Ebusiness suite

Filed under: 11i, CRM, Ebusiness Suite, Oracle 9i, Oracle Apps, customer support, oracle 10g — admin @ 6:28 pm

Registering a table in Oracle Applications 11i Ebusiness suite to be used in Alerts and Flexfields

Flexfields and Oracle Alert are the only features or products that require the custom tables to be registered in Oracle Applications (Application Object Library) before they can be used. Custom application tables can be registered by using the AD_DD PL/SQL Package. If you are planning to use custom tables either in Alerts or in Flexfields, they need to be registered. The following methods describe how you can register the tables.

  • ADD_DD.REGISTER_TABLE
ad_dd.register_table ('Application short name', 'EMAIL_TEMPLATES', 'T');
  • ADD_DD.REGISTER_COLUMN

ad_dd.register_column (‘Application short name’,
‘EMAIL_TEMPLATES’,
‘EMAIL_TEMPLATE_ID’,–Column
1,–Sequence
‘number’,–type
4,–width
‘N’,
‘N’
);

  • Register all the columns one by one . Now you can use these custom table in your flex field definitions and in Oracle Alerts

1 Comment »

  1. I red through your and http://sabersurge.com/oracleappsdev/index.php?option=com_content&view=article&id=63:oracle-audit-trail-for-custom-table-&catid=34:oa-framework and solved the issues with my first audit trail,
    Thanks,
    Rajeev

    Comment by rajeev — July 7, 2009 @ 9:58 pm

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress