DBA Data[Home] [Help]

APPS.PA_WORKPLAN_WORKFLOW dependencies on WF_CORE

Line 155: Wf_Core.Context('pa_workplan_workflow','check_workplan_status',itemtype,itemkey,to_char(actid),funcmode);

151: EXCEPTION
152: WHEN OTHERS THEN
153: resultout := wf_engine.eng_null ; -- This is a Non existent value : 4537865
154: -- Included as per discussion with Rajnish : 4537865
155: Wf_Core.Context('pa_workplan_workflow','check_workplan_status',itemtype,itemkey,to_char(actid),funcmode);
156: RAISE ;
157: END check_workplan_status;
158:
159: procedure change_status_working

Line 203: Wf_Core.Context('pa_workplan_workflow','change_status_working',itemtype,itemkey,to_char(actid),funcmode);

199: -- I havent reset value of resultout as this param is not assigned value anywhere in this API.
200: -- The Workflow function (Change Status to Working) doesnt expect any result type
201:
202: -- Included as per discussion with Rajnish : 4537865
203: Wf_Core.Context('pa_workplan_workflow','change_status_working',itemtype,itemkey,to_char(actid),funcmode);
204: RAISE;
205: END change_status_working;
206:
207: procedure change_status_rejected

Line 258: Wf_Core.Context('pa_workplan_workflow','change_status_rejected',itemtype,itemkey,to_char(actid),funcmode);

254: -- I havent reset value of resultout as this param is not assigned value anywhere in this API.
255: -- The Workflow function (Change Status to Rejected) doesnt expect any result type
256:
257: -- Included as per discussion with Rajnish : 4537865
258: Wf_Core.Context('pa_workplan_workflow','change_status_rejected',itemtype,itemkey,to_char(actid),funcmode);
259: RAISE;
260: END change_status_rejected;
261:
262: procedure change_status_approved

Line 456: Wf_Core.Context('pa_workplan_workflow','change_status_approved',itemtype,itemkey,to_char(actid),funcmode);

452: -- I havent reset value of resultout as this param is not assigned value anywhere in this API.
453: -- The Workflow function (Change Status to Approved) doesnt expect any result type
454:
455: -- Included as per discussion with Rajnish : 4537865
456: Wf_Core.Context('pa_workplan_workflow','change_status_approved',itemtype,itemkey,to_char(actid),funcmode);
457: RAISE;
458: END change_status_approved;
459:
460:

Line 634: Wf_Core.Context('pa_workplan_workflow','SELECT_ERROR_RECEIVER',p_item_type,p_item_key,to_char(actid),funcmode);

630: -- I havent reset value of resultout as this param is not assigned value anywhere in this API.
631: -- The Workflow function (Select Error Receiver) doesnt expect any result type
632:
633: -- Included as per discussion with Rajnish : 4537865
634: Wf_Core.Context('pa_workplan_workflow','SELECT_ERROR_RECEIVER',p_item_type,p_item_key,to_char(actid),funcmode);
635: RAISE;
636: END SELECT_ERROR_RECEIVER;
637:
638:

Line 1093: Wf_Core.Context('pa_workplan_workflow','START_TASK_EXECUTION_WF',itemtype,itemkey,to_char(actid),funcmode);

1089: END LOOP ;
1090: EXCEPTION
1091: WHEN OTHERS THEN
1092: resultout := wf_engine.eng_null;
1093: Wf_Core.Context('pa_workplan_workflow','START_TASK_EXECUTION_WF',itemtype,itemkey,to_char(actid),funcmode);
1094: RAISE ;
1095: END START_TASK_EXECUTION_WF ;
1096:
1097:

Line 1344: Wf_Core.Context('pa_workplan_workflow','SELECT_ERROR_RECEIVER',itemtype,itemkey,to_char(actid),funcmode);

1340: WHEN OTHERS THEN
1341: resultout := wf_engine.eng_null;
1342:
1343: -- Included as per discussion with Rajnish : 4537865
1344: Wf_Core.Context('pa_workplan_workflow','SELECT_ERROR_RECEIVER',itemtype,itemkey,to_char(actid),funcmode);
1345: RAISE;
1346: END IS_PROJECT_CLOSED ;
1347: -- FP M : Project Execution Workflow
1348: