DBA Data[Home] [Help]

APPS.IGF_DB_CL_ROSTER dependencies on IGF_AW_AWD_DISB_PKG

Line 15: -- Changed the TBH call of the package: IGF_AW_AWD_DISB_PKG

11: -- svuppala 27-OCT-04 FA 134 CommonLine4 Change Origination
12: -- # 3416936 Modifications to disbursement roster process
13: ----------------------------------------------------------------------------------------
14: --ayedubat 14-OCT-04 FA 149 COD-XML Standards build bug # 3416863
15: -- Changed the TBH call of the package: IGF_AW_AWD_DISB_PKG
16: -----------------------------------------------------------------------------------
17: -- veramach July 2004 FA 151 HR integration (bug # 3709292)
18: -- Impact of obsoleting columns from igf_aw_awd_disb_pkg
19: -----------------------------------------------------------------------------------

Line 18: -- Impact of obsoleting columns from igf_aw_awd_disb_pkg

14: --ayedubat 14-OCT-04 FA 149 COD-XML Standards build bug # 3416863
15: -- Changed the TBH call of the package: IGF_AW_AWD_DISB_PKG
16: -----------------------------------------------------------------------------------
17: -- veramach July 2004 FA 151 HR integration (bug # 3709292)
18: -- Impact of obsoleting columns from igf_aw_awd_disb_pkg
19: -----------------------------------------------------------------------------------
20: -- Who When What
21: -- veramach 3-NOV-2003 FA 125 Multiple Distr Methods
22: -- Changed the call of igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code

Line 22: -- Changed the call of igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code

18: -- Impact of obsoleting columns from igf_aw_awd_disb_pkg
19: -----------------------------------------------------------------------------------
20: -- Who When What
21: -- veramach 3-NOV-2003 FA 125 Multiple Distr Methods
22: -- Changed the call of igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code
23: -----------------------------------------------------------------------------------
24: -- sjadhav 26-Mar-2003 Bug 2863960
25: -- Changed Disb Gross Amt to Disb Accepted Amt
26: -- As net amount is based on accepted amount

Line 33: -- igf_aw_awd_disb_pkg.update_row has been modified

29: -- Corrected typos in messages and lookup codes
30: -----------------------------------------------------------------------------------
31: -- mesriniv 13-07-2001 W.r.to Awards Build,9 new columns have been added
32: -- in IGF_AW_AWD_DISB_ALL table.The call to
33: -- igf_aw_awd_disb_pkg.update_row has been modified
34: -- to reflect the changes.
35: -----------------------------------------------------------------------------------
36: -- ssawhney 2nd Jan Stud Emp build IGF_AW_AWD_DISB TBH call changed.
37: -----------------------------------------------------------------------------------

Line 941: Changed the call of igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code

937: ridas 07-Aug-2006 Build FA163. Added condition to check the Direct_to_borr_ind difference between
938: the roster information and the disbursement table information.
939: tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
940: veramach 3-NOV-2003 FA 125 Multiple Distr Methods
941: Changed the call of igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code
942: ***************************************************************/
943:
944: l_cbth_id igf_sl_cl_batch_all.cbth_id%TYPE;
945: l_loan_number igf_db_cl_disb_resp_all.loan_number%TYPE;

Line 1283: igf_aw_awd_disb_pkg.update_row(

1279: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_db_cl_roster.roster_ack.debug',
1280: 'Updating aw disb , award_id, disb_num, RESP_status ' || disb_rec.award_id || ' : ' || disb_rec.disb_num || ' : ' || lv_rec_status);
1281: END IF;
1282:
1283: igf_aw_awd_disb_pkg.update_row(
1284: x_mode => 'R',
1285: x_rowid => disb_rec.row_id,
1286: x_award_id => disb_rec.award_id,
1287: x_disb_num => disb_rec.disb_num,