DBA Data[Home] [Help]

APPS.PAY_KR_SEP_ARCHIVE_PKG dependencies on DUAL

Line 869: from dual;

865: -- Insert new Assignment Action for Archive Process
866: --
867: select pay_assignment_actions_s.nextval
868: into l_locking_action_id
869: from dual;
870: --
871: if g_debug then
872: hr_utility.trace(' Locking assignment_action_id ..:'||l_locking_action_id);
873: end if;