DBA Data[Home] [Help]

APPS.IGS_AD_CONV_GS_VALS_PKG dependencies on IGS_AD_CONV_GS_TYPES_PKG

Line 155: ELSIF NOT Igs_Ad_Conv_Gs_Types_Pkg.Get_PK_For_Validation (

151: BEGIN
152: IF (((old_references.conv_gs_types_id = new_references.conv_gs_types_id)) OR
153: ((new_references.conv_gs_types_id IS NULL))) THEN
154: NULL;
155: ELSIF NOT Igs_Ad_Conv_Gs_Types_Pkg.Get_PK_For_Validation (
156: new_references.conv_gs_types_id ) THEN
157: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
158: IGS_GE_MSG_STACK.ADD;
159: App_Exception.Raise_Exception;