DBA Data[Home] [Help]

APPS.EAM_CREATEUPDATE_WO_PVT dependencies on WIP_DISCRETE_JOBS

Line 276: FROM WIP_DISCRETE_JOBS

272: ,maintenance_object_id
273: INTO
274: l_maintenance_object_type
275: ,l_maintenance_object_id
276: FROM WIP_DISCRETE_JOBS
277: WHERE wip_entity_id = l_eam_wo_comp_rec.wip_entity_id;
278:
279: --only if asset number/rebuild serial number exists for work order
280: IF(l_maintenance_object_type =3) THEN

Line 469: FROM WIP_DISCRETE_JOBS

465: /* Code Added for bug#6053425 Start */
466: ,l_prev_project_id
467: ,l_prev_task_id
468: /* Code Added for bug#6053425 End */
469: FROM WIP_DISCRETE_JOBS
470: where wip_entity_id = l_wip_entity_id;
471:
472: IF(l_asset_number is NOT NULL and l_eam_wo_rec.asset_number IS NULL) THEN
473: l_eam_wo_rec.asset_number := FND_API.G_MISS_CHAR;

Line 605: p_desc_flex_name => 'WIP_DISCRETE_JOBS',

601:
602: --Validate descriptive flexfield for workorder
603: l_validate := EAM_COMMON_UTILITIES_PVT.validate_desc_flex_field(
604: p_app_short_name => 'WIP',
605: p_desc_flex_name => 'WIP_DISCRETE_JOBS',
606: p_attribute_category => l_eam_wo_rec.attribute_category,
607: p_attribute1 => l_eam_wo_rec.attribute1,
608: p_attribute2 => l_eam_wo_rec.attribute2,
609: p_attribute3 => l_eam_wo_rec.attribute3,