DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_WORKFLOW_UTILS

Line 222: PA_WORKFLOW_UTILS.Insert_WF_Processes

218: );
219:
220: --debug_msg_s1 ( 'startProcess: item_type = ' || l_project_id );
221:
222: PA_WORKFLOW_UTILS.Insert_WF_Processes
223: (p_wf_type_code => 'Control Item'
224: ,p_item_type => p_item_type
225: ,p_item_key => l_item_key
226: ,p_entity_key1 => l_project_id

Line 1080: pa_workflow_utils.modify_wf_clob_content(

1076: Bug 3787169. The following api is called so as to clean the html for the class
1077: attribute.
1078: */
1079:
1080: pa_workflow_utils.modify_wf_clob_content(
1081: p_document => document
1082: ,x_return_status => l_return_status
1083: ,x_msg_count => l_msg_count
1084: ,x_msg_data => l_msg_data

Line 1269: PA_WORKFLOW_UTILS.Insert_WF_Processes

1265:
1266: WF_ENGINE.StartProcess(p_item_type
1267: ,x_item_key);
1268:
1269: PA_WORKFLOW_UTILS.Insert_WF_Processes
1270: (p_wf_type_code => l_wf_type_code
1271: ,p_item_type => p_item_type
1272: ,p_item_key => l_item_key
1273: ,p_entity_key1 => l_entity_key1