DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_WORKFLOW_UTILS

Line 187: PA_WORKFLOW_UTILS.Insert_WF_Processes

183: );
184:
185: --debug_msg_s1 ( 'startProcess: item_type = ' || l_project_id );
186:
187: PA_WORKFLOW_UTILS.Insert_WF_Processes
188: (p_wf_type_code => 'Control Item'
189: ,p_item_type => p_item_type
190: ,p_item_key => l_item_key
191: ,p_entity_key1 => l_project_id

Line 980: pa_workflow_utils.modify_wf_clob_content(

976: Bug 3787169. The following api is called so as to clean the html for the class
977: attribute.
978: */
979:
980: pa_workflow_utils.modify_wf_clob_content(
981: p_document => document
982: ,x_return_status => l_return_status
983: ,x_msg_count => l_msg_count
984: ,x_msg_data => l_msg_data

Line 1168: PA_WORKFLOW_UTILS.Insert_WF_Processes

1164:
1165: WF_ENGINE.StartProcess(p_item_type
1166: ,x_item_key);
1167:
1168: PA_WORKFLOW_UTILS.Insert_WF_Processes
1169: (p_wf_type_code => l_wf_type_code
1170: ,p_item_type => p_item_type
1171: ,p_item_key => l_item_key
1172: ,p_entity_key1 => l_entity_key1