DBA Data[Home] [Help]

APPS.OTA_LRNR_ENROLL_UNENROLL_WF dependencies on HR_UTILITY

Line 42: hr_utility.set_location('Entering:'||l_proc, 10);

38: and ctl.certification_id= p_certificationid;
39:
40: begin
41:
42: hr_utility.set_location('Entering:'||l_proc, 10);
43:
44: -- Get the next item key from the sequence
45: select hr_workflow_item_key_s.nextval
46: into l_item_key

Line 123: hr_utility.set_location('leaving:'||l_proc, 20);

119:
120:
121: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
122:
123: hr_utility.set_location('leaving:'||l_proc, 20);
124: EXCEPTION
125: WHEN OTHERS THEN
126:
127: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 196: hr_utility.set_location('Entering:'||l_proc, 10);

192: and oev.event_id= p_eventid;
193:
194: begin
195:
196: hr_utility.set_location('Entering:'||l_proc, 10);
197:
198: -- Get the next item key from the sequence
199: select hr_workflow_item_key_s.nextval
200: into l_item_key

Line 330: hr_utility.set_location('leaving:'||l_proc, 20);

326: --p_itemkey := l_item_key;
327:
328: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
329:
330: hr_utility.set_location('leaving:'||l_proc, 20);
331: EXCEPTION
332: WHEN OTHERS THEN
333:
334: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 376: hr_utility.set_location('Entering:'||l_proc, 10);

372: and oev.event_id= p_eventid;
373:
374: begin
375:
376: hr_utility.set_location('Entering:'||l_proc, 10);
377:
378: -- Get the next item key from the sequence
379: select hr_workflow_item_key_s.nextval
380: into l_item_key

Line 432: hr_utility.set_location('leaving:'||l_proc, 20);

428:
429:
430: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
431:
432: hr_utility.set_location('leaving:'||l_proc, 20);
433: EXCEPTION
434: WHEN OTHERS THEN
435:
436: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;