DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on WIP_LINES

Line 946: wip_lines wl

942: bcd.calendar_date + wl.start_time/86400,
943: bcd.calendar_date + wl.stop_time/86400
944: from mtl_parameters mp,
945: bom_calendar_dates bcd,
946: wip_lines wl
947: where mp.organization_id = v_orgID
948: and mp.calendar_code = bcd.calendar_code
949: and mp.calendar_exception_set_id = bcd.exception_set_id
950: and wl.line_id = v_repLineID

Line 1744: wip_lines wl

1740: bcd.calendar_date + wl.start_time/86400,
1741: bcd.calendar_date + wl.stop_time/86400
1742: from mtl_parameters mp,
1743: bom_calendar_dates bcd,
1744: wip_lines wl
1745: where mp.organization_id = v_orgID
1746: and mp.calendar_code = bcd.calendar_code
1747: and mp.calendar_exception_set_id = bcd.exception_set_id
1748: and wl.line_id = v_repLineID