DBA Data[Home] [Help]

APPS.PON_AWARD_PKG dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 238: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

234: from pon_bid_item_prices
235: where bid_number = p_bid_number
236: AND auction_line_number <> -1; --Unsolicited Lines Project : Fetch only solicitation lines.
237:
238: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
239:
240: l_batch_start := 1;
241: IF (l_max_line_number 242: l_batch_end := l_max_line_number;

Line 333: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

329: into l_max_line_number
330: from pon_auction_item_prices_all
331: where auction_header_id = p_auction_id;
332:
333: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
334:
335: l_batch_start := 1;
336:
337: IF (l_max_line_number

Line 1624: l_suffix := PON_LARGE_AUCTION_UTIL_PKG.GET_DOCTYPE_SUFFIX (p_auction_header_id);

1620: WHERE ai.auction_header_id = p_auction_header_id
1621: AND ai.line_number = p_line_num;
1622: --
1623: -- Getting the suffix to display the error message correctly.
1624: l_suffix := PON_LARGE_AUCTION_UTIL_PKG.GET_DOCTYPE_SUFFIX (p_auction_header_id);
1625:
1626: -- Need to set award quantity and award_status
1627: l_size := p_award_table.COUNT;
1628: FOR l_index IN 1..l_size LOOP -- Loop through all the bids