DBA Data[Home] [Help]

APPS.PA_IC_INV_UTILS dependencies on PA_DRAFT_INVOICES_ALL

Line 370: delete pa_draft_invoices_all

366: IF (P_REJN_LOOKUP_CODE = 'NO_INV_LINES' and l_cnt = 0 ) THEN
367: pa_ic_inv_utils.log_message('Deleting invoice');
368: /*pa_ic_inv_del.delete_invoices(p_project_id);*/
369: /*Fix for Bug 7433201*/
370: delete pa_draft_invoices_all
371: where project_id = p_project_id
372: AND draft_invoice_num = P_DRAFT_INVOICE_NUM;
373: /*End of fix for Bug 7433201*/
374: pa_ic_inv_utils.log_message('Done Deleting invoice');