DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on GL_SETS_OF_BOOKS

Line 2980: GL_SETS_OF_BOOKS GSOB

2976: AND nvl(PLL.closed_code,'OPEN') <> 'FINALLY CLOSED'
2977: AND not exists
2978: (SELECT 'find if the GL date is not within Open period'
2979: from GL_PERIOD_STATUSES PS1, GL_PERIOD_STATUSES PS2,
2980: GL_SETS_OF_BOOKS GSOB
2981: WHERE PS1.application_id = 101
2982: AND PS1.set_of_books_id = l_sob_id
2983: AND PS1.closing_status IN ('O','F')
2984: AND trunc(nvl(POD.GL_ENCUMBERED_DATE,PS1.start_date))