DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_INPUT_VALUES_S

Line 449: select pay_input_values_s.nextval

445: end if;
446: --
447: -- Select the sequence number for input value. This can then be passed back
448: -- via the function for later use.
449: select pay_input_values_s.nextval
450: into v_input_value_id
451: from dual;
452: --
453: if g_debug then