DBA Data[Home] [Help]

APPS.PAY_KR_SEP_ARCHIVE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 764: select pay_assignment_actions_s.nextval

760: exit when csr_process_assignment%notfound;
761: --
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