DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on XLA_EVENTS_INT_GT

Line 840: insert into xla_events_int_gt

836:
837: l_stmt_num := 20;
838:
839: /* Insert necessary information into SLA events temp table */
840: insert into xla_events_int_gt
841: (
842: application_id,
843: ledger_id,
844: legal_entity_id,

Line 1203: insert into xla_events_int_gt

1199:
1200: for c_wo_rec in c_wo(p_ou_id) loop
1201: --{
1202: /* Insert necessary information into SLA events temp table */
1203: insert into xla_events_int_gt
1204: (
1205: application_id,
1206: ledger_id,
1207: entity_code,

Line 1817: insert into xla_events_int_gt

1813:
1814: for c_wo_rec in c_wo(p_ou_id) loop
1815: --{
1816: /* Insert the necessary information into SLA's event temp table */
1817: insert into xla_events_int_gt
1818: (
1819: application_id,
1820: ledger_id,
1821: legal_entity_id,