DBA Data[Home] [Help]

APPS.AMS_GEN_APPROVAL_PVT dependencies on AMS_UTILITY_PVT

Line 831: AMS_Utility_PVT.debug_message('Start :Item Type : '||itemtype

827: RAISE Fnd_Api.G_EXC_ERROR;
828: END IF;
829:
830:
831: AMS_Utility_PVT.debug_message('Start :Item Type : '||itemtype
832: ||' Item key : '||itemkey);
833:
834: -- wf_engine.threshold := -1;
835: WF_ENGINE.CreateProcess (itemtype => itemtype,

Line 1959: AMS_Utility_PVT.debug_message('Process Abort Process');

1955: IS
1956: itemkey VARCHAR2(30) := p_itemkey ;
1957: itemtype VARCHAR2(30) := nvl(p_itemtype,'AMS_APPROVAL') ;
1958: BEGIN
1959: AMS_Utility_PVT.debug_message('Process Abort Process');
1960: WF_ENGINE.AbortProcess (itemtype => itemtype,
1961: itemkey => itemkey ,
1962: process => p_workflowprocess);
1963: EXCEPTION