DBA Data[Home] [Help]

APPS.GL_JOURNAL_IMPORT_SLA_PKG dependencies on GL_PERIOD_STATUSES

Line 122: gl_period_statuses ps

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
126: AND ps.ledger_id = - jeh.ledger_id