DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_WORKFLOW dependencies on PA_WORKFLOW_UTILS

Line 962: PA_WORKFLOW_UTILS.Insert_WF_Processes

958: --debug_msg_s1 ('after workflow 1: isnertwf processes' || l_item_key);
959:
960:
961:
962: PA_WORKFLOW_UTILS.Insert_WF_Processes
963: (p_wf_type_code => 'Progress Report'
964: ,p_item_type => p_item_type
965: ,p_item_key => l_item_key
966: ,p_entity_key1 => p_object_id

Line 2677: pa_workflow_utils.modify_wf_clob_content(

2673: /*
2674: Bug 3787169. The following api is called so as to clean the html for the class
2675: attribute.
2676: */
2677: pa_workflow_utils.modify_wf_clob_content(
2678: p_document => document
2679: ,x_return_status => l_return_status
2680: ,x_msg_count => l_msg_count
2681: ,x_msg_data => l_msg_data