DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_AUCTION_WF_DQBID_S

Line 1676: SELECT pon_auction_wf_dqbid_s.nextval

1672: --
1673: -- Get next value in sequence for itemkey
1674: --
1675:
1676: SELECT pon_auction_wf_dqbid_s.nextval
1677: INTO x_sequence
1678: FROM dual;
1679:
1680: -- lxchen why???

Line 13023: SELECT pon_auction_wf_dqbid_s.nextval

13019: -- for every bidder,
13020: FOR bidder IN bidder_list LOOP
13021:
13022: -- get unique item key by a combination of sequence and bid number.
13023: SELECT pon_auction_wf_dqbid_s.nextval
13024: INTO x_item_key
13025: FROM dual;
13026: x_item_key := bidder.bid_number || '-' || x_item_key;
13027: