DBA Data[Home] [Help]

APPS.OTA_LP_NOTIFY_SS dependencies on HR_UTILITY

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

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

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

347:
348:
349: -- Get and set owner role
350:
351: hr_utility.set_location('Before Getting Owner'||l_proc, 10);
352:
353: WF_DIRECTORY.GetRoleName(p_orig_system =>'PER',
354: p_orig_system_id => l_creator_person_id,
355: p_name =>l_role_name,

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

359: WF_ENGINE.SetItemOwner(itemtype => l_item_type,
360: itemkey =>l_item_key,
361: owner =>l_role_name);
362:
363: hr_utility.set_location('After Setting Owner'||l_proc, 10);
364:
365:
366: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
367:

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

364:
365:
366: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
367:
368: hr_utility.set_location('leaving:'||l_proc, 20);
369:
370: EXCEPTION
371: WHEN OTHERS THEN
372: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;