DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on OE_ORDER_LINES_ALL

Line 189: v_source_type_code oe_order_lines_all.source_type_code%type ;

185: x_top_matched_item_id number ;
186: x_error_message varchar2(240);
187: x_message_name varchar2(240);
188:
189: v_source_type_code oe_order_lines_all.source_type_code%type ;
190:
191: x_return_status varchar2(10) ;
192: x_msg_count number ;
193: x_msg_data varchar2(2000) ;