DBA Data[Home] [Help]

APPS.IGS_PS_TYPE_FEE_TRG_PKG dependencies on IGS_PS_TYPE_PKG

Line 195: IF NOT IGS_PS_TYPE_PKG.Get_PK_For_Validation (

191: IF (((old_references.course_type = new_references.course_type)) OR
192: ((new_references.course_type IS NULL))) THEN
193: NULL;
194: ELSE
195: IF NOT IGS_PS_TYPE_PKG.Get_PK_For_Validation (
196: new_references.course_type
197: )THEN
198: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
199: IGS_GE_MSG_STACK.ADD;