DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OKL_AM_UTIL_PVT

Line 207: l_trans_meaning := okl_am_util_pvt.get_lookup_meaning(p_lookup_type => 'OKL_ACCOUNTING_EVENT_TYPE',

203:
204: BEGIN
205: --akrangan sla cr start
206: -- Get the meaning of lookup
207: l_trans_meaning := okl_am_util_pvt.get_lookup_meaning(p_lookup_type => 'OKL_ACCOUNTING_EVENT_TYPE',
208: p_lookup_code => upper(p_trx_type),
209: p_validate_yn => 'Y');
210:
211: -- get the product id

Line 266: l_currency_code := okl_am_util_pvt.get_chr_currency(l_khr_id);

262: lp_tmpl_identify_rec.factoring_synd_flag := l_fact_synd_code;
263: lp_tmpl_identify_rec.investor_code := l_inv_acct_code;
264:
265: --getting currency code and currency related attributes
266: l_currency_code := okl_am_util_pvt.get_chr_currency(l_khr_id);
267: --currency conversion variables
268: IF ((p_func_curr_code IS NOT NULL) AND
269: (l_currency_code <> p_func_curr_code))
270: THEN

Line 2123: okl_am_util_pvt.get_rule_record(p_rgd_code => 'LATOWN'

2119:
2120: IF l_deal_type IN ('LEASEDF','LEASEST') THEN
2121: -- get the tax owner (LESSOR/LESSEE) for the contract
2122:
2123: okl_am_util_pvt.get_rule_record(p_rgd_code => 'LATOWN'
2124: ,p_rdf_code =>'LATOWN'
2125: ,p_chr_id => l_chr_id
2126: ,p_cle_id => NULL
2127: ,x_rulv_rec => l_rulv_rec

Line 2172: l_contract_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(l_chr_id);

2168: RAISE OKC_API.G_EXCEPTION_ERROR;
2169: END IF;
2170:
2171: -- rbruno 5436987 -- start
2172: l_contract_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(l_chr_id);
2173: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;
2174:
2175: -- currency codes different so need for conversion
2176: IF l_contract_currency_code <> l_functional_currency_code THEN

Line 2173: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;

2169: END IF;
2170:
2171: -- rbruno 5436987 -- start
2172: l_contract_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(l_chr_id);
2173: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;
2174:
2175: -- currency codes different so need for conversion
2176: IF l_contract_currency_code <> l_functional_currency_code THEN
2177:

Line 2928: okl_am_util_pvt.get_transaction_id(p_try_name => l_trx_type,

2924: IF l_okxassetlines_rec.book_class = 'CORPORATE' THEN -- SECHAWLA Bug # 2701440 : Added this condition to
2925: -- store trx transaction and process a/c entries only
2926: -- for CORPORATE book
2927: -- Store Transaction in OKL
2928: okl_am_util_pvt.get_transaction_id(p_try_name => l_trx_type,
2929: x_return_status => x_return_status,
2930: x_try_id => l_try_id);
2931:
2932: IF x_return_status <> OKL_API.G_RET_STS_SUCCESS THEN

Line 2966: l_func_curr_code := okl_am_util_pvt.get_functional_currency;

2962: RAISE OKC_API.G_EXCEPTION_ERROR;
2963: END IF;
2964:
2965: --SECHAWLA 03-JAN-03 2683876 Pass the currency code if creating/updating amounts in txl assets
2966: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
2967: lp_tlpv_rec.currency_code := l_func_curr_code;
2968:
2969: -- rbruno 5436987 -- start
2970: --lp_tlpv_rec.currency_code := l_func_curr_code;

Line 2971: l_contract_currency_code := okl_am_util_pvt.get_chr_currency(l_chr_id);

2967: lp_tlpv_rec.currency_code := l_func_curr_code;
2968:
2969: -- rbruno 5436987 -- start
2970: --lp_tlpv_rec.currency_code := l_func_curr_code;
2971: l_contract_currency_code := okl_am_util_pvt.get_chr_currency(l_chr_id);
2972: lp_tlpv_rec.currency_code := l_contract_currency_code;
2973:
2974: IF l_func_curr_code <> l_contract_currency_code THEN
2975:

Line 3927: okl_am_util_pvt.get_rule_record(p_rgd_code => 'LATOWN'

3923:
3924: IF l_deal_type IN ('LEASEDF','LEASEST') THEN
3925: -- get the tax owner (LESSOR/LESSEE) for the contract
3926:
3927: okl_am_util_pvt.get_rule_record(p_rgd_code => 'LATOWN'
3928: ,p_rdf_code =>'LATOWN'
3929: ,p_chr_id => l_chr_id
3930: ,p_cle_id => NULL
3931: ,x_rulv_rec => l_rulv_rec

Line 4682: okl_am_util_pvt.get_transaction_id(

4678: IF l_okxassetlines_rec.book_class = 'CORPORATE' THEN -- SECHAWLA Bug # 2701440 : Added this condition to
4679: -- store trx transaction and process a/c entries only
4680: -- for CORPORATE book
4681: -- create transaction header
4682: okl_am_util_pvt.get_transaction_id(
4683: p_try_name => l_trx_type,
4684: x_return_status => x_return_status,
4685: x_try_id => l_try_id);
4686:

Line 4721: l_func_curr_code := okl_am_util_pvt.get_functional_currency;

4717: RAISE OKC_API.G_EXCEPTION_ERROR;
4718: END IF;
4719:
4720: --SECHAWLA 03-JAN-03 2683876 Pass the currency code if creating/updating amounts in txl assets
4721: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
4722: lp_tlpv_rec.currency_code := l_func_curr_code;
4723:
4724:
4725: -- Create transaction Line

Line 5474: okl_am_util_pvt.initialize_txn_rec (l_txn_rec);

5470:
5471: l_instance_rec.active_end_date := p_end_date;
5472:
5473:
5474: okl_am_util_pvt.initialize_txn_rec (l_txn_rec);
5475:
5476: -- **************************************
5477: -- Call Installed Base API to expire item
5478: -- **************************************