DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPRPT_PKG dependencies on AP_WEB_NOTES_PKG

Line 1152: AP_WEB_NOTES_PKG.DeleteERNotes (

1148: DELETE FROM ap_expense_report_headers
1149: WHERE report_header_id = p_report_header_id;
1150:
1151: /* Delete All Notes associated with Expense Report */
1152: AP_WEB_NOTES_PKG.DeleteERNotes (
1153: p_src_report_header_id => p_report_header_id
1154: );
1155:
1156: /* Delete attachments assocated with the header */