DBA Data[Home] [Help]

APPS.IGF_GR_GEN dependencies on IGF_GR_RFMS_PKG

Line 12: -- Changed the TBH calls of the packages: igf_gr_rfms_pkg

8: -- Modified the call to igf_aw_packng_subfns.get_fed_efc()
9: -- as part of dependency.
10: ------------------------------------------------------------------------
11: --ayedubat 13-OCT-04 FA 149 COD-XML Standards build bug # 3416863
12: -- Changed the TBH calls of the packages: igf_gr_rfms_pkg
13: -- veramach 29-Jan-2004 Bug 3408092 Added 2004-2005 in g_ver_num checks
14: -----------------------------------------------------------------------------------
15: -- veramach 10-Dec-2003 FA 131 COD Updates
16: -- Removed function get_rep_pell_id

Line 1005: igf_gr_rfms_pkg.update_row(

1001: FOR cur_get_rfms IN cur_gr_rfms(l_rfmb_id)
1002: LOOP
1003: fnd_file.put_line(fnd_file.log,igf_aw_gen.lookup_desc('IGF_GR_LOOKUPS','ORIGINATION_ID') ||' : ' || cur_get_rfms.origination_id);
1004:
1005: igf_gr_rfms_pkg.update_row(
1006: x_rowid => cur_get_rfms.row_id,
1007: x_origination_id => cur_get_rfms.origination_id,
1008: x_ci_cal_type => cur_get_rfms.ci_cal_type,
1009: x_ci_sequence_number => cur_get_rfms.ci_sequence_number,

Line 2774: igf_gr_rfms_pkg.update_row(

2770: get_pell_rec.current_ssn := get_ssn_digits(p_cur_ssn);
2771: get_pell_rec.rfmb_id := NULL;
2772: get_pell_rec.orig_action_code := 'R';
2773:
2774: igf_gr_rfms_pkg.update_row(
2775: x_rowid => get_pell_rec.row_id,
2776: x_origination_id => get_pell_rec.origination_id,
2777: x_ci_cal_type => get_pell_rec.ci_cal_type,
2778: x_ci_sequence_number => get_pell_rec.ci_sequence_number,