DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on MFG_LOOKUPS

Line 203: select meaning into l_priority_meaning from mfg_lookups where

199: wdj.organization_id = p_organization_id;
200: end if;
201:
202: if l_priority is not null then
203: select meaning into l_priority_meaning from mfg_lookups where
204: lookup_code=l_priority
205: AND lookup_type='WIP_EAM_ACTIVITY_PRIORITY';
206: end if;
207: