DBA Data[Home] [Help]

APPS.OKL_ST_CODE_CONVERSIONS dependencies on FND_GLOBAL

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

1096: --Bug 6085025 - Start of Changes
1097: PROCEDURE get_decimal_separator ( x_seperator OUT NOCOPY VARCHAR2 )
1098: IS
1099: BEGIN
1100: x_seperator := SUBSTR(fnd_global.nls_numeric_characters, 1,1);
1101: END get_decimal_separator;
1102: --Bug 6085025 - End of Changes
1103:
1104: END Okl_St_Code_Conversions;