DBA Data[Home] [Help]

APPS.OKL_PERD_STATUS_PVT dependencies on XLA_TRANSACTION_ENTITIES

Line 354: FROM xla_events xle, xla_transaction_entities xte

350:
351: -- Bug Number: 5707866 dpsingh SLA Uptake Changes for Accounting Period Status
352: CURSOR unprocessed_events_csr(p_start_date DATE,p_end_date DATE,p_ledger_id NUMBER) IS
353: SELECT 1
354: FROM xla_events xle, xla_transaction_entities xte
355: WHERE xle.event_date BETWEEN p_start_date AND p_end_date
356: AND xle.entity_id = xte.entity_id
357: AND xle.event_status_code IN ('I','U')
358: AND xte.ledger_id = p_ledger_id