DBA Data[Home] [Help]

APPS.POA_SUPPERF_POPULATE_PKG dependencies on GL_SETS_OF_BOOKS

Line 50: gl_sets_of_books gls,

46: FROM po_line_locations_all pll,
47: po_lines_all pol,
48: po_headers_all poh,
49: financials_system_params_all fsp,
50: gl_sets_of_books gls,
51: po_releases_all por /* FPI */
52: WHERE pll.po_line_id = pol.po_line_id
53: AND pll.po_header_id = poh.po_header_id
54: AND NVL(poh.org_id, -999) = NVL(fsp.org_id, -999)