DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on WIP_CALENDAR

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

3696: -- Either a make item, or repetitive item and the user chose
3697: -- "Create Discrete Job"
3698: --
3699: IF G_TRACE_ON = 1 THEN
3700: print_debug('Calling wip_calendar.estimate_leadtime to calculate need_by_date'
3701: , l_proc_name
3702: , 9);
3703: END IF;
3704:

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

3701: , l_proc_name
3702: , 9);
3703: END IF;
3704:
3705: wip_calendar.estimate_leadtime(x_org_id => p_organization_id,
3706: x_fixed_lead => p_fixed_lead_time,
3707: x_var_lead => p_variable_lead_time,
3708: x_quantity => p_qty,
3709: x_proc_days => 0,

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

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