DBA Data[Home] [Help]

APPS.INV_MGD_MVT_SO_MDTR dependencies on INV_MGD_MVT_UTILS_PKG

Line 536: INV_MGD_MVT_UTILS_PKG.Get_Org_Location

532: x_movement_transaction.transaction_nature := '11';
533:
534: --Change in R12, origin country should be same as of the shipping warehouse
535: x_movement_transaction.origin_territory_code :=
536: INV_MGD_MVT_UTILS_PKG.Get_Org_Location
537: (p_warehouse_id => x_movement_transaction.organization_id);
538: --x_movement_transaction.dispatch_territory_code;
539:
540: IF x_movement_transaction.currency_code IS NULL

Line 590: IF (INV_MGD_MVT_UTILS_PKG.Is_Line_A_Process_Line

586: CLOSE c_item_cost;
587:
588: /*-- If the sales order is a OPM sales order, get the item cost
589: -- that is related to the OPM.
590: IF (INV_MGD_MVT_UTILS_PKG.Is_Line_A_Process_Line
591: (p_organization_id => x_movement_transaction.organization_id
592: ,p_inventory_item_id => x_movement_transaction.inventory_item_id))
593: THEN
594: INV_MGD_MVT_UTILS_PKG.Get_OPM_Item_Cost

Line 594: INV_MGD_MVT_UTILS_PKG.Get_OPM_Item_Cost

590: IF (INV_MGD_MVT_UTILS_PKG.Is_Line_A_Process_Line
591: (p_organization_id => x_movement_transaction.organization_id
592: ,p_inventory_item_id => x_movement_transaction.inventory_item_id))
593: THEN
594: INV_MGD_MVT_UTILS_PKG.Get_OPM_Item_Cost
595: ( p_inventory_item_id => x_movement_transaction.inventory_item_id
596: , p_organization_id => x_movement_transaction.organization_id
597: , p_transaction_date => x_movement_transaction.transaction_date
598: , x_item_cost => x_movement_transaction.item_cost

Line 642: INV_MGD_MVT_UTILS_PKG.Get_Org_Location

638: AND NVL(l_shipment_transaction.org_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM
639: AND NVL(l_shipment_transaction.so_org_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM)
640: THEN
641: x_movement_transaction.triangulation_country_code :=
642: INV_MGD_MVT_UTILS_PKG.Get_Org_Location
643: (p_warehouse_id => l_shipment_transaction.so_org_id);
644:
645: x_movement_transaction.triangulation_country_eu_code :=
646: INV_MGD_MVT_UTILS_PKG.Convert_Territory_Code

Line 646: INV_MGD_MVT_UTILS_PKG.Convert_Territory_Code

642: INV_MGD_MVT_UTILS_PKG.Get_Org_Location
643: (p_warehouse_id => l_shipment_transaction.so_org_id);
644:
645: x_movement_transaction.triangulation_country_eu_code :=
646: INV_MGD_MVT_UTILS_PKG.Convert_Territory_Code
647: (x_movement_transaction.triangulation_country_code);
648: END IF;
649:
650: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)