DBA Data[Home] [Help]

APPS.CAC_VIEW_WF_PVT dependencies on CAC_VIEW_WF_PVT

Line 1: PACKAGE BODY CAC_VIEW_WF_PVT AS

1: PACKAGE BODY CAC_VIEW_WF_PVT AS
2: /* $Header: cacvcwsb.pls 120.6 2012/01/11 06:51:15 anangupt ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'CAC_VIEW_WF_PVT';
5:

Line 4: g_pkg_name CONSTANT VARCHAR2(30) := 'CAC_VIEW_WF_PVT';

1: PACKAGE BODY CAC_VIEW_WF_PVT AS
2: /* $Header: cacvcwsb.pls 120.6 2012/01/11 06:51:15 anangupt ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'CAC_VIEW_WF_PVT';
5:
6: PROCEDURE wf_role
7: ( p_resource_id IN NUMBER
8: , p_resource_type IN VARCHAR2

Line 897: , avalue => 'CAC_VIEW_WF_PVT.ProcessSubscription(): ' || to_char(SQLCODE)||':'||SQLERRM

893: *****************************************************************************/
894: wf_engine.SetItemAttrText( itemtype => itemtype
895: , itemkey => itemkey
896: , aname => 'ERROR_MESSAGE'
897: , avalue => 'CAC_VIEW_WF_PVT.ProcessSubscription(): ' || to_char(SQLCODE)||':'||SQLERRM
898: );
899:
900: resultout := 'COMPLETE:ERROR';
901: END; -- Added by Jane on 04/30/02

Line 1416: , avalue => 'CAC_VIEW_WF_PVT.ProcessRequest(): ' || to_char(SQLCODE)||':'||SQLERRM

1412: *****************************************************************************/
1413: wf_engine.SetItemAttrText( itemtype => itemtype
1414: , itemkey => itemkey
1415: , aname => 'ERROR_MESSAGE'
1416: , avalue => 'CAC_VIEW_WF_PVT.ProcessRequest(): ' || to_char(SQLCODE)||':'||SQLERRM
1417: );
1418:
1419: resultout := 'COMPLETE:ERROR';
1420:

Line 2028: cac_view_wf_pvt.processinvitation(p_api_version => 1.0

2024:
2025: IF l_return_status = fnd_api.g_ret_sts_success
2026: THEN
2027:
2028: cac_view_wf_pvt.processinvitation(p_api_version => 1.0
2029: ,p_init_msg_list => 'T'
2030: ,p_commit => 'F'
2031: ,x_return_status => l_return_status
2032: ,x_msg_count => l_msg_count

Line 2235: , avalue => 'CAC_VIEW_WF_PVT.DetermineWFRole(): ' || to_char(SQLCODE)||':'||SQLERRM

2231: *****************************************************************************/
2232: wf_engine.SetItemAttrText( itemtype => itemtype
2233: , itemkey => itemkey
2234: , aname => 'ERROR_MESSAGE'
2235: , avalue => 'CAC_VIEW_WF_PVT.DetermineWFRole(): ' || to_char(SQLCODE)||':'||SQLERRM
2236: );
2237:
2238: resultout := 'COMPLETE:ERROR';
2239:

Line 2629: , avalue => 'CAC_VIEW_WF_PVT.SendReminders(): ' || to_char(SQLCODE)||':'||SQLERRM

2625: *****************************************************************************/
2626: wf_engine.SetItemAttrText( itemtype => itemtype
2627: , itemkey => itemkey
2628: , aname => 'ERROR_MESSAGE'
2629: , avalue => 'CAC_VIEW_WF_PVT.SendReminders(): ' || to_char(SQLCODE)||':'||SQLERRM
2630: );
2631:
2632: resultout := 'COMPLETE:ERROR';
2633:

Line 3800: , avalue => 'CAC_VIEW_WF_PVT.GetRepeatingRule(): ' || to_char(SQLCODE)||':'||SQLERRM

3796:
3797: wf_engine.SetItemAttrText( itemtype => itemtype
3798: , itemkey => itemkey
3799: , aname => 'ERROR_MESSAGE'
3800: , avalue => 'CAC_VIEW_WF_PVT.GetRepeatingRule(): ' || to_char(SQLCODE)||':'||SQLERRM
3801: );
3802:
3803: resultout := 'COMPLETE:ERROR';
3804:

Line 3885: , avalue => 'CAC_VIEW_WF_PVT.GetInvitationStatus(): ' || to_char(SQLCODE)||':'||SQLERRM

3881:
3882: wf_engine.SetItemAttrText( itemtype => itemtype
3883: , itemkey => itemkey
3884: , aname => 'ERROR_MESSAGE'
3885: , avalue => 'CAC_VIEW_WF_PVT.GetInvitationStatus(): ' || to_char(SQLCODE)||':'||SQLERRM
3886: );
3887: resultout := 'COMPLETE:ERROR';
3888:
3889: END GetInvitationStatus;

Line 3892: END CAC_VIEW_WF_PVT;

3888:
3889: END GetInvitationStatus;
3890:
3891:
3892: END CAC_VIEW_WF_PVT;