DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on MTL_EAM_LOCATIONS

Line 251: from MTL_EAM_LOCATIONS

247: l_stmt_number := 70 ;
248: begin
249: select location_codes
250: into l_location_codes
251: from MTL_EAM_LOCATIONS
252: where organization_id = p_organization_id
253: and location_id = l_asset_location ;
254:
255: exception