DBA Data[Home] [Help]

APPS.IGS_PS_FEE_TRG_PKG dependencies on IGS_PS_VAL_UOO

Line 109: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (

105: IF p_inserting OR p_updating THEN
106: -- Validate IGS_AD_LOCATION not closed and of type CAMPUS.
107:
108: -- As part of the bug# 1956374 changed to the below call from IGS_FI_VAL_CFT.crsp_val_loc_cd
109: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (
110: new_references.location_cd,
111: v_message_name) = FALSE THEN
112: Fnd_Message.Set_Name('IGS',v_message_name);
113: IGS_GE_MSG_STACK.ADD;