DBA Data[Home] [Help]

APPS.GL_JOURNAL_IMPORT_SLA_PKG dependencies on GL_LEDGERS

Line 121: gl_ledgers lgr,

117: AND jeb.approval_status_code = 'Z'
118: AND NOT EXISTS
119: (SELECT 'not open period'
120: FROM gl_je_headers jeh,
121: gl_ledgers lgr,
122: gl_period_statuses ps
123: WHERE jeh.je_batch_id = jeb.je_batch_id
124: AND lgr.ledger_id = - jeh.ledger_id
125: AND ps.application_id = 101