DBA Data[Home] [Help]

APPS.FND_FLEX_XML_PUBLISHER_APIS dependencies on FND_NUMBER

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

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