DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_EXPENSE_REPORT_PARAMS_ALL

Line 15828: FROM ap_expense_report_params_all

15824:
15825: UPDATE ap_expense_report_lines_all aerl
15826: SET expenditure_type =
15827: (SELECT pa_expenditure_type
15828: FROM ap_expense_report_params_all
15829: WHERE parameter_id = aerl.web_parameter_id
15830: ),
15831: expenditure_item_date = NVL(end_expense_date, start_expense_date)
15832: WHERE report_header_id = p_report_header_id