DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on XLA_EVENTS_INT_GT

Line 2287: FROM xla_events_int_gt

2283: cnt INTEGER;
2284: trxn_number VARCHAR2(240);
2285: CURSOR for_batch IS
2286: SELECT 'X'
2287: FROM xla_events_int_gt
2288: WHERE entity_id IS NULL;
2289: l_test VARCHAR2(1);
2290:
2291:

Line 3152: INSERT INTO xla_events_int_gt (

3148: */
3149: cnt := bld_ev_ent.COUNT;
3150: IF cnt > 0 THEN
3151: FOR m IN bld_ev_ent.FIRST .. bld_ev_ent.LAST LOOP
3152: INSERT INTO xla_events_int_gt (
3153: APPLICATION_ID
3154: , LEGAL_ENTITY_ID
3155: , LEDGER_ID
3156: , ENTITY_CODE

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

3326: (p_application_id => 222,
3327: p_ledger_id => arp_standard.sysparm.set_of_books_id,
3328: p_entity_type_code => l_entity_code);
3329: --avoid recreation of successfully events
3330: DELETE from xla_events_int_gt WHERE entity_id IS NOT NULL;
3331: log('Calling xla_events_pub_pkg.create_bulk_events -');
3332: END IF;
3333: CLOSE for_batch;
3334: END IF;