DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_AUCTION_WF_ACBID_S

Line 2235: SELECT pon_auction_wf_acbid_s.nextval

2231: --
2232: -- Get next value in sequence for itemkey
2233: --
2234:
2235: SELECT pon_auction_wf_acbid_s.nextval
2236: INTO x_sequence
2237: FROM dual;
2238:
2239: --