DBA Data[Home] [Help]

APPS.OTA_LP_NOTIFY_SS dependencies on HR_UTILITY

Line 180: hr_utility.set_location('Entering:'||l_proc, 5);

176: AND rol.cust_account_role_id = p_contact_id;
177:
178:
179: BEGIN
180: hr_utility.set_location('Entering:'||l_proc, 5);
181:
182:
183: OPEN get_display_name;
184: FETCH get_display_name INTO l_process_display_name;

Line 330: hr_utility.set_location('Before Getting Owner'||l_proc, 10);

326:
327:
328: -- Get and set owner role
329:
330: hr_utility.set_location('Before Getting Owner'||l_proc, 10);
331:
332: WF_DIRECTORY.GetRoleName(p_orig_system =>'PER',
333: p_orig_system_id => l_creator_person_id,
334: p_name =>l_role_name,

Line 342: hr_utility.set_location('After Setting Owner'||l_proc, 10);

338: WF_ENGINE.SetItemOwner(itemtype => l_item_type,
339: itemkey =>l_item_key,
340: owner =>l_role_name);
341:
342: hr_utility.set_location('After Setting Owner'||l_proc, 10);
343:
344:
345: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
346:

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

343:
344:
345: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
346:
347: hr_utility.set_location('leaving:'||l_proc, 20);
348:
349: EXCEPTION
350: WHEN OTHERS THEN
351: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;