DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_CALENDAR

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

2183: else
2184: l_sched_dir := wip_constants.lucd;
2185: end if;
2186:
2187: wip_calendar.estimate_leadtime(x_org_id => wjsi_row.organization_id,
2188: x_fixed_lead => primary_item_row.fixed_lead_time,
2189: x_var_lead => primary_item_row.variable_lead_time,
2190: x_quantity => wjsi_row.processing_work_days * wjsi_row.daily_production_rate,
2191: x_proc_days => wjsi_row.processing_work_days,

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

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

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

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