DBA Data[Home] [Help]

APPS.WIP_STD_WF dependencies on MTL_SYSTEM_ITEMS

Line 129: from mtl_system_items msi

125: BEGIN
126:
127: select buyer_id
128: into l_default_buyer_id
129: from mtl_system_items msi
130: where msi.inventory_item_id = p_item_id
131: and msi.organization_id = p_organization_id;
132:
133: return ( GetEmployeeLogin (l_default_buyer_id));