DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on MFG_LOOKUPS

Line 196: from mfg_lookups ML

192: l_stmt_number := 50 ;
193: begin
194: select ML.meaning
195: into l_priority_description
196: from mfg_lookups ML
197: where ml.lookup_code = p_work_request_priority_id
198: and ml.lookup_type = 'WIP_EAM_ACTIVITY_PRIORITY' ;
199:
200: exception

Line 267: from MFG_LOOKUPS ml

263: l_stmt_number := 75 ;
264: begin
265: select ml.meaning
266: into l_work_request_type
267: from MFG_LOOKUPS ml
268: where ml.lookup_code = p_work_request_type_id
269: and ml.lookup_type = 'WIP_EAM_WORK_REQ_TYPE' ;
270:
271: exception