DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 8581: FROM MTL_SYSTEM_ITEMS_B

8577: -- then we need to update the Order line ID for the Item Instance.
8578: --
8579: SELECT nvl(shippable_item_flag ,'N')
8580: INTO l_shippable_item_flag
8581: FROM MTL_SYSTEM_ITEMS_B
8582: WHERE inventory_item_id = l_order_line_rec.inventory_item_id
8583: AND organization_id = l_order_line_rec.ship_from_org_id;
8584: --
8585: IF l_shippable_item_flag = 'Y' THEN