DBA Data[Home] [Help]

APPS.WIP_SF_CUSTOM_ATTRIBUTES dependencies on WIP_LINES

Line 50: wip_lines wl,

46: wip_flow_schedules wfs,
47: mtl_system_items_kfv msik,
48: mtl_sales_orders_kfv mso,
49: mtl_parameters mp,
50: wip_lines wl,
51: wip_schedule_groups wsg
52: WHERE
53: wfs.organization_id = orgID
54: AND wfs.line_id = lineID

Line 111: wip_lines wl,

107: line_code,
108: op_code,
109: dept_code
110: FROM wip_flow_schedules wfs,
111: wip_lines wl,
112: bom_operation_sequences bos,
113: bom_operation_sequences bos2,
114: bom_operational_routings bor,
115: bom_departments bd,