DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_CATEGORY_PKG dependencies on IGS_PS_VAL_UC

Line 89: IF IGS_PS_VAL_UC.crsp_val_uc_unit_cat (

85: App_Exception.Raise_Exception;
86: END IF;
87: -- Validate IGS_PS_UNIT cat. IGS_PS_UNIT cat is not updateable.
88: IF p_inserting THEN
89: IF IGS_PS_VAL_UC.crsp_val_uc_unit_cat (
90: new_references.unit_cat,
91: v_message_name) = FALSE THEN
92: Fnd_Message.Set_Name('IGS', v_message_name);
93: IGS_GE_MSG_STACK.ADD;