DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on XLA_EVENTS_INT_GT

Line 846: insert into xla_events_int_gt

842:
843: l_stmt_num := 20;
844:
845: /* Insert necessary information into SLA events temp table */
846: insert into xla_events_int_gt
847: (
848: application_id,
849: ledger_id,
850: legal_entity_id,

Line 1209: insert into xla_events_int_gt

1205:
1206: for c_wo_rec in c_wo(p_ou_id) loop
1207: --{
1208: /* Insert necessary information into SLA events temp table */
1209: insert into xla_events_int_gt
1210: (
1211: application_id,
1212: ledger_id,
1213: entity_code,

Line 1827: insert into xla_events_int_gt

1823:
1824: for c_wo_rec in c_wo(p_ou_id) loop
1825: --{
1826: /* Insert the necessary information into SLA's event temp table */
1827: insert into xla_events_int_gt
1828: (
1829: application_id,
1830: ledger_id,
1831: legal_entity_id,