DBA Data[Home] [Help]

APPS.IGF_DB_DL_RECONC dependencies on IGF_AW_GEN

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

539: Purpose : To load the
540: Known Limitations,Enhancements or Remarks:
541: Change History :
542: Who When What
543: tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
544: ugummall 15-OCT-2003 Bug # 3102439. FA 126 Multiple FA Offices.
545: added two new parameters school_type and p_school_code and
546: removed school_id as it is being obsoleted from igf_sl_dl_setup_all table.
547: smvk 25-Feb-2003 Bug # 2758823. Removed the award year checking 2002-2003 and displaying the error message "IGF_DB_DL_VERSION_FALSE"

Line 564: igf_aw_gen.set_org_id(NULL);

560:
561: l_award_year igf_sl_dl_setup_v.ci_alternate_code%TYPE;
562:
563: BEGIN
564: igf_aw_gen.set_org_id(NULL);
565: retcode :=0;
566: l_ci_cal_type := LTRIM(RTRIM(SUBSTR(p_award_year,1,10))) ;
567: l_ci_sequence_number := TO_NUMBER(SUBSTR(p_award_year,11)) ;
568:

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

626: Purpose : To load the
627: Known Limitations,Enhancements or Remarks:
628: Change History :
629: Who When What
630: tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
631: ugummall 15-OCT-2003 Bug # 3102439. FA 126 Multiple FA Offices.
632: added two new parameters school_type and p_school_code and
633: removed school_id as it is being obsoleted from igf_sl_dl_setup_all table.
634: smvk 25-Feb-2003 Bug # 2758823. Removed the award year checking 2002-2003 and displaying the error message "IGF_DB_DL_VERSION_FALSE"

Line 654: igf_aw_gen.set_org_id(NULL);

650:
651: l_award_year igf_sl_dl_setup_v.ci_alternate_code%TYPE;
652:
653: BEGIN
654: igf_aw_gen.set_org_id(NULL);
655: retcode :=0;
656: l_ci_cal_type := LTRIM(RTRIM(SUBSTR(p_award_year,1,10))) ;
657: l_ci_sequence_number := TO_NUMBER(SUBSTR(p_award_year,11)) ;
658: