DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_AUCTION_WF_BID_S

Line 1451: SELECT pon_auction_wf_bid_s.nextval

1447:
1448: --
1449: -- Get next value in sequence for itemkey
1450: --
1451: SELECT pon_auction_wf_bid_s.nextval
1452: INTO x_sequence
1453: FROM dual;
1454:
1455: x_progress := '020';