DBA Data[Home] [Help]

APPS.IGF_SP_ROLLOVER dependencies on IGF_AW_FUND_MAST_PKG

Line 23: -- x_donot_repkg_if_code ,x_re_pkg_verif_flag of igf_aw_fund_mast_pkg.insert_row

19: -- and removed the code logic to log 'IGF_AW_FND_RLOVR_LD_NTFND'
20: -- as the later message is obsoleted.
21: --sapanigr 03-May-2006 Enh#3924836 Precision Issue. Modified sponsor_fund_rollover and sponsor_student_rollover
22: --akandreg 29-Mar-2006 Bug 4765537. Passed appropriate values to parameters x_lock_award_flag,
23: -- x_donot_repkg_if_code ,x_re_pkg_verif_flag of igf_aw_fund_mast_pkg.insert_row
24: --museshad 14-Jul-2005 Build FA 140.
25: -- Modified TBH call due to the addition of new
26: -- columns to igf_aw_fund_mast_all table.
27: --museshad 25-May-2005 Build FA 157.

Line 43: --adhawan 06-nov-2002 Obsoletion of sap_type from the tbh of igf_aw_fund_mast_pkg

39: -- p_cal_type,p_sequence_number and from cursor c_igf_aw_fund_mast and its usage.Modified function lookup_desc.
40: --vchappid 18-Feb-2003 Bug 2785649, Sponsor Code is made mandatory. Modified cursor c_igf_aw_fund_mast
41: -- for removing handling NULL value of Fund ID input parameter
42: -- Fund Id is made mandatory. When this parameter is null, process will error out
43: --adhawan 06-nov-2002 Obsoletion of sap_type from the tbh of igf_aw_fund_mast_pkg
44: --2613536
45: -- adhawan 31-oct-2002 Added gift_aid to insert row of Fund Manager
46: --2613546
47: -------------------------------------------------------------------

Line 514: -- x_donot_repkg_if_code ,x_re_pkg_verif_flag of igf_aw_fund_mast_pkg.insert_row

510: -- calendar mapping does not exist for the destination award year.
511: --sapanigr 03-May-2006 Enh#3924836 Precision Issue. Amount values being inserted into igf_aw_fund_mast, igf_sp_fc,
512: -- igf_sp_prg, igf_sp_unit are now rounded off to currency precision
513: --akandreg 29-Mar-2006 Bug 4765537. Passed appropriate values to parameters x_lock_award_flag,
514: -- x_donot_repkg_if_code ,x_re_pkg_verif_flag of igf_aw_fund_mast_pkg.insert_row
515: --museshad 14-Jul-2005 Build FA 140.
516: -- Modified TBH call due to the addition of new
517: -- columns to igf_aw_fund_mast_all table.
518: --museshad 25-May-2005 Build# FA157 - Bug# 4382371.

Line 604: igf_aw_fund_mast_pkg.insert_row (

600: l_fund_id := NULL;
601: BEGIN
602: -- rollover the fund to new award year
603: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision
604: igf_aw_fund_mast_pkg.insert_row (
605: x_mode => 'R',
606: x_rowid => l_rowid,
607: x_fund_id => l_fund_id,
608: x_fund_code => l_c_igf_aw_fund_mast.fund_code,