DBA Data[Home] [Help]

APPS.OKL_ST_CODE_CONVERSIONS dependencies on FND_GLOBAL

Line 1083: x_seperator := SUBSTR(fnd_global.nls_numeric_characters, 1,1);

1079: --Bug 6085025 - Start of Changes
1080: PROCEDURE get_decimal_separator ( x_seperator OUT NOCOPY VARCHAR2 )
1081: IS
1082: BEGIN
1083: x_seperator := SUBSTR(fnd_global.nls_numeric_characters, 1,1);
1084: END get_decimal_separator;
1085: --Bug 6085025 - End of Changes
1086:
1087: END Okl_St_Code_Conversions;