DBA Data[Home] [Help]

APPS.IGS_AD_BASIS_FOR_AD_PKG dependencies on IGS_AD_GOV_BAS_FR_TY_PKG

Line 129: IF NOT IGS_AD_GOV_BAS_FR_TY_PKG.Get_PK_For_Validation (

125: IF (((old_references.govt_basis_for_adm_type = new_references.govt_basis_for_adm_type)) OR
126: ((new_references.govt_basis_for_adm_type IS NULL))) THEN
127: NULL;
128: ELSE
129: IF NOT IGS_AD_GOV_BAS_FR_TY_PKG.Get_PK_For_Validation (
130: new_references.govt_basis_for_adm_type,
131: 'N' ) THEN
132: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
133: IGS_GE_MSG_STACK.ADD;