DBA Data[Home] [Help]

APPS.IGF_AW_GEN dependencies on IGF_AW_FUND_MAST_PKG

Line 94: -- IGF_AW_FUND_MAST_PKG

90: -- Modifed the procedure update_fmast for deletion
91: -- of Simulated awards
92: --------------------------------------------------------------------------------------
93: -- cdcruz 07-Nov-02 Modified the update_row call of
94: -- IGF_AW_FUND_MAST_PKG
95: -- Sap type is obsoleted in the SAP build fa101
96: --------------------------------------------------------------------------------------
97: -- adhawan 25-oct-2002 ALT_PELL_SCHEDULE added for FA108 Awarding
98: -- Enhancements efc_coa --Modified the coa_total_cur

Line 117: -- IGF_AW_FUND_MAST_PKG as

113: -- to calculate the sum of the paid amount of all
114: -- the disbursements
115: --------------------------------------------------------------------------------------
116: -- brajendr 12-Jun-2002 Modified the update_row call of
117: -- IGF_AW_FUND_MAST_PKG as
118: -- Student Employment related columns
119: -- are missing in the call
120: --------------------------------------------------------------------------------------
121: -- sjadhav 24-apr-2002 Bug # 2340471.Restored changes done for Bug

Line 1107: || smvk 10_feb_2003 Bug # 2758812. Added send_without_doc column in the igf_aw_fund_mast_pkg.update_row call.

1103: || museshad 14-Jul-2005 Build FA 140.
1104: || Modified TBH call due to the addition of new
1105: || columns to igf_aw_fund_mast_all table.
1106: ||
1107: || smvk 10_feb_2003 Bug # 2758812. Added send_without_doc column in the igf_aw_fund_mast_pkg.update_row call.
1108: ||
1109: || brajendr 19-Dec-2002 Bug # 2708599
1110: || Modifed the procedure update_fmast for deletion of Simulated awards,
1111: || earlier it was looking at new refferences, modified to old refferences

Line 1294: igf_aw_fund_mast_pkg.update_row (

1290: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_gen.update_fmast.debug','l_fmast.total_cancelled:'||l_fmast.total_cancelled);
1291: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_gen.update_fmast.debug','l_fmast.declined_amt:'||l_fmast.declined_amt);
1292: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_gen.update_fmast.debug','l_fmast.total_declined:'||l_fmast.total_declined);
1293: END IF;
1294: igf_aw_fund_mast_pkg.update_row (
1295: x_rowid => l_fmast.row_id,
1296: x_fund_id => l_fmast.fund_id,
1297: x_fund_code => l_fmast.fund_code,
1298: x_ci_cal_type => l_fmast.ci_cal_type,