DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on DUAL

Line 1257: FROM sys.dual;

1253: -- First select the value for the CHECK_ID before insert
1254:
1255: SELECT ap_checks_s.nextval
1256: INTO l_check_rec.check_id
1257: FROM sys.dual;
1258:
1259: l_debug_info := 'Get Quick Check Id';
1260: print_debuginfo(l_module_name, l_debug_info,
1261: G_LEVEL_PROCEDURE);