DBA Data[Home] [Help]

APPS.PAY_BATCH_LINK_PROCESS_PKG dependencies on HR_API

Line 464: when hr_api.object_locked then

460: fetch csr_batlink bulk collect into g_batch_links;
461: close csr_batlink;
462:
463: exception
464: when hr_api.object_locked then
465: --
466: -- Failed to lock the batch link.
467: --
468: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');

Line 753: when hr_api.object_locked then

749: --
750: hr_utility.set_location('Leaving: '||l_proc, 100);
751: --
752: exception
753: when hr_api.object_locked then
754: --
755: -- Failed to lock element link.
756: --
757: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');

Line 801: when hr_api.object_locked then

797: -- If succeeded, exit the loop.
798: --
799: exit;
800: exception
801: when hr_api.object_locked then
802: --
803: if lock_wait(l_start_time, l_lock_count) then
804: --
805: rollback to action_archinit_sp;

Line 879: when hr_api.object_locked then

875: -- If succeeded, exit the loop.
876: --
877: exit;
878: exception
879: when hr_api.object_locked then
880: --
881: if lock_wait(l_start_time, l_lock_count) then
882: --
883: rollback to action_range_cursor_sp;

Line 1159: when hr_api.object_locked then

1155: -- If succeeded, exit the loop.
1156: --
1157: exit;
1158: exception
1159: when hr_api.object_locked then
1160: --
1161: if lock_wait(l_start_time, l_lock_count) then
1162: --
1163: rollback to action_archive_data_sp;