DBA Data[Home] [Help]

APPS.IGS_FI_PRC_IMPCLC_ANC_CHGS dependencies on IGS_FI_GEN_GL

Line 387: function igs_fi_gen_gl.finp_get_cur()

383: IGS_FI_IMPCHGS_LINES and update_row of IGS_FI_ANC_INT.
384: Also removed the corresponding validations and local variables.
385: 2. Removed ext_attribute columns from calls to insert_row of IGS_FI_IMPCHGS_LINES
386: 3. Removed cursor cur_currency and its usage. Derived local currency using generic
387: function igs_fi_gen_gl.finp_get_cur()
388: 4. Passed sysdate to p_d_gl_date in call to charges_api. Passed null to override account
389: codes before calling charges_api.
390: saraskhi 13-sep-2002 Enh#2564643, removed the reference of subaccount
391: vvutukur 24-Jul-2002 Bug#2425767.Removed references to obsoleted columns chg_rate,chg_elements from

Line 553: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',

549: END IF;
550:
551: -- Removed usage of lookup_desc, instead used generic function to get the lookup description
552: fnd_message.set_name('IGS', 'IGS_FI_IMP_CHGS_PARAMETER');
553: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',
554: p_v_lookup_code => 'PERSON')
555: );
556: fnd_message.set_token('PARM_CODE',l_person_number);
557: fnd_file.put_line(fnd_file.log,fnd_message.get);

Line 560: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',

556: fnd_message.set_token('PARM_CODE',l_person_number);
557: fnd_file.put_line(fnd_file.log,fnd_message.get);
558:
559: fnd_message.set_name('IGS','IGS_FI_IMP_CHGS_PARAMETER');
560: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',
561: p_v_lookup_code => 'PERSON_ID_TYPE')
562: );
563: fnd_message.set_token('PARM_CODE',p_person_id_type);
564: fnd_file.put_line(fnd_file.log,fnd_message.get);

Line 567: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',

563: fnd_message.set_token('PARM_CODE',p_person_id_type);
564: fnd_file.put_line(fnd_file.log,fnd_message.get);
565:
566: fnd_message.set_name('IGS','IGS_FI_IMP_CHGS_PARAMETER');
567: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',
568: p_v_lookup_code => 'ALTERNATE_PERSON_ID')
569: );
570: fnd_message.set_token('PARM_CODE',p_api_person_id);
571: fnd_file.put_line(fnd_file.log,fnd_message.get);

Line 574: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',

570: fnd_message.set_token('PARM_CODE',p_api_person_id);
571: fnd_file.put_line(fnd_file.log,fnd_message.get);
572:
573: fnd_message.set_name('IGS','IGS_FI_IMP_CHGS_PARAMETER');
574: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',
575: p_v_lookup_code => 'FEE_TYPE')
576: );
577: fnd_message.set_token('PARM_CODE',p_fee_type);
578: fnd_file.put_line(fnd_file.log,fnd_message.get);

Line 581: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',

577: fnd_message.set_token('PARM_CODE',p_fee_type);
578: fnd_file.put_line(fnd_file.log,fnd_message.get);
579:
580: fnd_message.set_name('IGS','IGS_FI_IMP_CHGS_PARAMETER');
581: fnd_message.set_token('PARM_TYPE',igs_fi_gen_gl.get_lkp_meaning (p_v_lookup_type => 'IGS_FI_LOCKBOX',
582: p_v_lookup_code => 'FEE_CAL_TYPE')
583: );
584: fnd_message.set_token('PARM_CODE',p_fee_cal_type);
585: fnd_file.put_line(fnd_file.log,fnd_message.get);

Line 636: igs_fi_gen_gl.finp_get_cur( p_v_currency_cd => l_n_curr_cd,

632: END IF;
633: END IF;
634:
635: -- Obtain the currency_cd setup in the system. (Added as part of bug 2584986)
636: igs_fi_gen_gl.finp_get_cur( p_v_currency_cd => l_n_curr_cd,
637: p_v_curr_desc => l_v_curr_desc,
638: p_v_message_name => l_v_message_name
639: );
640: IF l_v_message_name IS NOT NULL THEN

Line 833: -- Call to igs_fi_gen_gl.get_formatted_amount formats l_ancillary_chg_rate by rounding off to currency precision

829: -- Call the TBH for creating a record in the Import Charges Lines table
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,

Line 839: x_transaction_amount => igs_fi_gen_gl.get_formatted_amount(l_ancillary_chg_rate),

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,
839: x_transaction_amount => igs_fi_gen_gl.get_formatted_amount(l_ancillary_chg_rate),
840: x_currency_cd => l_v_local_currency,
841: x_exchange_rate => NULL,
842: x_comments => NULL,
843: x_ancillary_attribute1 => ancrec.ancillary_attribute1,

Line 896: -- Call to igs_fi_gen_gl.get_formatted_amount formats l_ancillary_chg_rate by rounding off to currency precision

892: -- Call the TBH for creating a record in the Import Charges Lines table
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,

Line 902: x_transaction_amount => igs_fi_gen_gl.get_formatted_amount(l_ancillary_chg_rate),

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,
902: x_transaction_amount => igs_fi_gen_gl.get_formatted_amount(l_ancillary_chg_rate),
903: x_currency_cd => l_v_local_currency,
904: x_exchange_rate => NULL,
905: x_comments => NULL,
906: x_ancillary_attribute1 => ancrec.ancillary_attribute1,