DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPDIST_PKG dependencies on AP_EXPENSE_REPORT_HEADERS

Line 857: AP_EXPENSE_REPORT_HEADERS XH,

853: XL.expenditure_organization_id,
854: XH.flex_concatenated, -- Bug: 6735020, flex_concatenated should be fetched from headers
855: XL.web_parameter_id
856: FROM AP_EXPENSE_REPORT_LINES XL,
857: AP_EXPENSE_REPORT_HEADERS XH,
858: GL_CODE_COMBINATIONS GL
859: WHERE XL.report_line_id = p_report_line_id
860: AND XL.report_header_id = XH.report_header_id
861: AND GL.code_combination_id(+) = XL.code_combination_id;

Line 995: ap_expense_report_headers XH

991: l_award_id,
992: l_expenditure_organization_id,
993: l_cost_center
994: FROM ap_expense_report_lines XL,
995: ap_expense_report_headers XH
996: WHERE XL.report_line_id = p_report_line_id
997: AND XL.report_header_id = XH.report_header_id;
998:
999: -----------------------------------------------------