DBA Data[Home] [Help]

APPS.IGF_AW_PACKAGING dependencies on IGF_AP_FA_BASE_REC_PKG

Line 92: || igf_ap_fa_base_rec_pkg.update_row call.

88: || get_loan_fee2 and added l_auto_late_ind
89: || for teh CL Loans
90: || ugummall 25-SEP-2003 FA 126 - Multiple FA Offices.
91: || added new parameter assoc_org_num to
92: || igf_ap_fa_base_rec_pkg.update_row call.
93: ||
94: bkkumar 27-Aug-2003 Bug# 3071157 Added explicit date format mask to the
95: to_date() function.
96: sjadhav 06-Aug-2003 Bug 3062062

Line 2112: || igf_ap_fa_base_rec_pkg.update_row call.

2108: || get_loan_fee2 and added l_auto_late_ind
2109: || for teh CL Loans
2110: || ugummall 25-SEP-2003 FA 126 - Multiple FA Offices.
2111: || added new parameter assoc_org_num to
2112: || igf_ap_fa_base_rec_pkg.update_row call.
2113: || rasahoo 23-Apl-2003 Bug # 2860836
2114: || Added exception handling for resolving
2115: || locking problem created by fund manager
2116: || brajendr 07-Mar-2003 Bug # 2829487

Line 4079: igf_ap_fa_base_rec_pkg.update_row(

4075: IF c_fabase%FOUND THEN
4076: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
4077: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'updating fa base table');
4078: END IF;
4079: igf_ap_fa_base_rec_pkg.update_row(
4080: x_rowid => l_fabase.row_id,
4081: x_base_id => l_fabase.base_id,
4082: x_ci_cal_type => l_fabase.ci_cal_type,
4083: x_person_id => l_fabase.person_id,