DBA Data[Home] [Help]

APPS.HR_KI_WF_MISC dependencies on WF_CORE

Line 144: wf_core.context('WF_KI', 'ConfirmBodEnabled', itemtype, itemkey

140: return;
141: end if;
142: exception
143: when others then
144: wf_core.context('WF_KI', 'ConfirmBodEnabled', itemtype, itemkey
145: , actid, funcmode);
146: raise;
147: END ConfirmBodEnabled;
148:

Line 187: wf_core.context('WF_KI', 'ConfirmBodError', itemtype, itemkey

183:
184: return;
185: exception
186: when others then
187: wf_core.context('WF_KI', 'ConfirmBodError', itemtype, itemkey
188: , actid, funcmode);
189: raise;
190:
191: end ConfirmBodError;

Line 223: wf_core.context('WF_KI', 'IsResponseRequired', itemtype, itemkey

219: end if;
220: --
221: exception
222: when others then
223: wf_core.context('WF_KI', 'IsResponseRequired', itemtype, itemkey
224: , actid, funcmode);
225: raise;
226: --
227: End isResponseRequired;

Line 252: wf_core.context('WF_KI', 'AlterReceivedFlag', itemtype, itemkey

248: result := 'COMPLETE';
249:
250: exception
251: when others then
252: wf_core.context('WF_KI', 'AlterReceivedFlag', itemtype, itemkey
253: , actid, funcmode);
254: raise;
255: --
256: END AlterReceivedFlag;