DBA Data[Home] [Help]

APPS.IGS_AD_CD_PKG dependencies on IGS_AD_BASIS_FOR_AD_PKG

Line 155: IF NOT IGS_AD_BASIS_FOR_AD_PKG.Get_PK_For_Validation (

151: IF (((old_references.basis_for_admission_type = new_references.basis_for_admission_type)) OR
152: ((new_references.basis_for_admission_type IS NULL))) THEN
153: NULL;
154: ELSE
155: IF NOT IGS_AD_BASIS_FOR_AD_PKG.Get_PK_For_Validation (
156: new_references.basis_for_admission_type,
157: 'N') THEN
158: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
159: IGS_GE_MSG_STACK.ADD;