DBA Data[Home] [Help]

APPS.OKL_SPLIT_CONTRACT_PVT dependencies on OKL_CONTRACT_BOOK_PUB

Line 4846: okl_contract_book_pub.execute_qa_check_list(p_api_version => p_api_version,

4842: p_token1_value => 'qcl_id');
4843: RAISE OKL_API.G_EXCEPTION_ERROR;
4844: END IF;
4845: -- Now we run the QA checker for the First Contract
4846: okl_contract_book_pub.execute_qa_check_list(p_api_version => p_api_version,
4847: p_init_msg_list => p_init_msg_list,
4848: x_return_status => x_return_status,
4849: x_msg_count => x_msg_count,
4850: x_msg_data => x_msg_data,

Line 4856: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'okl_contract_book_pub.execute_qa_check_list procedure completed with '

4852: p_chr_id => p_new1_contract_id,
4853: x_msg_tbl => lt1_msg_tbl);
4854:
4855: IF (G_DEBUG_SPLIT) THEN
4856: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'okl_contract_book_pub.execute_qa_check_list procedure completed with '
4857: || x_return_status || ' for first Split contract');
4858: IF (x_return_status <> 'S') THEN
4859: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'Error Message : ' || x_msg_data);
4860: END IF;

Line 5070: okl_contract_book_pub.execute_qa_check_list(p_api_version => p_api_version,

5066:
5067: -- We need the handle the error so we run thru the message table to check if there
5068: -- is error severity out there.
5069: -- Now we run the QA checker for the second Contract
5070: okl_contract_book_pub.execute_qa_check_list(p_api_version => p_api_version,
5071: p_init_msg_list => p_init_msg_list,
5072: x_return_status => x_return_status,
5073: x_msg_count => x_msg_count,
5074: x_msg_data => x_msg_data,

Line 5081: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'okl_contract_book_pub.execute_qa_check_list procedure completed with '

5077: x_msg_tbl => lt2_msg_tbl);
5078:
5079:
5080: IF (G_DEBUG_SPLIT) THEN
5081: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'okl_contract_book_pub.execute_qa_check_list procedure completed with '
5082: || x_return_status || ' for second Split contract');
5083: IF (x_return_status <> 'S') THEN
5084: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'Error Message : ' || x_msg_data);
5085: END IF;