DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on WF_CORE

Line 106: Wf_Core.Context('HR_SFLUTIL_SS.sflBlock', itemtype,

102: end if;
103:
104: exception
105: when others then
106: Wf_Core.Context('HR_SFLUTIL_SS.sflBlock', itemtype,
107: itemkey, to_char(actid), funmode);
108: raise;
109: end sflBlock;
110:

Line 177: Wf_Core.Context('HR_SFLUTIL_SS.closeSFLTransaction', itemtype,

173: end if;
174: end if;
175: exception
176: when others then
177: Wf_Core.Context('HR_SFLUTIL_SS.closeSFLTransaction', itemtype,
178: itemkey, to_char(actid), funmode);
179: raise;
180: end closeSFLTransaction;
181:

Line 207: wf_core.context('hr_sfl_util_ss', 'OpenNotifications', to_char(nid) );

203: return(FALSE);
204: --
205: when others then
206: --
207: wf_core.context('hr_sfl_util_ss', 'OpenNotifications', to_char(nid) );
208: raise;
209: end OpenNotificationsExist;
210:
211:

Line 268: Wf_Core.Token('TYPE', itemtype);

264: aname => 'PERFORMER');
265:
266:
267: if prole is null then
268: Wf_Core.Token('TYPE', itemtype);
269: Wf_Core.Token('ACTID', to_char(actid));
270: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
271: end if;
272:

Line 269: Wf_Core.Token('ACTID', to_char(actid));

265:
266:
267: if prole is null then
268: Wf_Core.Token('TYPE', itemtype);
269: Wf_Core.Token('ACTID', to_char(actid));
270: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
271: end if;
272:
273: -- message name and expand roles will be null. Get these from attributes

Line 270: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');

266:
267: if prole is null then
268: Wf_Core.Token('TYPE', itemtype);
269: Wf_Core.Token('ACTID', to_char(actid));
270: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
271: end if;
272:
273: -- message name and expand roles will be null. Get these from attributes
274: avalue := upper(Wf_Engine.GetActivityAttrText(itemtype, itemkey,

Line 301: Wf_Core.Context('HR_SFLUTIL_SS.Notify', itemtype,

297: notid:= Wf_Engine.g_nid ;
298:
299: exception
300: when others then
301: Wf_Core.Context('HR_SFLUTIL_SS.Notify', itemtype,
302: itemkey, to_char(actid), funcmode);
303: raise;
304: end Notify;
305:

Line 543: Wf_Core.Context('HR_SFLUTIL_SS', 'getSFLMsgSubject', document_id, display_type);

539: exception
540: when others then
541: document :=null;
542: hr_utility.set_location('HR_SFLUTIL_SS.getSFLMsgSubject errored : '||SQLERRM ||' '||to_char(SQLCODE), 40);
543: Wf_Core.Context('HR_SFLUTIL_SS', 'getSFLMsgSubject', document_id, display_type);
544: raise;
545: end getSFLMsgSubject;
546:
547:

Line 660: Wf_Core.Context('HR_SFLUTIL_SS', 'getSFLTransactionDetails', p_transaction_id);

656:
657: exception
658: when others then
659: hr_utility.set_location('HR_SFLUTIL_SS.getSFLTransactionDetails errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
660: Wf_Core.Context('HR_SFLUTIL_SS', 'getSFLTransactionDetails', p_transaction_id);
661: raise;
662: end getSFLTransactionDetails;
663:
664: procedure startSFLTransaction(p_transaction_id IN NUMBER