DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_TRANS_PVT dependencies on AP_INVOICE_LINES_INTERFACE

Line 620: DELETE FROM ap_invoice_lines_interface

616: END LOOP;
617: --end| 20-Sep-2007 cklee -- Fixed error message display issue for tax call |
618:
619: --deleting invoice lines
620: DELETE FROM ap_invoice_lines_interface
621: WHERE invoice_id = r_invoice_hdr.invoice_id;
622:
623: --deleting invoice header
624: DELETE FROM AP_INVOICES_INTERFACE

Line 632: INSERT INTO ap_invoice_lines_interface(

628: END IF;
629:
630: --end:| 03-May-2007 cklee -- Commented out OKL_PROCESS_SALES_TAX_PVT related code. |
631:
632: INSERT INTO ap_invoice_lines_interface(
633: accounting_date
634: ,amount
635: ,amount_includes_tax_flag
636: ,attribute1