DBA Data[Home] [Help]

APPS.IGF_AP_PROCESS_CORRECTIONS dependencies on IGF_AW_GEN

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

1185: || main program called from Conccurrent manager.
1186: || Known limitations, enhancements or remarks :
1187: || Change History :
1188: || Who When What
1189: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
1190: || bkkumar 07-May-2004 Bug 3598933 Added the validation for the school code to be 6 characters.
1191: || ugummall 31-OCT-2003 Bug 3102439. FA 126 - Multiple FA Offices.
1192: || 1. Added 5 new parameters namely
1193: || p_base_id,school_type,p_school_code,eti_dest_code,eti_dest_num

Line 1232: igf_aw_gen.set_org_id(NULL);

1228:
1229: BEGIN
1230: retcode := 0;
1231: errbuf := NULL;
1232: igf_aw_gen.set_org_id(NULL);
1233: gv_cal_type := RTRIM(SUBSTR(p_award_year,1,10));
1234: gn_sequence_number := TO_NUMBER(RTRIM(SUBSTR(p_award_year,11)));
1235:
1236: IF p_school_code IS NOT NULL THEN