DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_GEN_GL

Line 406: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision

402: l_v_posting_rowid := NULL;
403: l_n_posting_id := NULL;
404:
405: BEGIN
406: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision
407: igs_fi_posting_int_pkg.insert_row (
408: x_rowid => l_v_posting_rowid,
409: x_posting_control_id => g_n_posting_control_id,
410: x_posting_id => l_n_posting_id,

Line 419: x_amount => igs_fi_gen_gl.get_formatted_amount(l_n_amount),

415: x_dr_account_cd => l_v_dr_account_cd,
416: x_cr_account_cd => l_v_cr_account_cd,
417: x_dr_gl_code_ccid => NULL,
418: x_cr_gl_code_ccid => NULL,
419: x_amount => igs_fi_gen_gl.get_formatted_amount(l_n_amount),
420: x_source_transaction_id => cr_act_rec.credit_activity_id,
421: x_source_transaction_type => g_credit,
422: x_status => g_todo,
423: x_orig_appl_fee_ref => NULL,

Line 571: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision

567: -- Insert into the posting int table wiht the selected transaction
568: l_v_posting_rowid := NULL;
569: l_n_posting_id := NULL;
570: BEGIN
571: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision
572: igs_fi_posting_int_pkg.insert_row (
573: x_rowid => l_v_posting_rowid,
574: x_posting_control_id => g_n_posting_control_id,
575: x_posting_id => l_n_posting_id,

Line 584: x_amount => igs_fi_gen_gl.get_formatted_amount(l_n_amount),

580: x_dr_account_cd => l_v_dr_account_cd,
581: x_cr_account_cd => l_v_cr_account_cd,
582: x_dr_gl_code_ccid => NULL,
583: x_cr_gl_code_ccid => NULL,
584: x_amount => igs_fi_gen_gl.get_formatted_amount(l_n_amount),
585: x_source_transaction_id => app_rec.application_id,
586: x_source_transaction_type => g_application,
587: x_status => g_todo,
588: x_orig_appl_fee_ref => NULL,

Line 731: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision

727: -- Insert into the posting int table , the selected transaction
728: l_v_posting_rowid := NULL;
729: l_n_posting_id := NULL;
730: BEGIN
731: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision
732: igs_fi_posting_int_pkg.insert_row (
733: x_rowid => l_v_posting_rowid,
734: x_posting_control_id => g_n_posting_control_id,
735: x_posting_id => l_n_posting_id,

Line 744: x_amount => igs_fi_gen_gl.get_formatted_amount(l_n_amount),

740: x_dr_account_cd => l_v_dr_account_cd,
741: x_cr_account_cd => l_v_cr_account_cd,
742: x_dr_gl_code_ccid => NULL,
743: x_cr_gl_code_ccid => NULL,
744: x_amount => igs_fi_gen_gl.get_formatted_amount(l_n_amount),
745: x_source_transaction_id => inv_rec.invoice_lines_id,
746: x_source_transaction_type => g_charge,
747: x_status => g_todo,
748: x_orig_appl_fee_ref => NULL,

Line 769: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision

765: p_cr_acc_code => l_v_cr_account_cd,
766: p_src_txn_type => g_charge);
767:
768: BEGIN
769: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision
770: igs_fi_invln_int_pkg.update_row(
771: x_rowid => inv_rec.row_id,
772: x_invoice_lines_id => inv_rec.invoice_lines_id,
773: x_invoice_id => inv_rec.invoice_id,

Line 778: x_amount => igs_fi_gen_gl.get_formatted_amount(inv_rec.amount),

774: x_line_number => inv_rec.line_number,
775: x_s_chg_method_type => inv_rec.s_chg_method_type,
776: x_description => inv_rec.description,
777: x_chg_elements => inv_rec.chg_elements,
778: x_amount => igs_fi_gen_gl.get_formatted_amount(inv_rec.amount),
779: x_unit_attempt_status => inv_rec.unit_attempt_status,
780: x_eftsu => inv_rec.eftsu,
781: x_credit_points => inv_rec.credit_points,
782: x_attribute_category => inv_rec.attribute_category,

Line 889: l_v_currency_cd igs_fi_control_all.currency_cd%TYPE := igs_fi_gen_gl.finp_ss_get_cur;

885:
886: l_b_exception_flag BOOLEAN := FALSE;
887: l_v_posting_rowid ROWID;
888: l_n_posting_id igs_fi_posting_int.posting_id%TYPE;
889: l_v_currency_cd igs_fi_control_all.currency_cd%TYPE := igs_fi_gen_gl.finp_ss_get_cur;
890: l_v_orig_appl_fee_ref igs_fi_posting_int_all.orig_appl_fee_ref%TYPE;
891: l_n_application_id igs_ad_appl.application_id%TYPE;
892:
893: BEGIN

Line 911: -- Call to igs_fi_gen_gl.get_formatted_amount formats fee_amount by rounding off to currency precision

907: -- Insert into the posting int table , the selected transaction
908: l_v_posting_rowid := NULL;
909: l_n_posting_id := NULL;
910: BEGIN
911: -- Call to igs_fi_gen_gl.get_formatted_amount formats fee_amount by rounding off to currency precision
912: igs_fi_posting_int_pkg.insert_row (
913: x_rowid => l_v_posting_rowid,
914: x_posting_control_id => g_n_posting_control_id,
915: x_posting_id => l_n_posting_id,

Line 924: x_amount => igs_fi_gen_gl.get_formatted_amount(ad_app_rec.fee_amount),

920: x_dr_account_cd => ad_app_rec.cash_account_cd,
921: x_cr_account_cd => ad_app_rec.rev_account_cd,
922: x_dr_gl_code_ccid => NULL,
923: x_cr_gl_code_ccid => NULL,
924: x_amount => igs_fi_gen_gl.get_formatted_amount(ad_app_rec.fee_amount),
925: x_source_transaction_id => NULL,
926: x_source_transaction_type => g_applfee,
927: x_status => g_todo,
928: x_orig_appl_fee_ref => l_v_orig_appl_fee_ref,