DBA Data[Home] [Help]

APPS.PAY_CA_DIRECT_DEPOSIT_PKG dependencies on PAY_CA_FILE_CREATION_NUMBERS_S

Line 92: select pay_ca_file_creation_numbers_s.nextval

88: --
89: -- Cursor to get the next sequence number
90: --
91: CURSOR get_nextval is
92: select pay_ca_file_creation_numbers_s.nextval
93: from dual;
94: --
95: -- Cursor to get the min sequence_number for a given Originator ID
96: --