DBA Data[Home] [Help]

APPS.OKL_AM_SHIPPING_INSTR_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 15: -- Added x_return_status parameter to okl_accounting_util call. Removed DEFAULT hint from

11: -- Version : 1.0
12: -- History : SECHAWLA - 19-DEC-2002 : Bug # 2667636
13: -- Added logic to convert Insurance amt from contract currency to functional currency
14: -- SECHAWLA 07-FEB-03 Bug # 2789656
15: -- Added x_return_status parameter to okl_accounting_util call. Removed DEFAULT hint from
16: -- procedure parameters
17: -- End of comments
18: PROCEDURE create_shipping_instr(
19: p_api_version IN NUMBER,

Line 128: okl_accounting_util.convert_to_functional_currency(

124: -- SECHAWLA Bug # 2667636 : added the following logic to convert i9nsurance amt to functional currency
125: IF l_contract_curr_code <> l_func_curr_code THEN
126: -- convert amount to functional currency
127: --SECHAWLA 07-FEB-03 Bug # 2789656 : Added x_return_status parameter to the following procedure call
128: okl_accounting_util.convert_to_functional_currency(
129: p_khr_id => l_khr_id,
130: p_to_currency => l_func_curr_code,
131: p_transaction_date => l_sysdate ,
132: p_amount => l_insurance_amt,