DBA Data[Home] [Help]

APPS.PO_PARTIAL_FUNDING_PKG dependencies on PO_DOC_STYLE_HELPER

Line 164: l_is_clm_enabled := po_doc_style_helper.get_clm_flag(p_style_id => l_style_id);

160: INTO l_style_id
161: FROM po_headers_all
162: WHERE po_header_id = p_doc_header_id;
163:
164: l_is_clm_enabled := po_doc_style_helper.get_clm_flag(p_style_id => l_style_id);
165:
166: SELECT NVL(purch_encumbrance_flag,'N')
167: INTO l_po_enc_flag
168: FROM financials_system_params_all fsp,