DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on GMF_GET_TRANSFER_PRICE_PUB

Line 295: -- Call GMF_get_transfer_price_PUB.get_transfer_price API if either from or to org is process enabled.

291: l_xfr_cst_grp_id := NULL;
292: END IF;
293:
294: -- Start Bug 10158934
295: -- Call GMF_get_transfer_price_PUB.get_transfer_price API if either from or to org is process enabled.
296: IF ( inv_cache.set_org_rec(v_mmtt_rec.organization_id ) ) THEN
297: IF ( NVL(inv_cache.org_rec.process_enabled_flag,'N') = 'Y') THEN
298: p_from_opm_org := 'Y';
299: inv_log_util.trace('p_from_opm_org is:' ||p_from_opm_org, g_pkg_name || '.' || l_api_name, 5);

Line 312: inv_log_util.trace('Calling GMF_get_transfer_price_PUB.get_transfer_price', g_pkg_name || '.' || l_api_name, 5);

308: END IF;
309: END IF;
310:
311: IF (p_from_opm_org = 'Y' OR p_to_opm_org = 'Y') THEN
312: inv_log_util.trace('Calling GMF_get_transfer_price_PUB.get_transfer_price', g_pkg_name || '.' || l_api_name, 5);
313: inv_log_util.trace('v_mmtt_rec.inventory_item_id is:' || v_mmtt_rec.inventory_item_id, g_pkg_name || '.' || l_api_name, 5);
314: inv_log_util.trace('v_mmtt_rec.transaction_quantity is:' || v_mmtt_rec.transaction_quantity, g_pkg_name || '.' || l_api_name, 5);
315: inv_log_util.trace('v_mmtt_rec.transaction_uom is:' ||v_mmtt_rec.transaction_uom, g_pkg_name || '.' || l_api_name, 5);
316: inv_log_util.trace('v_mmtt_rec.organization_id is:' ||v_mmtt_rec.organization_id, g_pkg_name || '.' || l_api_name, 5);

Line 319: GMF_get_transfer_price_PUB.get_transfer_price (

315: inv_log_util.trace('v_mmtt_rec.transaction_uom is:' ||v_mmtt_rec.transaction_uom, g_pkg_name || '.' || l_api_name, 5);
316: inv_log_util.trace('v_mmtt_rec.organization_id is:' ||v_mmtt_rec.organization_id, g_pkg_name || '.' || l_api_name, 5);
317: inv_log_util.trace('v_mmtt_rec.transfer_organization is:' ||v_mmtt_rec.transfer_organization, g_pkg_name || '.' || l_api_name, 5);
318:
319: GMF_get_transfer_price_PUB.get_transfer_price (
320: p_api_version => 1.0
321: , p_init_msg_list => 'F'
322:
323: , p_inventory_item_id => v_mmtt_rec.inventory_item_id