DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on WIP_LINES

Line 1165: wip_lines wl

1161: bcd.calendar_date + wl.start_time/86400,
1162: bcd.calendar_date + wl.stop_time/86400
1163: from mtl_parameters mp,
1164: bom_calendar_dates bcd,
1165: wip_lines wl
1166: where mp.organization_id = v_orgID
1167: and mp.calendar_code = bcd.calendar_code
1168: and mp.calendar_exception_set_id = bcd.exception_set_id
1169: and wl.line_id = v_repLineID

Line 2304: wip_lines wl

2300: bcd.calendar_date + wl.start_time/86400,
2301: bcd.calendar_date + wl.stop_time/86400
2302: from mtl_parameters mp,
2303: bom_calendar_dates bcd,
2304: wip_lines wl
2305: where mp.organization_id = v_orgID
2306: and mp.calendar_code = bcd.calendar_code
2307: and mp.calendar_exception_set_id = bcd.exception_set_id
2308: and wl.line_id = v_repLineID