DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on MFG_LOOKUPS

Line 149: select meaning into l_priority_meaning from mfg_lookups where

145: AND wdj.organization_id = p_organization_id
146: AND wdj.wip_entity_id = we.wip_entity_id;
147:
148: if l_priority is not null then
149: select meaning into l_priority_meaning from mfg_lookups where
150: lookup_code=l_priority
151: AND lookup_type='WIP_EAM_ACTIVITY_PRIORITY';
152: end if;
153: -- Added for NF2008 - Copy Asset Number to Notes to Approver on Purchase Requisitions