DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 776: IF PON_LARGE_AUCTION_UTIL_PKG.IS_SUPER_LARGE_NEG(p_source_auction_header_id) THEN

772: --super large one or not.
773: --call the pl/sql procedure IS_SUPER_LARGE_NEG and set
774: --l_is_super_large_auction accordingly
775: --
776: IF PON_LARGE_AUCTION_UTIL_PKG.IS_SUPER_LARGE_NEG(p_source_auction_header_id) THEN
777: l_is_super_large_auction := 'Y';
778: ELSE
779: l_is_super_large_auction := 'N';
780: END IF;

Line 8680: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;

8676: -- Draft with no lines, or RFI,CPA with no lines we need to skip batching
8677: -- its build into the loop logic but just to be explicit about this condition
8678:
8679: -- Get the batch size
8680: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
8681:
8682: --for testing purpose
8683: --l_batch_size := 2;
8684: