DBA Data[Home] [Help]

APPS.XLA_REVERSE_EVENTS_PVT_PKG dependencies on XLA_EVENTS_S

Line 1270: ,NVL(p_array_event_data.event_id(i), XLA_EVENTS_S.NEXTVAL ) -- use the existing event_id in the interface or use the new one

1266: NVL(p_array_event_data.reference_num_1(i) , g_manual_entity_id ) -- use the existing entity_id in the interface or use the new one
1267: ,p_array_event_data.application_id(i)
1268: ,p_array_event_data.ledger_id(i) -- contains the LEDGER_ID from Interface
1269: ,p_array_event_data.entity_code(i) -- contains the ENTITY_CODE from Interface
1270: ,NVL(p_array_event_data.event_id(i), XLA_EVENTS_S.NEXTVAL ) -- use the existing event_id in the interface or use the new one
1271: ,C_TYPE_MANUAL
1272: ,C_TYPE_MANUAL
1273: ,p_array_event_data.event_number(i) -- contains the ORIGINAL EVENT_ID
1274: ,p_array_event_data.event_date(i) -- contains the REVERSAL_GL_DATE from Interface