DBA Data[Home] [Help]

APPS.IGS_AS_NON_ENR_STDOT_PKG dependencies on IGS_AS_VAL_ELS

Line 115: IF IGS_AS_VAL_ELS.ORGP_VAL_LOC_CLOSED(

111: END IF;
112: IF p_inserting OR
113: (p_updating AND old_references.location_cd <> new_references.location_cd AND
114: new_references.location_cd IS NOT NULL) THEN
115: IF IGS_AS_VAL_ELS.ORGP_VAL_LOC_CLOSED(
116: new_references.location_cd,
117: v_message_name) = FALSE THEN
118: FND_MESSAGE.SET_NAME('IGS',v_message_name);
119: IGS_GE_MSG_STACK.ADD;