DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on XLA_EVENTS_INT_GT

Line 2277: FROM xla_events_int_gt

2273: cnt INTEGER;
2274: trxn_number VARCHAR2(240);
2275: CURSOR for_batch IS
2276: SELECT 'X'
2277: FROM xla_events_int_gt
2278: WHERE entity_id IS NULL;
2279: l_test VARCHAR2(1);
2280:
2281:

Line 3140: INSERT INTO xla_events_int_gt (

3136: */
3137: cnt := bld_ev_ent.COUNT;
3138: IF cnt > 0 THEN
3139: FOR m IN bld_ev_ent.FIRST .. bld_ev_ent.LAST LOOP
3140: INSERT INTO xla_events_int_gt (
3141: APPLICATION_ID
3142: , LEGAL_ENTITY_ID
3143: , LEDGER_ID
3144: , ENTITY_CODE

Line 3318: DELETE from xla_events_int_gt WHERE entity_id IS NOT NULL;

3314: (p_application_id => 222,
3315: p_ledger_id => arp_standard.sysparm.set_of_books_id,
3316: p_entity_type_code => l_entity_code);
3317: --avoid recreation of successfully events
3318: DELETE from xla_events_int_gt WHERE entity_id IS NOT NULL;
3319: log('Calling xla_events_pub_pkg.create_bulk_events -');
3320: END IF;
3321: CLOSE for_batch;
3322: END IF;