DBA Data[Home] [Help]

APPS.PON_RESPONSE_PVT dependencies on PON_BID_VALIDATIONS_PKG

Line 425: PON_BID_VALIDATIONS_PKG.populate_has_bid_changed_line(

421: -- AND pbs.shipment_type = 'PRICE BREAK';
422:
423: END IF;
424:
425: PON_BID_VALIDATIONS_PKG.populate_has_bid_changed_line(
426: v_auction_header_id,
427: p_bid_number,
428: v_source_bid,
429: v_batch_start,

Line 1060: pon_bid_validations_pkg.validate_bid(p_auction_header_id, p_bid_number, 'PUBLISHBID', p_user_id, p_batch_id, p_request_id,

1056: IF ((g_fnd_debug = 'Y') AND (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)) THEN
1057: print_log(l_api_name, p_bid_number || ' - performing pre-publish validation for draft bid ' || p_bid_number);
1058: END IF;
1059:
1060: pon_bid_validations_pkg.validate_bid(p_auction_header_id, p_bid_number, 'PUBLISHBID', p_user_id, p_batch_id, p_request_id,
1061: v_subroutine_return_status, v_subroutine_return_code);
1062:
1063: -- quit out if we have errors from the validation. return code will be VALIDATION_ERROR
1064: IF v_subroutine_return_status = g_return_error THEN

Line 2015: pon_bid_validations_pkg.validate_bid(p_auction_header_id, p_bid_number, 'VALIDATEBID', p_user_id, null, v_request_id, v_subroutine_return_status, v_subroutine_return_code);

2011: FROM pon_bid_headers
2012: WHERE bid_number = p_bid_number;
2013:
2014: -- perform line-level validation.
2015: pon_bid_validations_pkg.validate_bid(p_auction_header_id, p_bid_number, 'VALIDATEBID', p_user_id, null, v_request_id, v_subroutine_return_status, v_subroutine_return_code);
2016:
2017: IF v_subroutine_return_status = g_return_success THEN
2018: -- according to ECO 4517992, we don't clear out the request_id
2019: -- except for publish bid