DBA Data[Home] [Help]

APPS.BEN_PLAN_COPY_LOADER dependencies on ALL_TRIGGERS

Line 203: from all_triggers

199:
200: -- Bug : 4354708
201: cursor c_trig_cet is
202: select null
203: from all_triggers
204: where table_name = 'PQH_COPY_ENTITY_TXNS'
205: and trigger_name = 'PQH_COPY_ENTITY_TXNS_WHO'
206: and table_owner = l_schema
207: and status = 'ENABLED';

Line 481: from all_triggers

477:
478: --Bug : 4354708
479: cursor c_trig_cea is
480: select null
481: from all_triggers
482: where table_name = 'PQH_COPY_ENTITY_ATTRIBS'
483: and trigger_name = 'PQH_COPY_ENTITY_ATTRIBS_WHO'
484: and table_owner = l_schema
485: and status = 'ENABLED';

Line 934: from all_triggers

930: --
931: --Bug : 4354708
932: cursor c_trig_cer is
933: select null
934: from all_triggers
935: where table_name = 'PQH_COPY_ENTITY_RESULTS'
936: and trigger_name = 'PQH_COPY_ENTITY_RESULTS_WHO'
937: and table_owner = l_schema
938: and status = 'ENABLED';

Line 1882: from all_triggers

1878:
1879: --Bug : 4354708
1880: cursor c_trig_cpe is
1881: select null
1882: from all_triggers
1883: where table_name = 'BEN_COPY_ENTITY_RESULTS'
1884: and trigger_name = 'BEN_COPY_ENTITY_RESULTS_WHO'
1885: and table_owner = l_schema
1886: and status = 'ENABLED';