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 2125: okl_am_util_pvt.get_rule_record(p_rgd_code => 'LATOWN'

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

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

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

Line 2175: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;

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

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

2932: IF l_okxassetlines_rec.book_class = 'CORPORATE' THEN -- SECHAWLA Bug # 2701440 : Added this condition to
2933: -- store trx transaction and process a/c entries only
2934: -- for CORPORATE book
2935: -- Store Transaction in OKL
2936: okl_am_util_pvt.get_transaction_id(p_try_name => l_trx_type,
2937: x_return_status => x_return_status,
2938: x_try_id => l_try_id);
2939:
2940: IF x_return_status <> OKL_API.G_RET_STS_SUCCESS THEN

Line 2974: l_func_curr_code := okl_am_util_pvt.get_functional_currency;

2970: RAISE OKC_API.G_EXCEPTION_ERROR;
2971: END IF;
2972:
2973: --SECHAWLA 03-JAN-03 2683876 Pass the currency code if creating/updating amounts in txl assets
2974: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
2975: lp_tlpv_rec.currency_code := l_func_curr_code;
2976:
2977: -- rbruno 5436987 -- start
2978: --lp_tlpv_rec.currency_code := l_func_curr_code;

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

2975: lp_tlpv_rec.currency_code := l_func_curr_code;
2976:
2977: -- rbruno 5436987 -- start
2978: --lp_tlpv_rec.currency_code := l_func_curr_code;
2979: l_contract_currency_code := okl_am_util_pvt.get_chr_currency(l_chr_id);
2980: lp_tlpv_rec.currency_code := l_contract_currency_code;
2981:
2982: IF l_func_curr_code <> l_contract_currency_code THEN
2983:

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

3933:
3934: IF l_deal_type IN ('LEASEDF','LEASEST') THEN
3935: -- get the tax owner (LESSOR/LESSEE) for the contract
3936:
3937: okl_am_util_pvt.get_rule_record(p_rgd_code => 'LATOWN'
3938: ,p_rdf_code =>'LATOWN'
3939: ,p_chr_id => l_chr_id
3940: ,p_cle_id => NULL
3941: ,x_rulv_rec => l_rulv_rec

Line 4697: okl_am_util_pvt.get_transaction_id(

4693: IF l_okxassetlines_rec.book_class = 'CORPORATE' THEN -- SECHAWLA Bug # 2701440 : Added this condition to
4694: -- store trx transaction and process a/c entries only
4695: -- for CORPORATE book
4696: -- create transaction header
4697: okl_am_util_pvt.get_transaction_id(
4698: p_try_name => l_trx_type,
4699: x_return_status => x_return_status,
4700: x_try_id => l_try_id);
4701:

Line 4736: l_func_curr_code := okl_am_util_pvt.get_functional_currency;

4732: RAISE OKC_API.G_EXCEPTION_ERROR;
4733: END IF;
4734:
4735: --SECHAWLA 03-JAN-03 2683876 Pass the currency code if creating/updating amounts in txl assets
4736: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
4737: lp_tlpv_rec.currency_code := l_func_curr_code;
4738:
4739:
4740: -- Create transaction Line

Line 5489: okl_am_util_pvt.initialize_txn_rec (l_txn_rec);

5485:
5486: l_instance_rec.active_end_date := p_end_date;
5487:
5488:
5489: okl_am_util_pvt.initialize_txn_rec (l_txn_rec);
5490:
5491: -- **************************************
5492: -- Call Installed Base API to expire item
5493: -- **************************************