DBA Data[Home] [Help]

APPS.PAY_UPGRADE_DEFINITIONS_PKG dependencies on DUAL

Line 177: select pay_upgrade_definitions_s.nextval from dual;

173: select null from PAY_UPGRADE_DEFINITIONS
174: where upgrade_definition_id = l_upgrade_definition_id;
175:
176: cursor csr_nextseq is
177: select pay_upgrade_definitions_s.nextval from dual;
178: --
179: BEGIN
180: --
181: hr_utility.set_location('Entering:'|| l_proc, 10);