DBA Data[Home] [Help]

APPS.IGS_AS_DOC_DETAILS_PKG dependencies on IGS_AS_NOTIFY_STUDENT

Line 2748: igs_as_notify_student.wf_launch_as007 (

2744: IF (l_admin_to_notify IS NOT NULL) THEN
2745: OPEN cur_person_details (new_references.person_id);
2746: FETCH cur_person_details INTO rec_person_details;
2747: CLOSE cur_person_details;
2748: igs_as_notify_student.wf_launch_as007 (
2749: p_user => l_admin_to_notify,
2750: p_stud_id => new_references.person_id,
2751: p_stud_number => rec_person_details.party_number,
2752: p_stud_name => rec_person_details.party_name,