DBA Data[Home] [Help]

APPS.PA_DEDUCTIONS dependencies on AP_INVOICE_LINES_INTERFACE_S

Line 1744: SELECT ap_invoice_lines_interface_s.nextval

1740: Begin
1741: g_api_name := 'Create_Invoice_Line';
1742: log_message ('Before inserting lines into interface lines table', g_api_name);
1743:
1744: SELECT ap_invoice_lines_interface_s.nextval
1745: INTO l_invoice_line_id
1746: FROM sys.dual;
1747:
1748: IF P_DEBUG_MODE = 'Y' THEN