DBA Data[Home] [Help]

APPS.CTO_AUTO_DROPSHIP_PK dependencies on STANDARD

Line 268: ' or (oelc.item_type_code in (''STANDARD'',''OPTION'') '||

264: sql_stmt := sql_stmt ||' and oel.line_id in (select oelc.line_id '||
265: 'from oe_order_lines_all oelc '||
266: 'where oelc.ato_line_id = :p_sales_order_line_id '||
267: 'and (oelc.item_type_code = ''CONFIG'' '||
268: ' or (oelc.item_type_code in (''STANDARD'',''OPTION'') '||
269: ' and ato_line_id = line_id)) '||
270: ') ';
271: end if;
272: