DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on WIP_CALENDAR

Line 3707: print_debug('Calling wip_calendar.estimate_leadtime to calculate need_by_date'

3703: -- Either a make item, or repetitive item and the user chose
3704: -- "Create Discrete Job"
3705: --
3706: IF G_TRACE_ON = 1 THEN
3707: print_debug('Calling wip_calendar.estimate_leadtime to calculate need_by_date'
3708: , l_proc_name
3709: , 9);
3710: END IF;
3711:

Line 3712: wip_calendar.estimate_leadtime(x_org_id => p_organization_id,

3708: , l_proc_name
3709: , 9);
3710: END IF;
3711:
3712: wip_calendar.estimate_leadtime(x_org_id => p_organization_id,
3713: x_fixed_lead => p_fixed_lead_time,
3714: x_var_lead => p_variable_lead_time,
3715: x_quantity => p_qty,
3716: x_proc_days => 0,

Line 3728: the converged model. The leadtime calculated by wip_calendar.estimate_leadtime is

3724: /* nsinghi MIN-MAX INVCONV start */
3725: /* For process org, call needs to be made against to the GME batch API.
3726: We need to retain the above estimate_leadtime call for both Process
3727: and discrete as the leadtime would require to be calculated for the mtl_system_items in
3728: the converged model. The leadtime calculated by wip_calendar.estimate_leadtime is
3729: fixed_lead_time + (variable_lead_time * qty) which is common to process too. */
3730:
3731:
3732: IF p_process_enabled = 'Y' THEN