DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on GL_SETS_OF_BOOKS

Line 4420: GL_SETS_OF_BOOKS GL_SOB

4416: GL_PS.QUARTER_NUM
4417: FROM
4418: GL_PERIOD_STATUSES GL_PS,
4419: GL_PERIOD_STATUSES PO_PS,
4420: GL_SETS_OF_BOOKS GL_SOB
4421: WHERE
4422: -- Join conditions:
4423: GL_SOB.set_of_books_id = p_set_of_books_id
4424: AND GL_PS.set_of_books_id = GL_SOB.set_of_books_id

Line 4473: , GL_SETS_OF_BOOKS GL_SOB

4469: (SELECT min(gl_ps.start_date)
4470: FROM
4471: GL_PERIOD_STATUSES GL_PS
4472: , GL_PERIOD_STATUSES PO_PS
4473: , GL_SETS_OF_BOOKS GL_SOB
4474: WHERE
4475: -- Join conditions:
4476: GL_SOB.set_of_books_id = p_set_of_books_id
4477: AND GL_PS.set_of_books_id = GL_SOB.set_of_books_id

Line 4528: , GL_SETS_OF_BOOKS GL_SOB

4524: (SELECT max(gl_ps.end_date)
4525: FROM
4526: GL_PERIOD_STATUSES GL_PS
4527: , GL_PERIOD_STATUSES PO_PS
4528: , GL_SETS_OF_BOOKS GL_SOB
4529: WHERE
4530: -- Join conditions:
4531: GL_SOB.set_of_books_id = p_set_of_books_id
4532: AND GL_PS.set_of_books_id = GL_SOB.set_of_books_id