DBA Data[Home] [Help]

APPS.PA_DEDUCTIONS dependencies on AP_INVOICES_INTERFACE_S

Line 1500: SELECT AP_INVOICES_INTERFACE_S.nextval

1496:
1497: Update_Deduction_Status(p_dctn_hdr_rec.deduction_req_id,
1498: 'APPROVED');
1499:
1500: SELECT AP_INVOICES_INTERFACE_S.nextval
1501: INTO l_int_invoice_id
1502: FROM SYS.DUAL;
1503:
1504: IF P_DEBUG_MODE = 'Y' THEN