Previous  Next          Contents  Index  Navigation  Glossary  Library

Manufacturing Lead Time Computations

Bills of Material computes manufacturing lead times from item, routing and resource availability information. Item and routing information is updated as part of the computation.

Lead Time Lot Size

Processing lead time is computed as the time required to complete 1 lead time lot size of an item (the time required to complete the second scheduled job). Bills of Material determines an item's lead time lot size from two item master fields: standard lot size and lead time lot size.

For items that you plan and cost by the same lot size, you can specify a value only for the standard lot size. Bills of Material then computes manufacturing lead time using the standard lot size quantity.

For items that you plan with one lot size and cost with a different lot size, you can enter a lead time lot size. Bills of Material then calculates manufacturing lead time using this value (rather than the standard lot size). If an item does not have a value for the standard or lead time lot size, Bills of Material uses a quantity of one to compute manufacturing lead times.

Routings

Oracle Manufacturing uses routing, operation, and resource information to compute fixed, variable, and processing lead times for manufactured items. Lead times are not calculated for purchased items even if they have a routing.

When computing manufacturing lead times, primary routings are automatically updated with lead time and offset percents. As with the item lead time attributes, you can also manually assign these values.

Lead Time Percent

Oracle Manufacturing stores the lead time percent for each routing operation as the percent of manufacturing (processing) lead time required for previous operations, calculated from the start of a job to the start of an operation.

For example, if an item's manufacturing lead time is two days and the primary routing has two operations with the same duration (1 day), the first operation's lead time percent is zero and the second operation's lead time percent is 50%.

Offset Percent

Oracle Manufacturing stores the offset percent for each resource on a routing operation as the percent of manufacturing (processing) lead time required for previous operations, calculated from the start of the job to the start time of a resource at an operation.

For example, both operations in the previous example for lead time percent require one day(eight hours) to perform. If you have two different resources assigned to the second operation, and each resource requires four hours to complete their task, the offset percent is 50% for the first resource and 75% for the second resource.

Fixed and Variable Lead Times

You can automatically compute processing, fixed, and variable lead times for manufactured items, whether they are produced using discrete jobs or repetitive schedules.

A value of zero is assigned to the fixed, variable, and processing lead times of a manufactured item that does not have a routing and is not assigned to a production line.

Discrete Jobs Lead Times

Bills of Material computes manufacturing lead time by forward scheduling two jobs: the first job is scheduled for a quantity of zero and the second job is scheduled for a quantity equal to the item's lead time lot size. The first job determines the fixed lead time and the second job determines the variable and processing lead times.

Using detailed scheduling, fixed and variable lead times are computed as the difference between the total time required for two scheduled jobs. In other words, Bills of Material plots total time required for a work in process job as a function of order quantity for both order quantities and computes the slope of the line that the two points define.

Bills of Material uses the following formulas to compute fixed and variable lead times:

Schedule a job for zero quantity beginning on the system date and compute fixed lead time as follows:


Schedule a job for the lead time lot size beginning on the system date and compute variable lead time (rate) as follows:


Repetitive Schedule Lead Times

A lead time lot size of 1 is always used to compute lead times for items produced on routing-based schedules.

The following terms apply to repetitive schedules:

Day A day is equal to the number of hours the production line is active. If the line is active from 8:00 to 16:00, the day is 8 hours long.
Production Rate (Line Speed) The number of assemblies built per line, per hour.
Line Fixed Lead Time The fixed lead time of the production line, that is, the amount of time for one assembly to travel down a production line.
Production Interval The time between two assemblies on a production line. If the production rate (line speed) is 10 assemblies per hour, then the production interval is .1 hours or once every .0125 days, or 1/(10*8), for a line that runs 8 hours per day.

				1 / (production rate * day)

The Calculate Manufacturing Lead Times program calls the scheduler twice, first using a quantity of 1, then using a quantity of 0. For each case, the scheduling lead time (expressed in days) is returned. This is the total time taken to build the assemblies. The program then converts the two values into the fixed lead time and the variable lead time item attributes, respectively.

illustrates how scheduling lead times are calculated:

Assembly's Routing Scheduling Basis Quantity Scheduling Lead Time
No routing routing 0 0
    1 production interval
  fixed 0 line fixed lead time
    1 line fixed lead time + production interval
Assembly with item-based resources only routing 0 fixed lead time - production interval
    1 (fixed lead time - production interval) + production interval
  fixed 0 line fixed lead time
    1 line fixed lead time + production interval
Assembly with item- and lot- based resources routing 0 fixed lead time - production interval
    1 (fixed lead time - production interval) + production interval
  fixed 0 line fixed lead time
    1 line fixed lead time + production interval

For fixed lead time lines, the fixed and variable lead times are not based on whether a routing exists. The fixed lead time is always the line fixed lead time, the amount of time for one assembly to travel down a production line. The variable lead time is always the production interval:


For a routing-based line, the fixed lead time is the time required to build one assembly; the fixed lead time includes the time for both item and lot-based resources.

Processing Lead Time

Bills of Material also computes the processing lead time as the time required to complete the second scheduled job (where the job starts on the system date):


Processing lead time is presented in whole days rounded to the next day.

Example

For example, if for item A, you had the following data:

Then:




Offset Computations

The corresponding operation lead time percent for operations in the primary routing is updated automatically.

For example, if the routing operations for item A had the following start dates (on a job for 10 assemblies), Bills of Material would compute and update the following operation lead time percentages:


Bills of Material also computes, for each operation resource in an item's primary routing, the percent of total lead time required for previous resource operations in that routing.

For example, if your resource start and end times were as follows, Bills of Material would compute these resource offset percents:


See Also

Creating a Routing

Calculating Manufacturing Lead Times

Overview of Work in Process Scheduling


         Previous  Next          Contents  Index  Navigation  Glossary  Library