DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on PAY_INPUT_VALUES_S

Line 445: select pay_input_values_s.nextval

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