[Home] [Help]
68: BEGIN
69: -- Validate TAC level of Completion.
70: IF p_inserting OR ((old_references.tac_level_of_comp <> new_references.tac_level_of_comp) OR
71: (old_references.closed_ind = 'Y' AND new_references.closed_ind = 'N')) THEN
72: IF IGS_AD_VAL_TELOC.admp_val_tloc_closed(
73: new_references.tac_level_of_comp,
74: v_message_name) = FALSE THEN
75: Fnd_Message.Set_Name('IGS', v_message_name);
76: IGS_GE_MSG_STACK.ADD;