DBA Data[Home] [Help]

APPS.OTA_BULK_ENROLL_UTIL dependencies on HR_UTILITY

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

1274: l_role_name wf_roles.name%type;
1275: l_role_display_name wf_roles.display_name%type;
1276:
1277: BEGIN
1278: hr_utility.set_location('Entering:'||l_proc, 5);
1279:
1280:
1281: OPEN get_display_name;
1282: FETCH get_display_name INTO l_process_display_name;

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

1346: END IF;
1347:
1348: -- Get and set owner role
1349:
1350: hr_utility.set_location('Before Getting Owner'||l_proc, 10);
1351:
1352: WF_DIRECTORY.GetRoleName(p_orig_system =>'PER',
1353: p_orig_system_id => l_person_id,
1354: p_name =>l_role_name,

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

1358: WF_ENGINE.SetItemOwner(itemtype => l_item_type,
1359: itemkey =>l_item_key,
1360: owner =>l_role_name);
1361:
1362: hr_utility.set_location('After Setting Owner'||l_proc, 10);
1363:
1364:
1365: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
1366:

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

1363:
1364:
1365: WF_ENGINE.STARTPROCESS(l_item_type,l_item_key);
1366:
1367: hr_utility.set_location('leaving:'||l_proc, 20);
1368:
1369: EXCEPTION
1370: WHEN OTHERS THEN
1371: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;