DBA Data[Home] [Help]

APPS.IGS_UC_MV_DATA_UPLD dependencies on IGS_UC_CYC_DEFAULTS_PKG

Line 53: | calendar fields in igs_uc_cyc_defaults_pkg. |

49: | UCFD203-Multiple cycles build, bug 2669208 |
50: | smaddali 30-Jun-03 Modified for Bug#2669208 , UCFD203 -multiple cycles |
51: | dsridhar 25-Jul-03 Bug No: 3022067, part of change request for UCAS |
52: | Application Calendar Mapping. Removed references to |
53: | calendar fields in igs_uc_cyc_defaults_pkg. |
54: | ayedubat 30-Jul-03 Changed the procedure,transfer_to_starw to replace |
55: | the column names substchoice1, substchoice2, |
56: | substchoice3, substchoice4, substchoice5, |
57: | substchoice6 and substchoice7 with choice1lost, |

Line 198: || Removed references to calendar fields in igs_uc_cyc_defaults_pkg.

194: || smaddali 30-jun-03 modified for ucfd203 - multiple cycles build ,bug#2669208
195: || to get the marvin seq no from igs_uc_cyc_defaults, since
196: || igs_uc_adm_systems is obsolete
197: || dsridhar 25-JUL-2003 Bug No: 3022067, part of change request for UCAS Application Calendar Mapping.
198: || Removed references to calendar fields in igs_uc_cyc_defaults_pkg.
199: || (reverse chronological order - newest change first)
200: */
201:
202: -- To identify the system to which the file sequence number transaction has come.

Line 240: igs_uc_cyc_defaults_pkg.update_row (

236: fnd_message.set_token('SEQ', p_curr_seq_num);
237: fnd_file.put_line(fnd_file.log, fnd_message.get());
238:
239: --Update the Marvin file seq number in the setup table.
240: igs_uc_cyc_defaults_pkg.update_row (
241: x_rowid => cyc_defaults_rec.rowid,
242: x_system_code => cyc_defaults_rec.system_code,
243: x_ucas_cycle => cyc_defaults_rec.ucas_cycle,
244: x_ucas_interface => cyc_defaults_rec.ucas_interface,