DBA Data[Home] [Help]

APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on GL_SETS_OF_BOOKS

Line 122: gl_sets_of_books gs

118: xl.award_id,
119: xl.expenditure_organization_id
120: FROM ap_expense_report_lines_all xl,
121: ap_expense_report_headers_all xh,
122: gl_sets_of_books gs
123: WHERE xh.rowid BETWEEN l_start_rowid AND l_end_rowid
124: --Derive chart of accounts ID from set of books ID
125: AND gs.set_of_books_id = xl.set_of_books_id
126: AND xl.report_header_id = xh.report_header_id