DBA Data[Home] [Help]

APPS.EAM_PM_UTILS dependencies on EAM_PM_SCHEDULINGS

Line 278: from eam_pm_schedulings pms,

274: cursor C(p_asset_group_id number,
275: p_asset_number varchar2,
276: p_asset_activity_id number) is
277: select pms.pm_schedule_id
278: from eam_pm_schedulings pms,
279: mtl_eam_asset_activities eaa
280: where pms.activity_association_id = eaa.activity_association_id
281: and eaa.organization_id = p_org_id
282: and eaa.inventory_item_id = p_asset_group_id

Line 330: from eam_pm_schedulings

326: x_generated_by_pm := true;
327: end if;
328:
329: select rescheduling_point into x_resched_point
330: from eam_pm_schedulings
331: where pm_schedule_id = x_pm_id;
332:
333: -- if the rescheduling point is start date, then we ignore the manually created
334: -- work orders.