DBA Data[Home] [Help]

APPS.IGS_AD_TER_ED_LVL_QF_PKG dependencies on IGS_AD_VAL_TELOQ

Line 72: IF IGS_AD_VAL_TELOQ.admp_val_tloq_closed(

68: BEGIN
69: -- Validate TAC level of Qualfication.
70: IF p_inserting OR ((old_references.tac_level_of_qual <> new_references.tac_level_of_qual) OR
71: (old_references.closed_ind = 'Y' AND new_references.closed_ind = 'N')) THEN
72: IF IGS_AD_VAL_TELOQ.admp_val_tloq_closed(
73: new_references.tac_level_of_qual,
74: v_message_name) = FALSE THEN
75: Fnd_Message.Set_Name('IGS', v_message_name);
76: IGS_GE_MSG_STACK.ADD;