DBA Data[Home] [Help]

APPS.PA_WORKFLOW_UTILS dependencies on PA_PAGE_CONTENTS

Line 812: ( p_document IN OUT NOCOPY pa_page_contents.page_content%TYPE

808: before using the same in workflow. Further this api removes the
809: base and the style tags from html.
810: */
811: PROCEDURE modify_wf_clob_content
812: ( p_document IN OUT NOCOPY pa_page_contents.page_content%TYPE
813: ,x_return_status OUT NOCOPY VARCHAR2 --File.Sql.39 bug 4440895
814: ,x_msg_count OUT NOCOPY NUMBER --File.Sql.39 bug 4440895
815: ,x_msg_data OUT NOCOPY VARCHAR2) --File.Sql.39 bug 4440895
816: AS