DBA Data[Home] [Help]

APPS.IGS_AS_NON_ENR_STDOT_PKG dependencies on IGS_AS_VAL_UAI

Line 127: IF IGS_AS_VAL_UAI.crsp_val_um_closed(

123: IF p_inserting OR
124: (p_updating AND old_references.unit_mode <> new_references.unit_mode AND
125: new_references.unit_mode IS NOT NULL) THEN
126: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_NESO.crsp_val_um_closed
127: IF IGS_AS_VAL_UAI.crsp_val_um_closed(
128: new_references.unit_mode,
129: v_message_name) = FALSE THEN
130: FND_MESSAGE.SET_NAME('IGS',v_message_name);
131: IGS_GE_MSG_STACK.ADD;

Line 140: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed(

136: (p_updating AND old_references.unit_class <> new_references.unit_class AND
137: new_references.unit_class IS NOT NULL) THEN
138:
139: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_NESO.crsp_val_ucl_closed
140: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed(
141: new_references.unit_mode,
142: v_message_name) = FALSE THEN
143: FND_MESSAGE.SET_NAME('IGS',v_message_name);
144: IGS_GE_MSG_STACK.ADD;