DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on FUN_TRX_ENTRY_UTIL

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

819: For C_Le_Name_Rec In C_Le_Name(l_le_party_id) Loop
820: l_from_le_name := C_Le_Name_Rec.name;
821: End Loop;
822:
823: l_batch_rec.from_ledger_id := fun_trx_entry_util.Get_Ledger_id(l_batch_rec.initiator_id,'ORGANIZATION');
824: l_batch_rec.currency_code := p_currency_code ;
825: l_batch_rec.exchange_rate_type := fun_system_options_pkg.get_exchg_rate_type;
826: l_batch_rec.description := p_description;
827: l_batch_rec.note := p_note;

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

947: For C_Le_Name_Rec In C_Le_Name(l_le_party_id) Loop
948: l_to_le_name := C_Le_Name_Rec.name;
949: End Loop;
950:
951: l_trx_tbl(l_count).to_ledger_id := Fun_Trx_Entry_Util.Get_Ledger_Id(l_trx_tbl(l_count).recipient_id,'ORGANIZATION');
952:
953: l_trx_tbl(l_count).init_amount_cr := p_init_amount_cr;
954: l_trx_tbl(l_count).init_amount_dr := p_init_amount_dr;
955: l_trx_tbl(l_count).reci_amount_cr := p_init_amount_cr;