DBA Data[Home] [Help]

APPS.PAY_CONSOLIDATION_SETS_PKG dependencies on DUAL

Line 7: from sys.dual;

3: --
4: procedure get_next_sequence(p_consolidation_set_id in out number) is
5: --
6: cursor c1 is select pay_consolidation_sets_s.nextval
7: from sys.dual;
8: --
9: begin
10: --
11: -- Retrieve the next sequence number for consolidation_set_id