DBA Data[Home] [Help]

APPS.IGS_FI_UNIT_FEE_TRG_PKG dependencies on IGS_AS_VAL_UAI

Line 165: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed (

161: END IF;
162: -- Validate unit class is not closed.
163: IF (new_references.unit_class IS NOT NULL) THEN
164: -- As part of the bug# 1956374 changed to the below call from IGS_FI_VAL_UFT.crsp_val_ucl_closed
165: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed (
166: new_references.unit_class,
167: v_message_name) = FALSE THEN
168: Fnd_Message.Set_Name('IGS',v_message_name);
169: IGS_GE_MSG_STACK.ADD;