DBA Data[Home] [Help]

APPS.IGS_AD_APLINS_ADMREQ_PKG dependencies on IGS_AD_PS_APPL_INST_PKG

Line 127: 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

123: (new_references.admission_appl_number IS NULL) OR
124: (new_references.course_cd IS NULL) OR
125: (new_references.sequence_number IS NULL))) THEN
126: NULL;
127: 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
128: new_references.person_id, -- Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation (For Bug 2760811 - ADCR061
129: new_references.admission_appl_number, -- locking issues -- rghosh )
130: new_references.course_cd,
131: new_references.sequence_number

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

124: (new_references.course_cd IS NULL) OR
125: (new_references.sequence_number IS NULL))) THEN
126: NULL;
127: 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
128: new_references.person_id, -- Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation (For Bug 2760811 - ADCR061
129: new_references.admission_appl_number, -- locking issues -- rghosh )
130: new_references.course_cd,
131: new_references.sequence_number
132: ) THEN