DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPDIST_PKG dependencies on AP_EXPENSE_REPORT_HEADERS

Line 848: AP_EXPENSE_REPORT_HEADERS XH,

844: XL.award_id,
845: XL.expenditure_organization_id,
846: XH.flex_concatenated -- Bug: 6735020, flex_concatenated should be fetched from headers
847: FROM AP_EXPENSE_REPORT_LINES XL,
848: AP_EXPENSE_REPORT_HEADERS XH,
849: GL_CODE_COMBINATIONS GL
850: WHERE XL.report_line_id = p_report_line_id
851: AND XL.report_header_id = XH.report_header_id
852: AND GL.code_combination_id(+) = XL.code_combination_id;

Line 963: ap_expense_report_headers XH

959: l_award_id,
960: l_expenditure_organization_id,
961: l_cost_center
962: FROM ap_expense_report_lines XL,
963: ap_expense_report_headers XH
964: WHERE XL.report_line_id = p_report_line_id
965: AND XL.report_header_id = XH.report_header_id;
966:
967: -----------------------------------------------------