DBA Data[Home] [Help]

APPS.PAY_CONSOLIDATION_SETS_PKG dependencies on PAY_CONSOLIDATION_SETS_S

Line 6: cursor c1 is select pay_consolidation_sets_s.nextval

2: /* $Header: pycss01t.pkb 115.1 99/07/17 05:55:49 porting ship $ */
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: --