DBA Data[Home] [Help]

APPS.WIP_DEFAULT_SHOPFLOORMOVE dependencies on WIP_WIP_ENTITIES_UTIL

Line 25: l_Wip_Entities_rec := WIP_Wip_Entities_Util.Query_Row(g_ShopFloorMove_rec.wip_entity_id);

21: BEGIN
22:
23: IF g_ShopFloorMove_rec.wip_entity_id IS NOT NULL THEN
24:
25: l_Wip_Entities_rec := WIP_Wip_Entities_Util.Query_Row(g_ShopFloorMove_rec.wip_entity_id);
26: IF g_ShopFloorMove_rec.wip_entity_name IS NULL THEN
27: g_Wip_Entities_rec.wip_entity_name := l_Wip_Entities_rec.wip_entity_name;
28: END IF;
29: IF g_ShopFloorMove_rec.primary_item_id IS NULL THEN