DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on MFG_LOOKUPS

Line 183: from mfg_lookups ML

179: l_stmt_number := 50 ;
180: begin
181: select ML.meaning
182: into l_priority_description
183: from mfg_lookups ML
184: where ml.lookup_code = p_work_request_priority_id
185: and ml.lookup_type = 'WIP_EAM_ACTIVITY_PRIORITY' ;
186:
187: exception

Line 254: from MFG_LOOKUPS ml

250: l_stmt_number := 75 ;
251: begin
252: select ml.meaning
253: into l_work_request_type
254: from MFG_LOOKUPS ml
255: where ml.lookup_code = p_work_request_type_id
256: and ml.lookup_type = 'WIP_EAM_WORK_REQ_TYPE' ;
257:
258: exception