DBA Data[Home] [Help]

APPS.PA_WORKFLOW_UTILS dependencies on PA_PAGE_CONTENTS

Line 88: p_document IN OUT NOCOPY pa_page_contents.page_content%TYPE

84: /* Bug 3787169. This API takes of removing class attributes from the html
85: before using the same in workflow.
86: */
87: procedure modify_wf_clob_content(
88: p_document IN OUT NOCOPY pa_page_contents.page_content%TYPE
89: ,x_return_status OUT NOCOPY VARCHAR2 --File.Sql.39 bug 4440895
90: ,x_msg_count OUT NOCOPY NUMBER --File.Sql.39 bug 4440895
91: ,x_msg_data OUT NOCOPY VARCHAR2 --File.Sql.39 bug 4440895
92: );