DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_DOC_STYLE_PVT

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

175:
176: IF (l_document_type = 'PA' AND l_document_subtype IN ('BLANKET','CONTRACT')) OR
177: (l_document_type = 'PO' AND l_document_subtype = 'STANDARD') THEN
178:
179: l_doc_display_name := PO_DOC_STYLE_PVT.GET_STYLE_DISPLAY_NAME(l_document_id);
180:
181: END IF;
182:
183: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => itemtype,