DBA Data[Home] [Help]

APPS.EAM_METER_READINGS_JSP dependencies on WIP_DISCRETE_JOBS

Line 309: from wip_discrete_jobs

305: if (p_wip_entity_id is not null) then
306: -- get the info for validation, probablly not useful
307: select organization_id, asset_number, asset_group_id
308: into l_org_id, l_asset_number, l_asset_group_id
309: from wip_discrete_jobs
310: where wip_entity_id = p_wip_entity_id;
311:
312: if( SQL%NOTFOUND) then -- wip_entity_id not found, should not happen.
313: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => 'EAM_WO_NOT_FOUND');