DBA Data[Home] [Help]

APPS.IGS_FI_LOAD_EXT_CHG dependencies on IGS_FI_PRC_ACCT_PKG

Line 27: gurprsin 26-Jul-2005 Bug# 3392095.In IGS_FI_EXTTO_IMP procedure, Modified table habdler call igs_fi_prc_acct_pkg.build_accounts to

23: sapanigr 12-Feb-2006 Bug#5018036 - Modified cursor cur_person in igs_fi_extto_imp procedure. (R12 SQL Repository tuning)
24: svuppala 09-AUG-2005 Enh 3392095 - Tution Waivers build
25: Impact of Charges API version Number change
26: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
27: gurprsin 26-Jul-2005 Bug# 3392095.In IGS_FI_EXTTO_IMP procedure, Modified table habdler call igs_fi_prc_acct_pkg.build_accounts to
28: include waiver_name column parameter.
29: bannamal 03-Jun-2005 Unit Level Fee Assessment Build. Modified the call to
30: igs_fi_prc_acct_pkg.build_accounts. Added new parameters.
31: pmarada 29-Mar-2005 Bug 4270442, removed the cursor c_person instead of that calling

Line 30: igs_fi_prc_acct_pkg.build_accounts. Added new parameters.

26: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
27: gurprsin 26-Jul-2005 Bug# 3392095.In IGS_FI_EXTTO_IMP procedure, Modified table habdler call igs_fi_prc_acct_pkg.build_accounts to
28: include waiver_name column parameter.
29: bannamal 03-Jun-2005 Unit Level Fee Assessment Build. Modified the call to
30: igs_fi_prc_acct_pkg.build_accounts. Added new parameters.
31: pmarada 29-Mar-2005 Bug 4270442, removed the cursor c_person instead of that calling
32: get_std_formerstd_ind function.
33: pmarada 30-nov-2004 Bug 4003908, Added get_std_formerstd_ind funcation to return whether person is
34: of student and former student person type

Line 54: Added call to igs_fi_prc_acct_pkg.build_accounts before calling charges_api

50: 2. Modified function igs_fi_Ext_val() - Added validation for gl_date, modified validations of currency_cd
51: Added parameter p_d_gl_date.
52: 3. Modified igs_fi_extto_imp - Removed insert_row into IGS_FI_IMP_CHGS and IGS_FI_IMGCHGS_LINES.
53: Added parameter p_d_gl_Date in call to create_charges() and charges_api call
54: Added call to igs_fi_prc_acct_pkg.build_accounts before calling charges_api
55: 4. Removed function lookup_Desc(). Used generic function igs_fi_gen_gl.get_lkp_meaning() instead.
56: vvutukur 29-Jul-2002 Bug#2425767.Modified procedure igs_fi_extto_imp to remove the references to
57: chg_rate,chg_elements,transaction_type as these columns are obsolete.
58: SYKRISHN 10_JUL_2002 Bug 2438874 - Procedure igs_fi_extto_imp modified to log Transaction Amount along with the other data elemets already present

Line 325: gurprsin 26-Jul-2005 Bug# 3392095. Modified table habdler call igs_fi_prc_acct_pkg.build_accounts to include waiver_name column parameter.

321: sapanigr 12-Feb-2006 Bug#5018036 - Cursor cur_person now queries hz_parties instead of igs_fi_parties_v. (R12 SQL Repository tuning)
322: svuppala 09-AUG-2005 Enh 3392095 - Tution Waivers build
323: Impact of Charges API version Number change
324: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
325: gurprsin 26-Jul-2005 Bug# 3392095. Modified table habdler call igs_fi_prc_acct_pkg.build_accounts to include waiver_name column parameter.
326: vvutukur 20-Jun-2003 Bug#2777502.Modified the code to concatenate all the error messages of interface record and update the newly added
327: error_msg column in interface table. Also cursor cur_fei is modified such that it picks up records with ERROR status
328: along with TODO status records.
329: vchappid 19-May-2003 Build Bug# 2831572, Financial Accounting Enhancements

Line 345: 2. Added call to igs_fi_prc_acct_pkg.build_accounts before calling charges_api

341:
342: SYKRISHn 30_DEC_2002 Bug 2727384 - Loggin details before validation errors are reported.
343: pathipat 15-NOV-2002 Enh# 2584986 - GL Interface build
344: 1. Removed insert_row into IGS_FI_IMP_CHGS and IGS_FI_IMPCHGS_LINES tables
345: 2. Added call to igs_fi_prc_acct_pkg.build_accounts before calling charges_api
346: 3. Added p_d_gl_date to be passed to charges_api, in p_line_tbl
347: 4. Added parameter p_d_gl_date in call to igs_fi_ext_val()
348: 5. DFF changed to IGS_FI_INVLN_INT_ALL_FLEX from IGS_FI_IMPCHGS_EXT_FLEX
349: 6. Removed cursor cur_imp_chgs and the associated local variables

Line 658: igs_fi_prc_acct_pkg.build_accounts( p_fee_type => l_cur_fei.fee_type,

654: l_cur_fei.error_msg := l_cur_fei.error_msg||'.'||l_v_msg;
655: END IF;
656:
657: IF l_b_ext_val_flag THEN
658: igs_fi_prc_acct_pkg.build_accounts( p_fee_type => l_cur_fei.fee_type,
659: p_fee_cal_type => l_cur_fei.fee_cal_type,
660: p_fee_ci_sequence_number => l_cur_fei.fee_ci_sequence_number,
661: p_course_cd => NULL,
662: p_course_version_number => NULL,