DBA Data[Home] [Help]

APPS.CSP_MINMAX_PVT dependencies on WIP_CALENDAR

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

2626: -- Either a make item, or repetitive item and the user chose
2627: -- "Create Discrete Job"
2628: --
2629:
2630: print_debug('Calling wip_calendar.estimate_leadtime to calculate need_by_date'
2631: , 'do_restock'
2632: , 9);
2633:
2634: wip_calendar.estimate_leadtime(x_org_id => p_organization_id,

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

2630: print_debug('Calling wip_calendar.estimate_leadtime to calculate need_by_date'
2631: , 'do_restock'
2632: , 9);
2633:
2634: wip_calendar.estimate_leadtime(x_org_id => p_organization_id,
2635: x_fixed_lead => p_fixed_lead_time,
2636: x_var_lead => p_variable_lead_time,
2637: x_quantity => p_qty,
2638: x_proc_days => 0,