DBA Data[Home] [Help]

APPS.OTA_BULK_ENROLL_UTIL dependencies on HR_UTILITY

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

1270: l_role_name wf_roles.name%type;
1271: l_role_display_name wf_roles.display_name%type;
1272:
1273: BEGIN
1274: hr_utility.set_location('Entering:'||l_proc, 5);
1275:
1276:
1277: OPEN get_display_name;
1278: FETCH get_display_name INTO l_process_display_name;

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

1340: END IF;
1341:
1342: -- Get and set owner role
1343:
1344: hr_utility.set_location('Before Getting Owner'||l_proc, 10);
1345:
1346: WF_DIRECTORY.GetRoleName(p_orig_system =>'PER',
1347: p_orig_system_id => l_person_id,
1348: p_name =>l_role_name,

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

1352: WF_ENGINE.SetItemOwner(itemtype => l_item_type,
1353: itemkey =>l_item_key,
1354: owner =>l_role_name);
1355:
1356: hr_utility.set_location('After Setting Owner'||l_proc, 10);
1357:
1358:
1359: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
1360:

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

1357:
1358:
1359: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
1360:
1361: hr_utility.set_location('leaving:'||l_proc, 20);
1362:
1363: EXCEPTION
1364: WHEN OTHERS THEN
1365: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;