DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 613: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

609: FROM PON_AUCTION_ITEM_PRICES_ALL
610: WHERE AUCTION_HEADER_ID=p_auction_header_id;
611:
612: -- Get the batch size
613: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
614:
615: -- Draft with no lines, or RFI,CPA with no lines we need to skip batching
616: -- its build into the loop logic but just to be explicit about this condition
617:

Line 1380: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

1376: FROM pon_auction_item_prices_all
1377: where auction_header_id = p_auction_header_id;
1378:
1379: -- Get the batch size
1380: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
1381:
1382: --Line type and structure changes project
1383: IF(pon_clm_util_pkg.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1) THEN
1384:

Line 3640: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

3636:
3637: return;
3638: END IF; --}
3639:
3640: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
3641: l_stag_interval := p_staggered_closing_interval/1440;
3642:
3643: select nvl (max(close_bidding_date), (p_first_line_close_date - l_stag_interval))
3644: into l_curr_close_date

Line 4119: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

4115: END IF;
4116: END IF; --}
4117:
4118: -- Get the batch size
4119: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
4120:
4121: -- Draft with no lines, or RFI,CPA with no lines we need to skip batching
4122: -- its build into the loop logic but just to be explicit about this condition
4123: