DBA Data[Home] [Help]

APPS.OKL_AM_CONTRACT_PRTFL_PVT dependencies on OKL_AM_UTIL_PVT

Line 186: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'

182:
183: -- create portfolio line
184:
185: -- get budget amount
186: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'
187: ,p_rdf_code => 'AMPRBA'
188: ,p_chr_id => p_contract_id
189: ,p_cle_id => NULL
190: ,p_message_yn => TRUE

Line 255: okl_am_util_pvt.get_formula_value(

251: RAISE OKL_API.G_EXCEPTION_ERROR;
252: END IF;
253: CLOSE l_formulae_csr;
254:
255: okl_am_util_pvt.get_formula_value(
256: p_formula_name => l_rulv_rec.rule_information3,
257: p_chr_id => p_contract_id,
258: p_cle_id => NULL,
259: x_formula_value => l_budget_amount,

Line 288: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'

284: -------------end get budget amount ------------------------------------
285:
286: ----------- get strategy ----------------------------------------------
287:
288: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'
289: ,p_rdf_code => 'AMPRST'
290: ,p_chr_id => p_contract_id
291: ,p_cle_id => NULL
292: ,p_message_yn => TRUE

Line 324: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'

320:
321:
322: ----------- get assignment group ----------------------------------------------
323:
324: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'
325: ,p_rdf_code => 'AMPRAG'
326: ,p_chr_id => p_contract_id
327: ,p_cle_id => NULL
328: ,p_message_yn => TRUE

Line 362: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'

358:
359:
360: ----------- get execution due date ----------------------------------------------
361:
362: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'
363: ,p_rdf_code => 'AMPRED'
364: ,p_chr_id => p_contract_id
365: ,p_cle_id => NULL
366: ,p_message_yn => TRUE

Line 403: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'

399:
400:
401: ----------- get approval requirement ----------------------------------------------
402:
403: okl_am_util_pvt.get_rule_record( p_rgd_code => 'AMCOPO'
404: ,p_rdf_code => 'AMAPRE'
405: ,p_chr_id => p_contract_id
406: ,p_cle_id => NULL
407: ,p_message_yn => TRUE

Line 427: l_func_curr_code := okl_am_util_pvt.get_functional_currency;

423:
424:
425: -- SECHAWLA Bug # 2726739 : Added the following piece of code
426: -- get the functional currency
427: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
428: -- get the contract currency
429: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => p_contract_id);
430:
431: lp_pflv_rec.currency_code := l_contract_curr_code;

Line 429: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => p_contract_id);

425: -- SECHAWLA Bug # 2726739 : Added the following piece of code
426: -- get the functional currency
427: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
428: -- get the contract currency
429: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => p_contract_id);
430:
431: lp_pflv_rec.currency_code := l_contract_curr_code;
432: lp_pflv_rec.currency_conversion_code := l_func_curr_code;
433:

Line 874: okl_am_util_pvt.get_formula_value(

870:
871: l_error_txn := 'Y';
872:
873: ELSE
874: okl_am_util_pvt.get_formula_value(
875: p_formula_name => l_name,
876: p_chr_id => l_cntrctprtfl_rec.khr_id,
877: p_cle_id => NULL,
878: x_formula_value => l_budget_amount,