DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_DML_PKG dependencies on PAY_ACTION_INFORMATION_S

Line 23: select pay_action_information_s.nextval

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