DBA Data[Home] [Help]

APPS.PSA_SLA_PROCESSING_PKG dependencies on GL_LEDGERS

Line 80: gl_ledgers l

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
84: AND e.budgetary_control_flag = 'N'