DBA Data[Home] [Help]

APPS.IGS_EN_UNITSETPSTYPE_PKG dependencies on IGS_PS_TYPE_PKG

Line 153: IF NOT IGS_PS_TYPE_PKG.Get_PK_For_Validation (

149: IF (((old_references.course_type = new_references.course_type)) OR
150: ((new_references.course_type IS NULL))) THEN
151: NULL;
152: ELSE
153: IF NOT IGS_PS_TYPE_PKG.Get_PK_For_Validation (
154: new_references.course_type
155: ) THEN
156: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
157: IGS_GE_MSG_STACK.ADD;