DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_AUCTION_WF_DQBID_S

Line 2138: SELECT pon_auction_wf_dqbid_s.nextval

2134: --
2135: -- Get next value in sequence for itemkey
2136: --
2137:
2138: SELECT pon_auction_wf_dqbid_s.nextval
2139: INTO x_sequence
2140: FROM dual;
2141:
2142: -- lxchen why???

Line 13882: SELECT pon_auction_wf_dqbid_s.nextval

13878: -- for every bidder,
13879: FOR bidder IN bidder_list LOOP
13880:
13881: -- get unique item key by a combination of sequence and bid number.
13882: SELECT pon_auction_wf_dqbid_s.nextval
13883: INTO x_item_key
13884: FROM dual;
13885: x_item_key := bidder.bid_number || '-' || x_item_key;
13886: