DBA Data[Home] [Help]

APPS.PON_AUCTION_HEADERS_PKG dependencies on PON_MULTIPLE_RESPONSE_PKG

Line 423: v_allow_multiple_resp := PON_MULTIPLE_RESPONSE_PKG.multiple_resp_enabled(p_auctionHeaderId, v_surrog_bid_flag);

419: IF (v_fixedValue IS NOT NULL) THEN
420: IF (v_fixedValue <> 'COMMIT') THEN
421:
422: /* Multiple Active Offers */
423: v_allow_multiple_resp := PON_MULTIPLE_RESPONSE_PKG.multiple_resp_enabled(p_auctionHeaderId, v_surrog_bid_flag);
424:
425: -- Update the previous active bid to archived for current auction
426: IF (p_oldBidNumber is not null) THEN
427: /* Multiple Active Offers : Archive old bid even when it is on previous auction.*/

Line 2154: l_allow_multi_resp := PON_MULTIPLE_RESPONSE_PKG.multiple_resp_enabled(p_auctionHeaderId,p_surrogBidFlag);

2150: END IF;
2151: END IF;
2152:
2153: --Multiple Active Offers : Get control value
2154: l_allow_multi_resp := PON_MULTIPLE_RESPONSE_PKG.multiple_resp_enabled(p_auctionHeaderId,p_surrogBidFlag);
2155:
2156: -- Multiple Active Offers : If enabled, donot need to perform multiple bid validations.
2157: IF l_allow_multi_resp <> 'Y' THEN
2158: get_previous_nonproxy_bid(p_auctionHeaderId,p_bidNumber,p_vendorSiteId, v_oldNonProxyBidNumber);