DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on MTL_QP_PRICE

Line 4235: print_Debug('Calling mtl_qp_price.get_transfer_price', 'Get_transfer_price_for_item');

4231: l_currency_code := G_INV_CURR_CODE;
4232: --null;
4233: END IF;
4234:
4235: print_Debug('Calling mtl_qp_price.get_transfer_price', 'Get_transfer_price_for_item');
4236: l_transfer_price := MTL_QP_PRICE.get_transfer_price_ds(
4237: p_transaction_id => l_transaction_id
4238: , p_sell_ou_id => p_to_org_id
4239: , p_ship_ou_id => p_from_org_id

Line 4236: l_transfer_price := MTL_QP_PRICE.get_transfer_price_ds(

4232: --null;
4233: END IF;
4234:
4235: print_Debug('Calling mtl_qp_price.get_transfer_price', 'Get_transfer_price_for_item');
4236: l_transfer_price := MTL_QP_PRICE.get_transfer_price_ds(
4237: p_transaction_id => l_transaction_id
4238: , p_sell_ou_id => p_to_org_id
4239: , p_ship_ou_id => p_from_org_id
4240: , p_flow_type => l_flow_type

Line 4263: print_Debug('Error from mtl_qp_price', 'get_transfer_price_for_item');

4259: print_Debug('l_msg_data = ' || l_msg_data, 'get_transfer_price_for_item');
4260: print_Debug('l_msg_count = ' || l_msg_count, 'get_transfer_price_for_item');
4261:
4262: if( l_return_status <> G_RET_STS_SUCCESS ) THEN
4263: print_Debug('Error from mtl_qp_price', 'get_transfer_price_for_item');
4264: raise FND_API.G_EXC_ERROR;
4265: end if;
4266:
4267: --Fixed for bug#9049184