DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_AUCTION_WF_BID_S

Line 1913: SELECT pon_auction_wf_bid_s.nextval

1909:
1910: --
1911: -- Get next value in sequence for itemkey
1912: --
1913: SELECT pon_auction_wf_bid_s.nextval
1914: INTO x_sequence
1915: FROM dual;
1916:
1917: x_progress := '020';