DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_OFR_PKG dependencies on IGS_AS_VAL_UAI

Line 88: IF IGS_AS_VAL_UAI.crsp_val_uo_cal_type (

84: App_Exception.Raise_Exception; END IF;
85: -- Validate calendar type. Calendar type is not updateable.
86: IF p_inserting THEN
87: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_UO.crsp_val_uo_cal_type
88: IF IGS_AS_VAL_UAI.crsp_val_uo_cal_type (
89: new_references.cal_type,
90: v_message_name) = FALSE THEN
91: Fnd_Message.Set_Name('IGS',v_message_name);
92: IGS_GE_MSG_STACK.ADD;