DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on FUN_TRX_ENTRY_UTIL

Line 830: l_batch_rec.from_ledger_id := fun_trx_entry_util.Get_Ledger_id(l_batch_rec.initiator_id,'ORGANIZATION');

826: For C_Le_Name_Rec In C_Le_Name(l_le_party_id) Loop
827: l_from_le_name := C_Le_Name_Rec.name;
828: End Loop;
829:
830: l_batch_rec.from_ledger_id := fun_trx_entry_util.Get_Ledger_id(l_batch_rec.initiator_id,'ORGANIZATION');
831: l_batch_rec.currency_code := p_currency_code ;
832: l_batch_rec.exchange_rate_type := fun_system_options_pkg.get_exchg_rate_type;
833: l_batch_rec.description := p_description;
834: l_batch_rec.note := p_note;

Line 958: l_trx_tbl(l_count).to_ledger_id := Fun_Trx_Entry_Util.Get_Ledger_Id(l_trx_tbl(l_count).recipient_id,'ORGANIZATION');

954: For C_Le_Name_Rec In C_Le_Name(l_le_party_id) Loop
955: l_to_le_name := C_Le_Name_Rec.name;
956: End Loop;
957:
958: l_trx_tbl(l_count).to_ledger_id := Fun_Trx_Entry_Util.Get_Ledger_Id(l_trx_tbl(l_count).recipient_id,'ORGANIZATION');
959:
960: l_trx_tbl(l_count).init_amount_cr := p_init_amount_cr;
961: l_trx_tbl(l_count).init_amount_dr := p_init_amount_dr;
962: l_trx_tbl(l_count).reci_amount_cr := p_init_amount_cr;