DBA Data[Home] [Help]

APPS.PON_AWARD_PKG dependencies on PON_UNSOL_AWARD_PKG

Line 797: PON_UNSOL_AWARD_PKG.reject_unawarded_unsol_bids(p_auction_header_id, p_user_id, p_note_to_rejected);

793: */
794: --Donot reject un awarded lines if staggered awards are enabled
795: if (l_allow_stag_awards = 'N' OR (l_allow_stag_awards = 'Y' AND l_has_unawarded_lines = 'N')) then
796: IF l_neg_has_unsol_lines = 'Y' THEN
797: PON_UNSOL_AWARD_PKG.reject_unawarded_unsol_bids(p_auction_header_id, p_user_id, p_note_to_rejected);
798: ELSE
799: reject_unawarded_active_bids(p_auction_header_id, p_user_id, p_note_to_rejected, l_neg_has_lines);
800: END IF;
801: end if;

Line 1465: -- PON_UNSOL_AWARD_PKG.clear_loosing_unsol_awards(p_auction_header_id,p_auctioneer_id,p_award_table,l_award_date);

1461: on all non-winning bids.
1462: */
1463: --Commenting as the clearing is taken care by the save unsol lines award logic in java
1464: --IF l_allow_unsol_lines = 'Y' THEN
1465: -- PON_UNSOL_AWARD_PKG.clear_loosing_unsol_awards(p_auction_header_id,p_auctioneer_id,p_award_table,l_award_date);
1466: --END IF;
1467:
1468: /* update auction-header by nulling out the request-id */
1469: