DBA Data[Home] [Help]

APPS.MRP_LINE_SCHEDULE_ALGORITHM dependencies on BOM_REVISIONS

Line 4476: BOM_REVISIONS.Get_Revision(

4472: if (fs_list_rec.bom_revision_date is not null) then
4473:
4474: v_bom_rev_date := fs_list_rec.scheduled_completion_date;
4475:
4476: BOM_REVISIONS.Get_Revision(
4477: type => 'PART',
4478: eco_status => 'EXCLUDE_OPEN_HOLD',
4479: examine_type => 'ALL',
4480: org_id => p_org_id,

Line 4491: BOM_REVISIONS.Get_Revision(

4487: if (fs_list_rec.routing_revision_date is not null) then
4488:
4489: v_rout_rev_date := fs_list_rec.scheduled_completion_date;
4490:
4491: BOM_REVISIONS.Get_Revision(
4492: type => 'PROCESS',
4493: eco_status => 'EXCLUDE_OPEN_HOLD',
4494: examine_type => 'ALL',
4495: org_id => p_org_id,