DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on PO_DOC_STYLE_HEADERS

Line 627: po_doc_style_headers s

623: -- CLM Aprvl
624: Begin
625: SELECT 'Y' into l_clm_document
626: FROM po_headers_all h,
627: po_doc_style_headers s
628: WHERE h.po_header_id = l_document_id
629: AND h.style_id = s.style_id
630: AND Nvl(s.clm_flag,'N') = 'Y';
631: Exception