DBA Data[Home] [Help]

APPS.PA_CC_AR_AP_TRANSFER dependencies on AP_INVOICES_INTERFACE_S

Line 322: select ap_invoices_interface_s.nextval into v_invoice_id from sys.dual;

318: END LOOP;
319: close c_receiver_project_task;
320: end if;
321:
322: select ap_invoices_interface_s.nextval into v_invoice_id from sys.dual;
323:
324: pa_debug.G_err_stage := 'Check if tax code is null';
325: pa_debug.write_file( 'LOG', pa_debug.G_err_stage);
326: open c_invoice_lines_counter(p_project_id(I),p_draft_invoice_number(I));