DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_DOC_STYLE_PVT

Line 203: l_doc_display_name := PO_DOC_STYLE_PVT.GET_STYLE_DISPLAY_NAME(l_document_id);

199:
200: IF (l_document_type = 'PA' AND l_document_subtype IN ('BLANKET','CONTRACT')) OR
201: (l_document_type = 'PO' AND l_document_subtype = 'STANDARD') THEN
202:
203: l_doc_display_name := PO_DOC_STYLE_PVT.GET_STYLE_DISPLAY_NAME(l_document_id);
204:
205: END IF;
206:
207: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => itemtype,