DBA Data[Home] [Help]

APPS.IGS_AD_LOCATION_TYPE_PKG dependencies on IGS_OR_VAL_LOT

Line 74: IF IGS_OR_VAL_LOT.assp_val_lot_loc (

70: BEGIN
71: -- Validate that inserts/updates are allowed
72: IF p_inserting OR p_updating THEN
73: IF NVL(old_references.s_location_type, '-1') <> NVL(new_references.s_location_type, '-1') THEN
74: IF IGS_OR_VAL_LOT.assp_val_lot_loc (
75: new_references.location_type,
76: v_message_name) = FALSE THEN
77: Fnd_Message.Set_Name('IGS',v_message_name);
78: IGS_GE_MSG_STACK.ADD;