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 1375: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

1371: FROM pon_auction_item_prices_all
1372: where auction_header_id = p_auction_header_id;
1373:
1374: -- Get the batch size
1375: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
1376:
1377: -- Call the delete only if the origination code of the auction is
1378: -- REQUISITION
1379: IF (l_auction_origination_code = 'REQUISITION') THEN

Line 3496: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

3492:
3493: return;
3494: END IF; --}
3495:
3496: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
3497: l_stag_interval := p_staggered_closing_interval/1440;
3498:
3499: select nvl (max(close_bidding_date), (p_first_line_close_date - l_stag_interval))
3500: into l_curr_close_date

Line 3975: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

3971: END IF;
3972: END IF; --}
3973:
3974: -- Get the batch size
3975: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
3976:
3977: -- Draft with no lines, or RFI,CPA with no lines we need to skip batching
3978: -- its build into the loop logic but just to be explicit about this condition
3979: