DBA Data[Home] [Help]

APPS.PA_XLA_SWEEP_TXN_PKG dependencies on XLA_ENTITY_EVENTS_V

Line 47: Is Select EV.Event_Id From xla_entity_events_v EV

43: P_TRAN_TYPE VARCHAR2)
44: Is
45:
46: Cursor ACC_EVENT_ERROR(p_start_date date, p_end_date date)
47: Is Select EV.Event_Id From xla_entity_events_v EV
48: where EV.EVENT_DATE between p_start_date and p_end_Date
49: and EV.process_status_code <> 'P'
50: and EV.security_id_int_1 = g_org_id
51: and EV.Application_Id = 275