DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on PO_DOC_STYLE_HEADERS

Line 1721: l_enhanced_pricing_flag po_doc_style_headers.enhanced_pricing_flag%type;

1717: x_unit_of_measure po_line_types.unit_of_measure%type:=NULL;
1718: --The following flag indicates whether copying the attachments from (all)the
1719: --sourcing entities need to be suppressed due to the grouping of lines.
1720: x_attch_suppress_flag VARCHAR2(1) :='N';
1721: l_enhanced_pricing_flag po_doc_style_headers.enhanced_pricing_flag%type;
1722: l_pricing_call_src VARCHAR2(5);
1723: l_param_taxable_flag VARCHAR2(1);-- params.taxable_flag
1724: l_price_diff_idx NUMBER := 1;
1725: --autocreate grouping start

Line 2088: FROM po_doc_style_headers SH

2084: l_progress := '140';
2085:
2086: SELECT NVL(SH.enhanced_pricing_flag,'N')
2087: INTO l_enhanced_pricing_flag
2088: FROM po_doc_style_headers SH
2089: WHERE SH.style_id = p_lines.hd_style_id_tbl(i);
2090:
2091: EXCEPTION
2092: WHEN OTHERS THEN