DBA Data[Home] [Help]

APPS.IGS_EN_CPD_EXT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 176: IF NOT IGS_LOOKUPS_VIEW_Pkg.Get_PK_For_Validation ('VS_EN_COMMENCE',

172: new_references.s_student_comm_type)) OR
173: ((new_references.s_student_comm_type IS NULL))) THEN
174: NULL;
175: ELSE
176: IF NOT IGS_LOOKUPS_VIEW_Pkg.Get_PK_For_Validation ('VS_EN_COMMENCE',
177: new_references.s_student_comm_type) THEN
178: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
179: Igs_Ge_Msg_Stack.Add;
180: App_Exception.Raise_Exception;

Line 190: IF NOT IGS_LOOKUPS_VIEW_Pkg.Get_PK_For_Validation ('ENROLMENT_STEP_TYPE_EXT',

186: new_references.s_enrolment_step_type)) OR
187: ((new_references.s_enrolment_step_type IS NULL))) THEN
188: NULL;
189: ELSE
190: IF NOT IGS_LOOKUPS_VIEW_Pkg.Get_PK_For_Validation ('ENROLMENT_STEP_TYPE_EXT',
191: new_references.s_enrolment_step_type) THEN
192: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
193: Igs_Ge_Msg_Stack.Add;
194: App_Exception.Raise_Exception;