DBA Data[Home] [Help]

APPS.ASO_QUOTE_PUB dependencies on ASO_QUOTE_HEADERS_ALL

Line 5206: from aso_quote_headers_all

5202: l_Related_Obj_Tbl := p_Related_Obj_Tbl;
5203:
5204: /*** Start code fix for 12.1 bug 13801993 ***/
5205: select quote_type into l_quote_type
5206: from aso_quote_headers_all
5207: where quote_header_id = l_qte_header_rec.quote_header_id;
5208:
5209: if l_quote_type='T' then
5210: l_control_rec.calculate_tax_flag := 'N';