DBA Data[Home] [Help]

APPS.IGS_PS_DEGREES_PKG dependencies on IGS_PS_TYPE_PKG

Line 128: IF NOT IGS_PS_TYPE_PKG.Get_PK_For_Validation (

124: IF ((old_references.program_type = new_references. program_type) OR
125: (new_references. program_type IS NULL)) THEN
126: NULL;
127: ELSE
128: IF NOT IGS_PS_TYPE_PKG.Get_PK_For_Validation (
129: new_references.program_type ) THEN
130: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
131: IGS_GE_MSG_STACK.ADD;
132: App_Exception.Raise_Exception;