DBA Data[Home] [Help]

APPS.IGS_AD_APPL_ARP_PKG dependencies on IGS_AD_PS_APPL_INST_PKG

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

135: (new_references.admission_appl_number IS NULL) OR
136: (new_references.nominated_course_cd IS NULL) OR
137: (new_references.sequence_number IS NULL))) THEN
138: NULL;
139: 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
140: new_references.person_id, -- Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation (For Bug 2760811 - ADCR061
141: new_references.admission_appl_number, -- locking issues -- rghosh )
142: new_references.nominated_course_cd,
143: new_references.sequence_number

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

136: (new_references.nominated_course_cd IS NULL) OR
137: (new_references.sequence_number IS NULL))) THEN
138: NULL;
139: 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
140: new_references.person_id, -- Igs_Ad_Ps_Appl_Inst_Pkg.Get_PKNolock_For_Validation (For Bug 2760811 - ADCR061
141: new_references.admission_appl_number, -- locking issues -- rghosh )
142: new_references.nominated_course_cd,
143: new_references.sequence_number
144: ) THEN