DBA Data[Home] [Help]

APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on GL_JE_HEADERS

Line 1086: , gl_je_headers gjh

1082: SELECT sum (nvl (accounted_dr, 0)) -
1083: sum (nvl (accounted_cr, 0)) FV_total
1084: , gps.period_name
1085: FROM gl_je_lines gjl
1086: , gl_je_headers gjh
1087: , gl_period_statuses gps
1088: WHERE gjh.status = 'P'
1089: AND gjh.ledger_id = p_set_of_books_id
1090: AND gjl.je_header_id = gjh.je_header_id