DBA Data[Home] [Help]

APPS.CST_RECEIPTACCRUALPEREND_PVT dependencies on XLA_EVENTS_INT_GT

Line 1139: DELETE FROM XLA_EVENTS_INT_GT;

1135: l_reference_date_1 := INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(
1136: p_sys_setup_rec.transaction_date,
1137: p_sys_setup_rec.org_id);
1138: l_stmt_num := 200;
1139: DELETE FROM XLA_EVENTS_INT_GT;
1140: l_stmt_num := 220;
1141:
1142: FOR l_ctr IN g_rae_event_id_tbl.FIRST..g_rae_event_id_tbl.LAST LOOP
1143: IF (g_rae_event_type_id_tbl(l_ctr) = 14) THEN

Line 1144: INSERT INTO XLA_EVENTS_INT_GT

1140: l_stmt_num := 220;
1141:
1142: FOR l_ctr IN g_rae_event_id_tbl.FIRST..g_rae_event_id_tbl.LAST LOOP
1143: IF (g_rae_event_type_id_tbl(l_ctr) = 14) THEN
1144: INSERT INTO XLA_EVENTS_INT_GT
1145: ( application_id,
1146: ledger_id,
1147: entity_code,
1148: source_id_int_1,