DBA Data[Home] [Help]

APPS.XLA_REVERSE_EVENTS_PVT_PKG dependencies on XLA_SUBLEDGERS

Line 1398: FROM xla_subledgers

1394: ) IS
1395:
1396: CURSOR csr_application_id IS
1397: SELECT application_id
1398: FROM xla_subledgers
1399: WHERE application_id = p_application_id ;
1400:
1401: C_LOCK_EVENTS_STR CONSTANT VARCHAR2(32000) :=
1402: '

Line 1702: FROM xla_subledgers

1698: ) IS
1699:
1700: CURSOR csr_application_id IS
1701: SELECT application_id
1702: FROM xla_subledgers
1703: WHERE application_id = p_application_id ;
1704:
1705: -- This cursor will check
1706: -- 1. the application_id, entity_code, event_id is not null