APPS.PO_COMMUNICATION_PVT dependencies on PO_DOC_STYLE_PVT
Line 773: l_doc_display_name := PO_DOC_STYLE_PVT.GET_STYLE_DISPLAY_NAME(l_document_id);
769:
770: IF (p_document_type = 'PA' AND p_document_subtype IN ('BLANKET','CONTRACT')) OR
771: (p_document_type = 'PO' AND p_document_subtype = 'STANDARD') THEN
772: 773: l_doc_display_name := PO_DOC_STYLE_PVT.GET_STYLE_DISPLAY_NAME(l_document_id); 774:
775: END IF;
776:
777: