DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_DML_PKG dependencies on PAY_ACTION_INFORMATION_S

Line 20: select pay_action_information_s.nextval

16: if g_debug then
17: hr_utility.set_location(l_proc,0);
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