DBA Data[Home] [Help]

APPS.PON_AUCTION_HEADERS_PKG dependencies on FND_API

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

1133: -- since this bid has been triggered by a proxy
1134: -- we will maintain the statuses on the deliverables
1135: -- rrkulkar
1136:
1137: if (PON_CONTERMS_UTL_PVT.is_contracts_installed() = FND_API.G_TRUE) then
1138:
1139: begin
1140: select conterms_exist_flag into v_contermsExist
1141: from pon_auction_headers_all

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

2719: -- Contracts - fpj project
2720: -- once the current bid is disqualified,
2721: -- we need to cancel all the deliverables on the bid
2722: -- rrkulkar
2723: IF(PON_CONTERMS_UTL_PVT.is_contracts_installed = FND_API.G_TRUE) then
2724: PON_CONTERMS_UTL_PVT.disqualifyDeliverables(p_bidNumber);
2725: END IF;
2726:
2727: print_log(l_api_name, p_bidNumber || ': END disqualify');

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

5623: -- DELIVERABLES INTEGRATION
5624: -- need to also check whether the current auction has
5625: -- contract terms associated with it
5626:
5627: if (PON_CONTERMS_UTL_PVT.is_contracts_installed() = FND_API.G_TRUE) then
5628:
5629: begin
5630: select conterms_exist_flag into v_contermsExist
5631: from pon_auction_headers_all

Line 5976: x_result := FND_API.G_RET_STS_SUCCESS;

5972: AND line_number <= p_batch_end
5973: ORDER BY line_number;
5974:
5975: BEGIN
5976: x_result := FND_API.G_RET_STS_SUCCESS;
5977:
5978: -- For each line do the following
5979: FOR auction_item_record IN all_lines_cursor LOOP -- {
5980:

Line 6416: x_result := FND_API.G_RET_STS_UNEXP_ERROR;

6412: END LOOP; -- }
6413:
6414: EXCEPTION
6415: WHEN OTHERS THEN
6416: x_result := FND_API.G_RET_STS_UNEXP_ERROR;
6417: x_error_code := SQLCODE;
6418: x_error_msg := SUBSTR(SQLERRM, 1, 100);
6419:
6420: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

Line 6470: x_result := FND_API.G_RET_STS_SUCCESS;

6466: message => 'Entering procedure with p_auction_header_id: ' || p_auction_header_id || '; p_bid_ranking: ' || p_bid_ranking || '; p_max_line_number: '
6467: || p_max_line_number || '; p_batch_size: ' || p_batch_size);
6468: END IF; --}
6469:
6470: x_result := FND_API.G_RET_STS_SUCCESS;
6471:
6472: v_batch_start := 1;
6473: v_batch_end := p_batch_size;
6474:

Line 6498: x_result := FND_API.G_RET_STS_UNEXP_ERROR;

6494: END IF; --}
6495:
6496: EXCEPTION
6497: WHEN OTHERS THEN
6498: x_result := FND_API.G_RET_STS_UNEXP_ERROR;
6499: x_error_code := SQLCODE;
6500: x_error_msg := SUBSTR(SQLERRM, 1, 100);
6501:
6502: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN

Line 6545: x_result := FND_API.G_RET_STS_SUCCESS;

6541: v_batching_required BOOLEAN;
6542:
6543: BEGIN
6544:
6545: x_result := FND_API.G_RET_STS_SUCCESS;
6546:
6547: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN --{
6548: FND_LOG.string(log_level => FND_LOG.level_procedure,
6549: module => g_module_prefix || l_module_name,

Line 6679: x_result := FND_API.G_RET_STS_UNEXP_ERROR;

6675: END IF; --}
6676:
6677: EXCEPTION
6678: WHEN OTHERS THEN
6679: x_result := FND_API.G_RET_STS_UNEXP_ERROR;
6680: x_error_code := SQLCODE;
6681: x_error_msg := SUBSTR(SQLERRM, 1, 100);
6682:
6683: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN