DBA Data[Home] [Help]

APPS.PA_WORKPLAN_WORKFLOW dependencies on PA_WORKPLAN_WORKFLOW_CLIENT

Line 33: pa_workplan_workflow_client.start_workflow(p_item_type,

29: wf_engine.createProcess(p_item_type,
30: x_item_key,
31: p_process_name);
32:
33: pa_workplan_workflow_client.start_workflow(p_item_type,
34: x_item_key,
35: p_process_name,
36: p_structure_version_id,
37: p_responsibility_id,

Line 141: pa_workplan_workflow_client.set_notification_party

137: ELSIF l_status = 'STRUCTURE_REJECTED' THEN
138: resultout := wf_engine.eng_completed||':'||'REJECTED';
139: END IF;
140:
141: pa_workplan_workflow_client.set_notification_party
142: (
143: itemtype,
144: itemkey,
145: l_status,

Line 1033: PA_WORKPLAN_WORKFLOW_CLIENT.SET_LEAD_DAYS(

1029:
1030: -- The task execution workflow will be started on the date
1031: -- when the schedule start date minus the Task execution Lead Time
1032:
1033: PA_WORKPLAN_WORKFLOW_CLIENT.SET_LEAD_DAYS(
1034: p_item_type => get_all_tasks_rec.wf_item_type
1035: ,p_task_number => get_all_tasks_rec.element_number
1036: ,p_project_number => l_project_number
1037: ,x_lead_days => l_lead_days