Used for setting the correct decimal separator and date format in an Objective Statement text.
FNC_PARSE_OBJECTIVE_STATEMENT (TEXT, SEPARATOR, DATE_FORMAT)
|
Name |
Type |
Description |
|---|---|---|
|
Text |
objective_statement_text |
The objective statement text. |
|
Separator |
char |
The decimal separator to use. |
|
Date_Format |
varchar2 |
The date format to use. |
Returns the Objective Statement, with all numbers formatted with the selected decimal separator, and with all dates formatted with the selected date format.
The default decimal separator is a period (.).
FNC_PARSE_OBJECTIVE_STATEMENT ('No less than #99.97% per each Month', ',', 'MM/DD/YYYY')
returns
'No less than 99,97% per each Month'
|
Copyright © 2013 CA.
All rights reserved.
|
|