DBA Data[Home] [Help]

APPS.PON_AUCTION_HEADERS_PKG dependencies on FND_API

Line 1160: if (PON_CONTERMS_UTL_PVT.is_contracts_installed() = FND_API.G_TRUE) then

1156: -- since this bid has been triggered by a proxy
1157: -- we will maintain the statuses on the deliverables
1158: -- rrkulkar
1159:
1160: if (PON_CONTERMS_UTL_PVT.is_contracts_installed() = FND_API.G_TRUE) then
1161:
1162: begin
1163: select conterms_exist_flag into v_contermsExist
1164: from pon_auction_headers_all

Line 2798: IF(PON_CONTERMS_UTL_PVT.is_contracts_installed = FND_API.G_TRUE) then

2794: -- Contracts - fpj project
2795: -- once the current bid is disqualified,
2796: -- we need to cancel all the deliverables on the bid
2797: -- rrkulkar
2798: IF(PON_CONTERMS_UTL_PVT.is_contracts_installed = FND_API.G_TRUE) then
2799: PON_CONTERMS_UTL_PVT.disqualifyDeliverables(p_bidNumber);
2800: END IF;
2801:
2802: print_log(l_api_name, p_bidNumber || ': END disqualify');

Line 5795: if (PON_CONTERMS_UTL_PVT.is_contracts_installed() = FND_API.G_TRUE) then

5791: -- DELIVERABLES INTEGRATION
5792: -- need to also check whether the current auction has
5793: -- contract terms associated with it
5794:
5795: if (PON_CONTERMS_UTL_PVT.is_contracts_installed() = FND_API.G_TRUE) then
5796:
5797: begin
5798: select conterms_exist_flag into v_contermsExist
5799: from pon_auction_headers_all

Line 6144: x_result := FND_API.G_RET_STS_SUCCESS;

6140: AND line_number <= p_batch_end
6141: ORDER BY line_number;
6142:
6143: BEGIN
6144: x_result := FND_API.G_RET_STS_SUCCESS;
6145:
6146: -- For each line do the following
6147: FOR auction_item_record IN all_lines_cursor LOOP -- {
6148:

Line 6584: x_result := FND_API.G_RET_STS_UNEXP_ERROR;

6580: END LOOP; -- }
6581:
6582: EXCEPTION
6583: WHEN OTHERS THEN
6584: x_result := FND_API.G_RET_STS_UNEXP_ERROR;
6585: x_error_code := SQLCODE;
6586: x_error_msg := SUBSTR(SQLERRM, 1, 100);
6587:
6588: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

Line 6638: x_result := FND_API.G_RET_STS_SUCCESS;

6634: message => 'Entering procedure with p_auction_header_id: ' || p_auction_header_id || '; p_bid_ranking: ' || p_bid_ranking || '; p_max_line_number: '
6635: || p_max_line_number || '; p_batch_size: ' || p_batch_size);
6636: END IF; --}
6637:
6638: x_result := FND_API.G_RET_STS_SUCCESS;
6639:
6640: v_batch_start := 1;
6641: v_batch_end := p_batch_size;
6642:

Line 6666: x_result := FND_API.G_RET_STS_UNEXP_ERROR;

6662: END IF; --}
6663:
6664: EXCEPTION
6665: WHEN OTHERS THEN
6666: x_result := FND_API.G_RET_STS_UNEXP_ERROR;
6667: x_error_code := SQLCODE;
6668: x_error_msg := SUBSTR(SQLERRM, 1, 100);
6669:
6670: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

Line 6713: x_result := FND_API.G_RET_STS_SUCCESS;

6709: v_batching_required BOOLEAN;
6710:
6711: BEGIN
6712:
6713: x_result := FND_API.G_RET_STS_SUCCESS;
6714:
6715: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
6716: FND_LOG.string(log_level => FND_LOG.level_procedure,
6717: module => g_module_prefix || l_module_name,

Line 6859: x_result := FND_API.G_RET_STS_UNEXP_ERROR;

6855: END IF; --}
6856:
6857: EXCEPTION
6858: WHEN OTHERS THEN
6859: x_result := FND_API.G_RET_STS_UNEXP_ERROR;
6860: x_error_code := SQLCODE;
6861: x_error_msg := SUBSTR(SQLERRM, 1, 100);
6862:
6863: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN