DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on QP_PREQ_PUB

Line 1247: l_debug_info := 'Call QP_PREQ_PUB.PRICE_REQUEST';

1243: l_control_rec.user_conversion_type := p_ship_ln_group_rec.rate_type;
1244: l_control_rec.function_currency := p_ship_ln_group_rec.currency_code;
1245: l_control_rec.get_freight_flag := 'N';
1246:
1247: l_debug_info := 'Call QP_PREQ_PUB.PRICE_REQUEST';
1248: INL_LOGGING_PVT.Log_Statement (
1249: p_module_name => g_module_name,
1250: p_procedure_name => l_proc_name,
1251: p_debug_info => l_debug_info

Line 1254: QP_PREQ_PUB.PRICE_REQUEST(

1250: p_procedure_name => l_proc_name,
1251: p_debug_info => l_debug_info
1252: );
1253:
1254: QP_PREQ_PUB.PRICE_REQUEST(
1255: p_control_rec => l_control_rec,
1256: x_return_status => x_return_status,
1257: x_return_status_Text=> l_return_status_Text
1258: );