DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_OA_ACTIVE_PKG

Line 11812: expense_status_code = AP_WEB_OA_ACTIVE_PKG.C_WITHDRAWN

11808: update ap_expense_report_headers
11809: set report_submitted_date = null,
11810: last_update_date = sysdate, -- Bug 8411814 (sodash) added to update the who columns when a report is withdrawn
11811: expense_last_status_date = sysdate,
11812: expense_status_code = AP_WEB_OA_ACTIVE_PKG.C_WITHDRAWN
11813: where report_header_id = p_rep_header_id;
11814: exception
11815: when others then null;
11816: end;