DBA Data[Home] [Help]

APPS.IGS_AD_RS_VALUES_PKG dependencies on IGS_AD_RATING_SCALES_PKG

Line 151: ELSIF NOT Igs_Ad_Rating_Scales_Pkg.Get_PK_For_Validation (

147:
148: IF (((old_references.rating_scale_id = new_references.rating_scale_id)) OR
149: ((new_references.rating_scale_id IS NULL))) THEN
150: NULL;
151: ELSIF NOT Igs_Ad_Rating_Scales_Pkg.Get_PK_For_Validation (
152: new_references.rating_scale_id ,
153: 'N') THEN
154: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
155: IGS_GE_MSG_STACK.ADD;