DBA Data[Home] [Help]

APPS.IGS_AD_APPL_EVAL_PKG dependencies on IGS_AD_PS_APPL_INST_PKG

Line 178: ELSIF NOT Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation ( -- changed the function call from Igs_Ad_Ps_Appl_Inst_Pkg.Get_PK_For_Validation to

174: (new_references.admission_appl_number IS NULL) OR
175: (new_references.nominated_course_cd IS NULL) OR
176: (new_references.sequence_number IS NULL))) THEN
177: NULL;
178: ELSIF NOT Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation ( -- changed the function call from Igs_Ad_Ps_Appl_Inst_Pkg.Get_PK_For_Validation to
179: new_references.person_id, -- Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation (For Bug 2760811 - ADCR061
180: new_references.admission_appl_number, -- locking issues -- rghosh )
181: new_references.nominated_course_cd,
182: new_references.sequence_number

Line 179: new_references.person_id, -- Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation (For Bug 2760811 - ADCR061

175: (new_references.nominated_course_cd IS NULL) OR
176: (new_references.sequence_number IS NULL))) THEN
177: NULL;
178: ELSIF NOT Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation ( -- changed the function call from Igs_Ad_Ps_Appl_Inst_Pkg.Get_PK_For_Validation to
179: new_references.person_id, -- Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation (For Bug 2760811 - ADCR061
180: new_references.admission_appl_number, -- locking issues -- rghosh )
181: new_references.nominated_course_cd,
182: new_references.sequence_number
183: ) THEN