DBA Data[Home] [Help]

APPS.PSA_SLA_PROCESSING_PKG dependencies on XLA_EVENTS_GT

Line 79: FROM xla_events_gt e,

75: SET funds_status_code = 'S'
76: WHERE (ae1.event_id, ae1.application_id) IN
77: (SELECT e.event_id,
78: e.application_id
79: FROM xla_events_gt e,
80: gl_ledgers l
81: WHERE e.application_id = p_application_id
82: AND e.process_status_code = 'P'
83: AND e.ledger_id = l.ledger_id