DBA Data[Home] [Help]

APPS.IGS_UC_START_NEW_CYCLE dependencies on IGS_UC_CYC_DEFAULTS_PKG

Line 23: Removed calendar fields from the IGS_UC_CYC_DEFAULTS_PKG procedure calls.

19: dsridhar 16-JUL-2003 Changed cursor cur_uc_defaults, added new cursor, added code to run the process
20: when maximum current cycle and maximum configured cycle are NULL
21: dsridhar 17-JUL-2003 Added code to display message after updating igs_uc_defaults
22: dsridhar 24-JUL-2003 Bug No: 3022067, part of change request for UCAS Application Calendar Mapping.
23: Removed calendar fields from the IGS_UC_CYC_DEFAULTS_PKG procedure calls.
24: jchakrab 20-Sep-2005 Modified for 4616246 - If a record with null current/conf cycle is found in
25: IGS_UC_DEFAULTS and no record exists for the current cycle in IGS_UC_TRANSACTIONS
26: a empty record is inserted into IGS_UC_UCAS_CONTROL to be updated later by user
27: anwest 18-JAN-2006 Bug# 4950285 R12 Disable OSS Mandate

Line 294: igs_uc_cyc_defaults_pkg.insert_row( x_rowid => l_rowid,

290: FETCH cur_check_uc_cyc_defaults INTO l_exists;
291: CLOSE cur_check_uc_cyc_defaults;
292: IF l_exists IS NULL THEN
293: l_rowid := NULL;
294: igs_uc_cyc_defaults_pkg.insert_row( x_rowid => l_rowid,
295: x_SYSTEM_CODE => rec_uc_cyc_defaults.system_code,
296: x_UCAS_CYCLE => l_next_cycle,
297: x_UCAS_INTERFACE => rec_uc_cyc_defaults.ucas_interface,
298: x_MARVIN_SEQ => 0,