DBA Data[Home] [Help]

APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_INVLN_INT_PKG

Line 30: --gurprsin 03-Jun-2005 Enh# 3442712 Modified call to igs_fi_prc_acct_pkg.build_accounts and igs_fi_invln_int_pkg.insert_row methods.

26: --pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
27: -- parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
28: -- svuppala 9-JUN-2005 Enh 4213629 - Impact of automatic generation of the Receipt Number
29: -- changed logic for l_v_credit_number in procedure proc_neg_chg.
30: --gurprsin 03-Jun-2005 Enh# 3442712 Modified call to igs_fi_prc_acct_pkg.build_accounts and igs_fi_invln_int_pkg.insert_row methods.
31: -- svuppala 05-APR-2005 Bug# "4240402" Additional fix done as part of Time Zone impact
32: -- Changed the negative charge adjustment logic with ORDER BY application_id
33: -- instead of APPLY_DATE as time part of it is truncated.
34: --pathipat 30-Sep-2004 Bug 3908040 - Modified proc_neg_chg() - Removed check on Manage Accounts = Other before application/unapplication

Line 76: -- IGS_FI_INV_INT_PKG.insert_row and IGS_FI_INVLN_INT_PKG.insert_row

72: --vvutukur 27-02-2002 removed local function validate_person and placed call to igs_fi_gen_007.validate_person
73: -- in create_charge procedure.for bug:2238362
74: --jbegum 20-Feb-02 As part Enh bug#2228910
75: -- Removed source_transaction_id column from calls to
76: -- IGS_FI_INV_INT_PKG.insert_row and IGS_FI_INVLN_INT_PKG.insert_row
77: --vvutukur 18-feb-2002 added ar_int_org_id column in call to igs_fi_control_pkg
78: -- for bug:2222272.
79: --jbegum 14-Feb-2001 As part of Enh bug # 2201081
80: -- Added call to IGS_FI_GEN_005.validate_psa and IGS_FI_PARTY_SA_PKG.insert_row

Line 1249: in the call to igs_fi_invln_int_pkg.insert_row()

1245: smadathi 18-Feb-2002 Enh. Bug 2747329.Modified the TBH call to IGS_FI_CONTROL to Add new columns
1246: rfnd_destination, ap_org_id, dflt_supplier_site_name
1247: pathipat 14-Nov-2002 Enh Bug: 2584986 -
1248: 1. Added parameters gl_date, gl_posted_date and posting_control_id
1249: in the call to igs_fi_invln_int_pkg.insert_row()
1250: 2. Added parameter p_gl_date in call to proc_neg_chg() for negative charges
1251: 3. Removed calls to get_local_amount, passed the invoice_amount and currency_cd
1252: directly from p_header_rec, instead of conversion to local currency
1253: vvutukur 20-sep-2002 Enh#2562745.1)Added conv_process_run_ind parameter to call to igs_fi_control_pkg.

Line 1290: Changed the call to IGS_FI_INVLN_INT_PKG.Insert_row.

1286: p_override_dr_rec_account_cd and p_override_cr_rev_account_cd
1287: before inserting the data into igs_fi_invln_int.
1288: jbegum 26-Sep-2001 As part of bug #1962286 the following changes were done:
1289: Changed the call to the local function validate_uoo.
1290: Changed the call to IGS_FI_INVLN_INT_PKG.Insert_row.
1291: vchappid 05-Oct-2001 As a part of Enh Bug#2030448, the call to the calculate balances process is
1292: replaced with a call to the new procedure Update_Balances created as a part
1293: of the SFCR010. Limitation of the Accounting Method to CASH is removed,
1294: Balance_Flag has been removed from IGS_FI_INV_INT_ALL, IGS_FI_CREDITS_ALL tables,

Line 2310: -- As part of bug #1962286 the call to the IGS_FI_INVLN_INT_PKG.Insert_Row was modified.

2306: l_error_account := 'N';
2307: l_error_string := NULL;
2308: END IF;
2309:
2310: -- As part of bug #1962286 the call to the IGS_FI_INVLN_INT_PKG.Insert_Row was modified.
2311: -- The six UOO columns were removed and the two new columns location_cd and uoo_id were added in the call
2312:
2313: -- Modified by jbegum as part of Enh bug #2228910
2314: -- Removed the column source_transaction_id in the call to IGS_FI_INVLN_INT_PKG.Insert_Row

Line 2314: -- Removed the column source_transaction_id in the call to IGS_FI_INVLN_INT_PKG.Insert_Row

2310: -- As part of bug #1962286 the call to the IGS_FI_INVLN_INT_PKG.Insert_Row was modified.
2311: -- The six UOO columns were removed and the two new columns location_cd and uoo_id were added in the call
2312:
2313: -- Modified by jbegum as part of Enh bug #2228910
2314: -- Removed the column source_transaction_id in the call to IGS_FI_INVLN_INT_PKG.Insert_Row
2315:
2316: -- Call the Table Handler for creating the Charges Lines record
2317: -- Enh bug 2584986: Added parameters gl_date, gl_posted_date and posting_control_id in call to insert_row
2318:

Line 2320: igs_fi_invln_int_pkg.insert_row(x_rowid => l_rowid,

2316: -- Call the Table Handler for creating the Charges Lines record
2317: -- Enh bug 2584986: Added parameters gl_date, gl_posted_date and posting_control_id in call to insert_row
2318:
2319: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision
2320: igs_fi_invln_int_pkg.insert_row(x_rowid => l_rowid,
2321: x_invoice_lines_id => l_invoice_lines_id,
2322: x_invoice_id => l_invoice_id,
2323: x_line_number => l_var,
2324: x_chg_elements => p_line_tbl(l_var).p_chg_elements,