DBA Data[Home] [Help]

APPS.OKL_AM_SHIPPING_INSTR_PVT dependencies on OKL_AM_UTIL_PVT

Line 105: l_func_curr_code := okl_am_util_pvt.get_functional_currency;

101:
102: -- SECHAWLA Bug # 2667636 : get the functional and contract currency
103:
104: -- get the functional currency
105: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
106: -- get the contract currency
107: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_khr_id);
108:
109: -- Populate Asset Value For Insurance from formula, if the formula

Line 107: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_khr_id);

103:
104: -- get the functional currency
105: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
106: -- get the contract currency
107: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_khr_id);
108:
109: -- Populate Asset Value For Insurance from formula, if the formula
110: -- is not available then set the value to floor price of asset return
111: OKL_AM_UTIL_PVT.get_formula_value(

Line 111: OKL_AM_UTIL_PVT.get_formula_value(

107: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_khr_id);
108:
109: -- Populate Asset Value For Insurance from formula, if the formula
110: -- is not available then set the value to floor price of asset return
111: OKL_AM_UTIL_PVT.get_formula_value(
112: p_formula_name => l_formula_name,
113: p_chr_id => l_khr_id,
114: p_cle_id => l_kle_id,
115: x_formula_value => l_insurance_amt,

Line 406: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_ASSET_VALUE_FOR_INSURANCE'));

402: -- Message: You must enter a positive value for PROMPT.
403: OKL_API.set_message(p_app_name => 'OKL',
404: p_msg_name => 'OKL_AM_REQ_FIELD_POS_ERR',
405: p_token1 => 'PROMPT',
406: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_ASSET_VALUE_FOR_INSURANCE'));
407: RAISE OKL_API.G_EXCEPTION_ERROR;
408: END IF;
409:
410: -- PAC_ID mandatory

Line 417: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_CONTACT_METHOD'));

413: -- Message: You must enter a value for PROMPT.
414: OKL_API.set_message(p_app_name => 'OKL',
415: p_msg_name => 'OKL_AM_REQ_FIELD_ERR',
416: p_token1 => 'PROMPT',
417: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_CONTACT_METHOD'));
418: RAISE OKL_API.G_EXCEPTION_ERROR;
419: END IF;
420:
421: -- IST_ID mandatory

Line 428: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_SHIP_TO_PARTY'));

424: -- Message: You must enter a value for PROMPT.
425: OKL_API.set_message(p_app_name => 'OKL',
426: p_msg_name => 'OKL_AM_REQ_FIELD_ERR',
427: p_token1 => 'PROMPT',
428: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_SHIP_TO_PARTY'));
429: RAISE OKL_API.G_EXCEPTION_ERROR;
430: END IF;
431:
432: -- Call TAPI to update the rec

Line 643: l_event_name := OKL_AM_UTIL_PVT.get_wf_event_name(

639: -- Based on trans option launch the WF
640: IF lx_rasv_rec.trans_option_accepted_yn = 'Y' THEN
641:
642: -- Get the WF event name
643: l_event_name := OKL_AM_UTIL_PVT.get_wf_event_name(
644: p_wf_process_type => 'OKLAMNTD',
645: p_wf_process_name => 'NOTIFY_ITD_PROC',
646: x_return_status => l_return_status);
647:

Line 662: l_event_name := OKL_AM_UTIL_PVT.get_wf_event_name(

658: p_event_name => 'oracle.apps.okl.am.notifytransdept');
659: ELSE
660:
661: -- Get the WF event name
662: l_event_name := OKL_AM_UTIL_PVT.get_wf_event_name(
663: p_wf_process_type => 'OKLAMNSI',
664: p_wf_process_name => 'SHIPPING_INSTRUCTION_PROC',
665: x_return_status => l_return_status);
666: