[Home] [Help]
12: Change History:
13: Who When What
14: sapanigr 05-May-2006 Bug 5178077: Modified procedure updt_ftci_acct_info to disable process in R12.
15: svuppala 14-JUL-2005 Enh 3392095 - impact of Tution Waivers build
16: Modified igs_fi_control_pkg.update_row by adding two new columns
17: post_waiver_gl_flag, waiver_notify_finaid_flag
18: gurprsin 18-Jun-2005 Bug# 3392088 , Modified call to igs_fi_f_typ_ca_inst_pkg.update_row method to include
19: scope_rul_sequence_num and elm_rng_order_name
20: gurprsin 02-Jun-2005 Enh# 3442712 - Fee Based on Unit Level Attributes
186: Change History:
187: Who When What
188: sapanigr 05-May-2006 Bug 5178077: Added call to igs_ge_gen_003.set_org_id. to disable process in R12
189: svuppala 14-JUL-2005 Enh 3392095 - impact of Tution Waivers build
190: Modified igs_fi_control_pkg.update_row by adding two new columns
191: post_waiver_gl_flag, waiver_notify_finaid_flag
192: gurprsin 02-Jun-2005 Enh#3442712, Modified calls to igs_fi_accts_pkg.get_uk2_for_validation by adding 4 new unit level parameters
193: insert_ftci_accounts and updt_ftci_acct_info method
194: pmarada 19-Nov-2004 Bug 4017841, Removed the obsoleted res_dt_alias column reference from igs_fi_control table update row
192: gurprsin 02-Jun-2005 Enh#3442712, Modified calls to igs_fi_accts_pkg.get_uk2_for_validation by adding 4 new unit level parameters
193: insert_ftci_accounts and updt_ftci_acct_info method
194: pmarada 19-Nov-2004 Bug 4017841, Removed the obsoleted res_dt_alias column reference from igs_fi_control table update row
195: uudayapr 23-dec-2003 Enh#3167098 Removed Column Name PRG_CHG_DT_ALIAS and added RES_DT_ALIAS in
196: igs_fi_control_pkg.update_row
197: shtatiko 12-JUN-2003 Enh# 2831582, Removed Obsoleted columns from igs_fi_control_pkg.update_row
198: -------------------------------------------------------------------*/
199:
200: CURSOR cur_ctrl IS
193: insert_ftci_accounts and updt_ftci_acct_info method
194: pmarada 19-Nov-2004 Bug 4017841, Removed the obsoleted res_dt_alias column reference from igs_fi_control table update row
195: uudayapr 23-dec-2003 Enh#3167098 Removed Column Name PRG_CHG_DT_ALIAS and added RES_DT_ALIAS in
196: igs_fi_control_pkg.update_row
197: shtatiko 12-JUN-2003 Enh# 2831582, Removed Obsoleted columns from igs_fi_control_pkg.update_row
198: -------------------------------------------------------------------*/
199:
200: CURSOR cur_ctrl IS
201: SELECT fc.rowid, fc.*
776:
777: --Update acct_conv_flag column only with value 'Y', of igs_fi_control table.
778: -- Removed lockbox_context, lockbox_number_attribute and ar_int_org_id columns from the following call
779: -- as part of Enh# 2831582, Lockbox.
780: -- Bug#2998266 Removed the column next_invoice_number from call to igs_fi_control_pkg.update_row
781: -- Enh 3392095 added two new columns post_waiver_gl_flag, waiver_notify_finaid_flag
782: igs_fi_control_pkg.update_row(x_rowid => l_cur_ctrl.rowid,
783: x_rec_installed => l_cur_ctrl.rec_installed,
784: x_accounting_method => l_cur_ctrl.accounting_method,
778: -- Removed lockbox_context, lockbox_number_attribute and ar_int_org_id columns from the following call
779: -- as part of Enh# 2831582, Lockbox.
780: -- Bug#2998266 Removed the column next_invoice_number from call to igs_fi_control_pkg.update_row
781: -- Enh 3392095 added two new columns post_waiver_gl_flag, waiver_notify_finaid_flag
782: igs_fi_control_pkg.update_row(x_rowid => l_cur_ctrl.rowid,
783: x_rec_installed => l_cur_ctrl.rec_installed,
784: x_accounting_method => l_cur_ctrl.accounting_method,
785: x_set_of_books_id => l_cur_ctrl.set_of_books_id,
786: x_refund_dr_gl_ccid => l_cur_ctrl.refund_dr_gl_ccid,