DBA Data[Home] [Help]

APPS.IGF_AP_VER_GRPS_PRC_PKG dependencies on IGF_AW_GEN

Line 559: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);

555: || Known limitations, enhancements or remarks :
556: || Change History :
557: || Who When What
558: || ridas 07-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
559: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
560: || (reverse chronological order - newest change first)
561: */
562:
563: -- Get all Active persons from the given person_id_group.

Line 620: igf_aw_gen.set_org_id(NULL);

616: l_datatype VARCHAR2(30);
617:
618:
619: BEGIN
620: igf_aw_gen.set_org_id(NULL);
621: retcode := 0;
622: -- Get the Award Year Calender Type and the Sequence Number
623: -- for processing the students in context with the given Award Year.
624: lv_ci_cal_type := RTRIM(SUBSTR(p_awd_yr,1,10));