DBA Data[Home] [Help]

APPS.PSP_ER_WORKFLOW dependencies on PSP_ER_WF_CUSTOM

Line 2355: psp_er_wf_custom.set_custom_wf_admin(itemtype ,

2351: result := 'COMPLETE';
2352:
2353: ---- call the user hook for wf admin role here.
2354: ---- By default setting it to Initiator.
2355: psp_er_wf_custom.set_custom_wf_admin(itemtype ,
2356: itemkey ,
2357: actid ,
2358: funcmode ,
2359: result);

Line 2375: psp_er_Wf_custom.set_custom_timeout_approver(itemtype ,

2371: result OUT nocopy varchar2) IS
2372: BEGIN
2373: result := 'COMPLETE';
2374: ---- user hook for time out approver
2375: psp_er_Wf_custom.set_custom_timeout_approver(itemtype ,
2376: itemkey ,
2377: actid ,
2378: funcmode ,
2379: result );