DBA Data[Home] [Help]

APPS.INV_MGD_MVT_SO_MDTR dependencies on FND_API

Line 638: AND NVL(l_shipment_transaction.org_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM

634: AND mp.organization_id = x_movement_transaction.organization_id;
635: END IF;
636:
637: IF ((l_shipment_transaction.org_id <> l_shipment_transaction.so_org_id)
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

Line 639: AND NVL(l_shipment_transaction.so_org_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM)

635: END IF;
636:
637: IF ((l_shipment_transaction.org_id <> l_shipment_transaction.so_org_id)
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);