DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on ASO_PVT_QUOTE_LINES_BALI_V

Line 493: from aso_pvt_quote_lines_bali_v

489: -- filtering out the service items and the component models
490: -- before passing the records to ATP
491: cursor get_ordered_lines (p_qte_header_id number) is
492: select quote_line_id
493: from aso_pvt_quote_lines_bali_v
494: where quote_header_id = p_qte_header_id
495: and nvl(service_item_flag,'N') = 'N'
496: and instance_id is null
497: and nvl(config_model_type,'X') <> 'N' ;