DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_TRANS_PVT dependencies on AP_INVOICE_LINES_INTERFACE

Line 609: DELETE FROM ap_invoice_lines_interface

605: END LOOP;
606: --end| 20-Sep-2007 cklee -- Fixed error message display issue for tax call |
607:
608: --deleting invoice lines
609: DELETE FROM ap_invoice_lines_interface
610: WHERE invoice_id = r_invoice_hdr.invoice_id;
611:
612: --deleting invoice header
613: DELETE FROM AP_INVOICES_INTERFACE

Line 621: INSERT INTO ap_invoice_lines_interface(

617: END IF;
618:
619: --end:| 03-May-2007 cklee -- Commented out OKL_PROCESS_SALES_TAX_PVT related code. |
620:
621: INSERT INTO ap_invoice_lines_interface(
622: accounting_date
623: ,amount
624: ,amount_includes_tax_flag
625: ,attribute1