DBA Data[Home] [Help]

APPS.CST_LCMADJUSTMENTS_PVT dependencies on XLA_EVENTS_PUB_PKG

Line 2371: XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,

2367: rae.organization_id,
2368: cmap.event_class_code,
2369: cmap.event_type_code,
2370: rae.transaction_date,
2371: XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,
2372: rae.organization_id,
2373: rae.org_id,
2374: rae.transaction_date,
2375: acc.accounting_date,

Line 2398: xla_events_pub_pkg.create_bulk_events(p_application_id => 707,

2394:
2395: l_stmt_num := 70;
2396:
2397: /* Call the xla package for creating xla events for the receiving events in bulk */
2398: xla_events_pub_pkg.create_bulk_events(p_application_id => 707,
2399: p_ledger_id => p_ledger_id,
2400: p_entity_type_code => 'RCV_ACCOUNTING_EVENTS',
2401: p_source_application_id => 201);
2402: