DBA Data[Home] [Help]

APPS.PAY_KR_SEP_ARCHIVE_PKG dependencies on DUAL

Line 766: from dual;

762: -- Insert new Assignment Action for Archive Process
763: --
764: select pay_assignment_actions_s.nextval
765: into l_locking_action_id
766: from dual;
767: --
768: if g_debug then
769: hr_utility.trace(' Locking assignment_action_id ..:'||l_locking_action_id);
770: end if;