DBA Data[Home] [Help]

APPS.FND_FLEX_XML_PUBLISHER_APIS dependencies on FND_NUMBER

Line 2472: p_bind_variable.canonical_value := fnd_number.number_to_canonical(p_bind_value);

2468:
2469: IF l_datatype = 'N' THEN
2470: p_bind_variable.data_type := bind_data_type_number;
2471: p_bind_variable.number_value := TO_NUMBER(p_bind_value);
2472: p_bind_variable.canonical_value := fnd_number.number_to_canonical(p_bind_value);
2473:
2474: ELSIF (l_datatype = 'D' AND l_flex_value_set_id is NOT NULL) THEN
2475: SELECT format_type, maximum_size
2476: INTO l_format_type, l_maximum_size