DBA Data[Home] [Help]

APPS.OKL_TAI_PVT dependencies on OKL_UTIL

Line 37: x_return_status := Okl_Util.check_org_id(p_taiv_rec.org_id);

33: x_return_status OUT NOCOPY VARCHAR2) IS
34: BEGIN
35: x_return_status := Okl_Api.G_RET_STS_SUCCESS;
36: IF (p_taiv_rec.org_id IS NOT NULL) THEN
37: x_return_status := Okl_Util.check_org_id(p_taiv_rec.org_id);
38: END IF;
39: END validate_org_id;
40:
41: -- for LE Uptake project 08-11-2006

Line 239: --l_return_status := Okl_Util.CHECK_LOOKUP_CODE(--insert the lookup type ,p_taiv_rec.currency_conversion_type);

235: BEGIN
236: --Check FK column
237: IF (p_taiv_rec.currency_conversion_type IS NOT NULL) THEN
238: --uncomment out the below line of code when currency conversion lookup type is finalized
239: --l_return_status := Okl_Util.CHECK_LOOKUP_CODE(--insert the lookup type ,p_taiv_rec.currency_conversion_type);
240:
241: IF (l_return_status <> Okl_Api.G_RET_STS_SUCCESS) THEN
242: Okl_Api.SET_MESSAGE(
243: p_app_name => G_APP_NAME,

Line 793: x_return_status := Okl_Util.CHECK_LOOKUP_CODE('OKL_TRANSACTION_STATUS',p_taiv_rec.trx_status_code);

789: p_token1_value => 'trx_status_code');
790: RAISE G_EXCEPTION_HALT_VALIDATION;
791: END IF;
792:
793: x_return_status := Okl_Util.CHECK_LOOKUP_CODE('OKL_TRANSACTION_STATUS',p_taiv_rec.trx_status_code);
794:
795: END validate_trx_status_code;
796:
797: -- sjalasut: added new procedure validate_trx_number to validate that the transaction number