DBA Data[Home] [Help]

APPS.AMS_TCOP_WF_PKG dependencies on AMS_UTILITY_PVT

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,