DBA Data[Home] [Help]

APPS.EAM_PM_UTILS dependencies on EAM_PM_SCHEDULINGS

Line 279: from eam_pm_schedulings pms,

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

Line 331: from eam_pm_schedulings

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