DBA Data[Home] [Help]

APPS.AMS_TCOP_WF_PKG dependencies on AMS_TCOP_WF_PKG

Line 1: PACKAGE BODY AMS_TCOP_WF_PKG AS

1: PACKAGE BODY AMS_TCOP_WF_PKG AS
2: /* $Header: amsvtcwb.pls 120.1 2005/11/17 04:16:47 mayjain noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_TCOP_WF_PKG

2: /* $Header: amsvtcwb.pls 120.1 2005/11/17 04:16:47 mayjain noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_TCOP_WF_PKG
7: -- Purpose
8: --
9: -- This package has all the methods required to integrate with
10: -- OMO Schedule Execution Workflow

Line 186: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_WF_PKG.Invoke_TCOP_Engine ==> Entered Invoke_TCOP_Engine');

182: is
183: l_schedule_id NUMBER;
184: begin
185:
186: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_WF_PKG.Invoke_TCOP_Engine ==> Entered Invoke_TCOP_Engine');
187: if ( funcmode = 'RUN') then
188:
189: -- Get the Schedule Id set in the Schedule Execution Workflow instance
190: l_schedule_id := WF_ENGINE.getItemAttrText

Line 195: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_WF_PKG.Invoke_TCOP_Engine ==> l_schedule_id = ' || l_schedule_id);

191: (itemtype => itemtype,
192: itemkey => itemkey,
193: aname => 'SCHEDULE_ID');
194:
195: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_WF_PKG.Invoke_TCOP_Engine ==> l_schedule_id = ' || l_schedule_id);
196:
197:
198: AMS_TCOP_ENGINE_PKG.Apply_Fatigue_Rules(l_schedule_id);
199:

Line 215: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_WF_PKG.Invoke_TCOP_Engine ==> Exiting Invoke_TCOP_Engine');

211: if ( funcmode = 'RESPOND') then
212: result := 'COMPLETE';
213: return;
214: end if;
215: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_WF_PKG.Invoke_TCOP_Engine ==> Exiting Invoke_TCOP_Engine');
216:
217:
218: /**
219: WF_ENGINE.SetItemAttrText(itemtype => p_itemtype,

Line 269: END AMS_TCOP_WF_PKG;

265: end if;
266:
267: END Run_FR_Conc_Request;
268:
269: END AMS_TCOP_WF_PKG;