DBA Data[Home] [Help]

APPS.MRP_LINE_SCHEDULE_ALGORITHM dependencies on BOM_REVISIONS

Line 4477: BOM_REVISIONS.Get_Revision(

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

Line 4492: BOM_REVISIONS.Get_Revision(

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