DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on GL_SETS_OF_BOOKS

Line 3034: GL_SETS_OF_BOOKS GSOB

3030: AND nvl(PLL.closed_code,'OPEN') <> 'FINALLY CLOSED'
3031: AND not exists
3032: (SELECT 'find if the GL date is not within Open period'
3033: from GL_PERIOD_STATUSES PS1, GL_PERIOD_STATUSES PS2,
3034: GL_SETS_OF_BOOKS GSOB
3035: WHERE PS1.application_id = 101
3036: AND PS1.set_of_books_id = l_sob_id
3037: AND PS1.closing_status IN ('O','F')
3038: AND trunc(nvl(POD.GL_ENCUMBERED_DATE,PS1.start_date))