DBA Data[Home] [Help]

APPS.IGS_CO_LTR_PR_RSTCN_PKG dependencies on IGS_CO_VAL_LPTR

Line 107: IF IGS_CO_VAL_LPTR.corp_val_slptr_rstrn(

103: -- particular correspondence type.
104: OPEN c_lpt(new_references.letter_parameter_type);
105: FETCH c_lpt INTO v_s_letter_parameter_type;
106: CLOSE c_lpt;
107: IF IGS_CO_VAL_LPTR.corp_val_slptr_rstrn(
108: v_s_letter_parameter_type,
109: new_references.correspondence_type,
110: v_message_name) = FALSE THEN
111: Fnd_Message.Set_Name('IGS',v_message_name);