DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_DML_PKG dependencies on DUAL

Line 22: from dual;

18: end if;
19: --
20: select pay_action_information_s.nextval
21: into l_action_information_id
22: from dual;
23: --
24: if g_debug then
25: hr_utility.set_location(l_proc,1000);
26: end if;