DBA Data[Home] [Help]

APPS.IGS_AS_ASSESSMNT_TYP_PKG dependencies on IGS_AS_SASSESS_TYPE_PKG

Line 127: IF NOT(IGS_AS_SASSESS_TYPE_Pkg.Get_PK_For_Validation (

123: IF (((old_references.s_assessment_type = new_references.s_assessment_type)) OR
124: ((new_references.s_assessment_type IS NULL))) THEN
125: NULL;
126: ELSE
127: IF NOT(IGS_AS_SASSESS_TYPE_Pkg.Get_PK_For_Validation (
128: new_references.s_assessment_type
129: ))THEN
130: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
131: Igs_Ge_Msg_Stack.Add;