DBA Data[Home] [Help]

APPS.AMS_GEN_APPROVAL_PVT dependencies on AMS_UTILITY_PVT

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

940: RAISE Fnd_Api.G_EXC_ERROR;
941: END IF;
942:
943:
944: AMS_Utility_PVT.debug_message('Start :Item Type : '||itemtype
945: ||' Item key : '||itemkey);
946:
947: -- wf_engine.threshold := -1;
948: WF_ENGINE.CreateProcess (itemtype => itemtype,

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

2068: IS
2069: itemkey VARCHAR2(30) := p_itemkey ;
2070: itemtype VARCHAR2(30) := nvl(p_itemtype,'AMS_APPROVAL') ;
2071: BEGIN
2072: AMS_Utility_PVT.debug_message('Process Abort Process');
2073: WF_ENGINE.AbortProcess (itemtype => itemtype,
2074: itemkey => itemkey ,
2075: process => p_workflowprocess);
2076: EXCEPTION