DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_CALENDAR

Line 2182: wip_calendar.estimate_leadtime(x_org_id => wjsi_row.organization_id,

2178: else
2179: l_sched_dir := wip_constants.lucd;
2180: end if;
2181:
2182: wip_calendar.estimate_leadtime(x_org_id => wjsi_row.organization_id,
2183: x_fixed_lead => primary_item_row.fixed_lead_time,
2184: x_var_lead => primary_item_row.variable_lead_time,
2185: x_quantity => wjsi_row.processing_work_days * wjsi_row.daily_production_rate,
2186: x_proc_days => wjsi_row.processing_work_days,

Line 2240: wip_calendar.estimate_leadtime(x_org_id => wjsi_row.organization_id,

2236: wjsi_row.last_unit_completion_date is not null) or
2237: (wjsi_row.last_unit_completion_date is not null and
2238: wjsi_row.scheduling_method = wip_constants.leadtime)) then
2239: /* Estimate Start Date */
2240: wip_calendar.estimate_leadtime(x_org_id => wjsi_row.organization_id,
2241: x_fixed_lead => primary_item_row.fixed_lead_time,
2242: x_var_lead => primary_item_row.variable_lead_time,
2243: x_quantity => l_qty,
2244: x_proc_days => 0,

Line 2260: wip_calendar.estimate_leadtime(x_org_id => wjsi_row.organization_id,

2256: elsif(wjsi_row.last_unit_completion_date is null and
2257: wjsi_row.first_unit_start_date is not null and
2258: wjsi_row.scheduling_method = wip_constants.leadtime) then
2259: /* Estimate Completion Date */
2260: wip_calendar.estimate_leadtime(x_org_id => wjsi_row.organization_id,
2261: x_fixed_lead => primary_item_row.fixed_lead_time,
2262: x_var_lead => primary_item_row.variable_lead_time,
2263: x_quantity => l_qty,
2264: x_proc_days => 0,