DBA Data[Home] [Help]

APPS.OKL_XSI_PVT dependencies on OKL_UTIL

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

35: BEGIN
36: --Check FK column
37: IF (p_xsiv_rec.currency_conversion_type IS NOT NULL) THEN
38: --uncomment out the below line of code when currency conversion lookup type is finalized
39: --l_return_status := Okl_Util.CHECK_LOOKUP_CODE(--insert the lookup type ,p_xsiv_rec.currency_conversion_type);
40:
41: IF (l_return_status <> Okl_Api.G_RET_STS_SUCCESS) THEN
42: Okl_Api.SET_MESSAGE(
43: p_app_name => G_APP_NAME,

Line 77: x_return_status := Okl_Util.check_org_id(p_xsiv_rec.org_id);

73: x_return_status OUT NOCOPY VARCHAR2) IS
74: BEGIN
75: x_return_status := Okl_Api.G_RET_STS_SUCCESS;
76:
77: x_return_status := Okl_Util.check_org_id(p_xsiv_rec.org_id);
78:
79: END validate_org_id;
80:
81: ---------------------------------------------------------------------------

Line 167: x_return_status := Okl_Util.CHECK_LOOKUP_CODE('OKL_TRANSACTION_STATUS',p_xsiv_rec.trx_status_code);

163: p_token1_value => 'trx_status_code');
164: RAISE G_EXCEPTION_HALT_VALIDATION;
165:
166: END IF;
167: x_return_status := Okl_Util.CHECK_LOOKUP_CODE('OKL_TRANSACTION_STATUS',p_xsiv_rec.trx_status_code);
168: END validate_trx_status_code;
169:
170: ---------------------------------------------------------------------------
171: -- FUNCTION get_seq_id