DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPRPT_PKG dependencies on AP_WEB_NOTES_PKG

Line 1140: AP_WEB_NOTES_PKG.DeleteERNotes (

1136: DELETE FROM ap_expense_report_headers
1137: WHERE report_header_id = p_report_header_id;
1138:
1139: /* Delete All Notes associated with Expense Report */
1140: AP_WEB_NOTES_PKG.DeleteERNotes (
1141: p_src_report_header_id => p_report_header_id
1142: );
1143:
1144: /* Delete attachments assocated with the header */