DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on FND_PROFILE

Line 1227: NVL(FND_PROFILE.VALUE('INL_QP_CURRENCY_CODE'), -- if profile currency code is null then get functional currency

1223: rsh.carrier_method,
1224: rsh.packaging_code,
1225: rsh.freight_carrier_code,
1226: rsh.freight_terms,
1227: NVL(FND_PROFILE.VALUE('INL_QP_CURRENCY_CODE'), -- if profile currency code is null then get functional currency
1228: (SELECT gl.currency_code
1229: FROM gl_sets_of_books gl,
1230: financials_system_parameters fsp
1231: WHERE gl.set_of_books_id = fsp.set_of_books_id

Line 1257: l_qp_curr_conv_type := NVL(FND_PROFILE.VALUE('INL_QP_CURRENCY_CONVERSION_TYPE'), 'Corporate');

1253: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1254: p_procedure_name => l_api_name,
1255: p_debug_info => l_debug_info);
1256:
1257: l_qp_curr_conv_type := NVL(FND_PROFILE.VALUE('INL_QP_CURRENCY_CONVERSION_TYPE'), 'Corporate');
1258:
1259: INL_LOGGING_PVT.Log_Variable (p_module_name => g_module_name,
1260: p_procedure_name => l_api_name,
1261: p_var_name => 'l_ship_ln_group_rec.currency_code',