198: l_transaction_date DATE DEFAULT NULL; -- Bug13626813
199: BEGIN
200:
201: l_api_name := 'GMF_get_transfer_price_PUB.get_transfer_price';
202: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
203: x_return_status := FND_API.G_RET_STS_SUCCESS;
204:
205: print_debug(l_api_name || ' Begin Input Parameters ');
206: print_debug(l_api_name || ' p_inventory_item_id: ' || p_inventory_item_id);
496: -- This is the new profile added for inter-org transfer across
497: -- process/discrete xfers only.
498: --===================================================================
499:
500: l_use_adv_pricing := fnd_profile.value('INV_USE_QP_FOR_INTERORG');
501:
502: print_debug(l_api_name || ': Adv. Pricing profile: ' || l_use_adv_pricing);
503:
504:
1119: END IF;
1120:
1121: -- QP: Pricing Transaction Entity => Inter Organization Transfers for Internal Orders
1122: -- QP: Source System Code => Oracle Inventory
1123: fnd_profile.put('QP_PRICING_TRANSACTION_ENTITY', 'INTCOM');
1124: fnd_profile.put('QP_SOURCE_SYSTEM_CODE', 'INV');
1125:
1126: l_request_type_code := 'INTORG';
1127: l_pricing_event := 'ICBATCH';
1120:
1121: -- QP: Pricing Transaction Entity => Inter Organization Transfers for Internal Orders
1122: -- QP: Source System Code => Oracle Inventory
1123: fnd_profile.put('QP_PRICING_TRANSACTION_ENTITY', 'INTCOM');
1124: fnd_profile.put('QP_SOURCE_SYSTEM_CODE', 'INV');
1125:
1126: l_request_type_code := 'INTORG';
1127: l_pricing_event := 'ICBATCH';
1128: