DBA Data[Home] [Help]

APPS.ALR_DBTRIGGER dependencies on FND_TABLES

Line 478: FROM fnd_tables

474: '_' || EVENT_MODE || 'AR';
475:
476: SELECT table_id
477: INTO v_table_id
478: FROM fnd_tables
479: WHERE table_name = TBL_NAME
480: AND application_id = TBL_APPLID;
481:
482: v_trigger_name := 'ALR_' || substr(TBL_NAME, 1, 22 - LENGTH(TO_CHAR(TBL_APPLID)) - LENGTH(TO_CHAR(v_table_id))- 2) ||