DBA Data[Home] [Help]

APPS.INV_MGD_MVT_SO_MDTR dependencies on FND_API

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

673: AND mp.organization_id = x_movement_transaction.organization_id;
674: END IF;
675:
676: IF ((l_shipment_transaction.org_id <> l_shipment_transaction.so_org_id)
677: AND NVL(l_shipment_transaction.org_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM
678: AND NVL(l_shipment_transaction.so_org_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM)
679: THEN
680: x_movement_transaction.triangulation_country_code :=
681: INV_MGD_MVT_UTILS_PKG.Get_Org_Location

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

674: END IF;
675:
676: IF ((l_shipment_transaction.org_id <> l_shipment_transaction.so_org_id)
677: AND NVL(l_shipment_transaction.org_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM
678: AND NVL(l_shipment_transaction.so_org_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM)
679: THEN
680: x_movement_transaction.triangulation_country_code :=
681: INV_MGD_MVT_UTILS_PKG.Get_Org_Location
682: (p_warehouse_id => l_shipment_transaction.so_org_id);