DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on DUAL

Line 1258: FROM sys.dual;

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';
1261: print_debuginfo(l_module_name, l_debug_info,
1262: G_LEVEL_PROCEDURE);