DBA Data[Home] [Help]

APPS.PON_AUCTION_HEADERS_PKG dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 2697: v_batchSize := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

2693: print_log(l_api_name, p_bidNumber || ': new numOfBids=' || v_numOfBids);
2694:
2695: -- for batching, we need to find out the max line number of
2696: -- this neg
2697: v_batchSize := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
2698: v_batchingRequired := (v_maxLineNumber > v_batchSize);
2699:
2700: IF (v_batchingRequired) THEN
2701: print_log(l_api_name, p_bidNumber || ': calling update_disq_lines_batched');

Line 5367: v_batchSize := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

5363: end if;
5364:
5365: -- for batching, we need to find out the max line number of
5366: -- this neg
5367: v_batchSize := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
5368: v_batchingRequired := (v_maxLineNumber > v_batchSize);
5369:
5370:
5371: -- ADD HIDDEN PRICE FACTORS

Line 6643: v_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

6639: IF (l_reranking_required = 'Y') THEN -- {
6640:
6641: -- for batching, we need to find out the max line number of
6642: -- this negotiation
6643: v_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
6644: v_batching_required := (v_max_internal_line_num > v_batch_size);
6645:
6646: IF (v_batching_required) THEN -- {
6647: updt_tech_short_lines_batched (x_result, x_error_code, x_error_msg,