DBA Data[Home] [Help]

APPS.OE_BIS_CUST_SAT_SUMMARY dependencies on SO_LINES_ALL

Line 134: so_lines_all sla,

130: sha.header_id,
131: sla.line_id
132: from
133: so_headers_all sha,
134: so_lines_all sla,
135: wsh_departures wd,
136: so_picking_lines_all spla,
137: so_picking_line_details spld
138: where sha.header_id = sla.header_id

Line 195: so_lines_all sla

191: sha.header_id,
192: sla.line_id
193: from
194: so_headers_all sha,
195: so_lines_all sla
196: where
197: sha.header_id = sla.header_id and
198: sla.line_type_code = 'RETURN';
199: