DBA Data[Home] [Help]

APPS.PSP_ER_WORKFLOW dependencies on PSP_ER_WF_CUSTOM

Line 2280: psp_er_wf_custom.set_custom_wf_admin(itemtype ,

2276: result := 'COMPLETE';
2277:
2278: ---- call the user hook for wf admin role here.
2279: ---- By default setting it to Initiator.
2280: psp_er_wf_custom.set_custom_wf_admin(itemtype ,
2281: itemkey ,
2282: actid ,
2283: funcmode ,
2284: result);

Line 2300: psp_er_Wf_custom.set_custom_timeout_approver(itemtype ,

2296: result OUT nocopy varchar2) IS
2297: BEGIN
2298: result := 'COMPLETE';
2299: ---- user hook for time out approver
2300: psp_er_Wf_custom.set_custom_timeout_approver(itemtype ,
2301: itemkey ,
2302: actid ,
2303: funcmode ,
2304: result );