DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on AP_CHECKS_S

Line 1256: SELECT ap_checks_s.nextval

1252: */
1253:
1254: -- First select the value for the CHECK_ID before insert
1255:
1256: SELECT ap_checks_s.nextval
1257: INTO l_check_rec.check_id
1258: FROM sys.dual;
1259:
1260: l_debug_info := 'Get Quick Check Id';