DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG dependencies on IGF_AW_GEN

Line 96: -- 3. Added igf_aw_gen_002 call to get fed efc

92: -- in @1 Record at position 225 only iff the
93: -- number of disb are more than 4
94: -- 2. Added cursor cur_get_disb_num to fetch
95: -- disb count of disb records
96: -- 3. Added igf_aw_gen_002 call to get fed efc
97: -- 4. Credit Auth Ind set based on loan
98: -- type
99: -- 5. Cert Loan Amt should be sum of disb amts
100: -- reported

Line 486: igf_aw_gen.set_org_id(p_org_id);

482:
483: g_debug_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
484: lv_recipient_id_found := FALSE;
485: retcode:=0;
486: igf_aw_gen.set_org_id(p_org_id);
487:
488: -- Assigning the Parameters to global variables
489:
490: lv_ci_cal_type := RTRIM(SUBSTR(p_award_year,1,10));

Line 1233: Impact of obsoleting igf_aw_gen_002.get_fed_efc and replacing the call

1229: for next loan to avoid copying data of earlier loan to next one which does not have the same.
1230: smadathi 01-12-2004 Bug 4039480. Moved the logic to obtain the borrower and student
1231: details inside the cursor cur_loan_dtls for loop
1232: veramach 15-Apr-2004 bug 3054469
1233: Impact of obsoleting igf_aw_gen_002.get_fed_efc and replacing the call
1234: with igf_aw_packng_subfns.get_fed_efc
1235: bkkumar 04-Apr-04 Bug 3409969 Added the alt_rel_code as the impact to the pick_setup routine.
1236: Added the code to populate the alt_rel_code field in the output file.
1237: ugummall 29-OCT-2003 Bug 3102439. FA 126 - Multiple FA Offices.

Line 1519: igf_aw_gen.set_org_id(p_org_id);

1515: l_count_4 := 0;
1516: lv_trans_count := 0;
1517: lv_8_disb_count := 0;
1518: retcode:=0;
1519: igf_aw_gen.set_org_id(p_org_id);
1520:
1521: l_n_send2_rec_cnt := 0;
1522: l_n_send5_rec_cnt := 0;
1523: l_n_send7_rec_cnt := 0;