DBA Data[Home] [Help]

APPS.IGF_SL_CL_SETUP_PKG dependencies on IGF_SL_CL_RECIPIENT_PKG

Line 158: ||veramach 5-SEP-2003 Added call to igf_sl_cl_recipient_pkg.get_uk1_for_validation

154: || Purpose : Checks for the existance of Parent records.
155: || Known limitations, enhancements or remarks :
156: || Change History :
157: || Who When What
158: ||veramach 5-SEP-2003 Added call to igf_sl_cl_recipient_pkg.get_uk1_for_validation
159: || (reverse chronological order - newest change first)
160: */
161: BEGIN
162: IF (((old_references.ci_cal_type = new_references.ci_cal_type) AND

Line 178: ELSIF NOT igf_sl_cl_recipient_pkg.get_uk1_for_validation (

174: END IF;
175: IF (((old_references.relationship_cd = new_references.relationship_cd )) OR
176: ((new_references.relationship_cd IS NULL))) THEN
177: NULL;
178: ELSIF NOT igf_sl_cl_recipient_pkg.get_uk1_for_validation (
179: new_references.relationship_cd
180: ) THEN
181: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
182: igs_ge_msg_stack.add;