DBA Data[Home] [Help]

APPS.IGS_FI_UNIT_FEE_TRG_PKG dependencies on IGS_PS_VAL_UOO

Line 154: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (

150: END IF;
151: -- Validate location code is not closed and is of type campus.
152: IF (new_references.location_cd IS NOT NULL) THEN
153: -- As part of the bug# 1956374 changed to the below call from IGS_FI_VAL_UFT.crsp_val_loc_cd
154: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (
155: new_references.location_cd,
156: v_message_name) = FALSE THEN
157: Fnd_Message.Set_Name('IGS',v_message_name);
158: IGS_GE_MSG_STACK.ADD;