DBA Data[Home] [Help]

APPS.IGS_FI_PRC_IMPCLC_ANC_CHGS dependencies on IGS_FI_IMPCHGS_LINES_PKG

Line 398: agairola 04-Jun-2002 Bug 2395663 - Modified the TBH call for the IGS_FI_IMPCHGS_LINES_PKG

394: Call to charges api changed to pass Fee Type Description for invoice description
395: (l_header_rec.p_invoice_desc) instead of null.
396: jbegum 12-Jun-02 Bug#2400189 - Added a local valriable l_rec_cntr to count the number of
397: records processed and log that in the log file
398: agairola 04-Jun-2002 Bug 2395663 - Modified the TBH call for the IGS_FI_IMPCHGS_LINES_PKG
399: SYKRISHN 19-APR-2002 Bug 2324088 - Introduced Desc Flex Field Validations and CCID validations.
400: smadathi 27-Feb-2002 Bug 2238413. Reduced selection list for
401: rec installed flag to 'Y' and 'N'.Removed
402: reference of rec installed flag = 'E'.

Line 834: igs_fi_impchgs_lines_pkg.Insert_Row( x_rowid => l_rowid,

830:
831: -- Passed l_v_local_currency derived to the currency_cd field (part of enh bug 2584986)
832: -- Obsoleted columns override account codes and ext_attributes
833: -- Call to igs_fi_gen_gl.get_formatted_amount formats l_ancillary_chg_rate by rounding off to currency precision
834: igs_fi_impchgs_lines_pkg.Insert_Row( x_rowid => l_rowid,
835: x_impchg_lines_id => l_impchgs_lines_id,
836: x_import_charges_id => l_import_charges_id,
837: x_transaction_dt => SYSDATE,
838: x_effective_dt => l_effective_dt,

Line 897: igs_fi_impchgs_lines_pkg.Insert_Row( x_rowid => l_rowid,

893:
894: -- Passed l_v_local_currency derived to the currency_cd field (part of enh bug 2584986)
895: -- Obsoleted columns override account codes and ext_attributes
896: -- Call to igs_fi_gen_gl.get_formatted_amount formats l_ancillary_chg_rate by rounding off to currency precision
897: igs_fi_impchgs_lines_pkg.Insert_Row( x_rowid => l_rowid,
898: x_impchg_lines_id => l_impchgs_lines_id,
899: x_import_charges_id => l_import_charges_id,
900: x_transaction_dt => SYSDATE,
901: x_effective_dt => l_effective_dt,