DBA Data[Home] [Help]

APPS.OKL_SIP_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 1002: IF(OKL_ACCOUNTING_UTIL.validate_currency_code(p_currency_code) = OKL_API.G_FALSE) THEN

998: x_return_status := OKL_API.G_RET_STS_ERROR;
999: RAISE G_EXCEPTION_HALT_VALIDATION;
1000: ELSE
1001: -- validate whether the currency code entered is correct or not.
1002: IF(OKL_ACCOUNTING_UTIL.validate_currency_code(p_currency_code) = OKL_API.G_FALSE) THEN
1003: --Corresponding Column value not found
1004: OKL_API.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'currency_code');
1005: x_return_status:= OKL_API.G_RET_STS_ERROR;
1006: RAISE G_EXCEPTION_HALT_VALIDATION;