DBA Data[Home] [Help]

APPS.FND_FLEX_VAL_UTIL dependencies on STANDARD

Line 117: -- Time (I, t), Standard Date (X), Standard DateTime (Y), Standard Time (Z)}

113: -- PROCEDURE : get_storage_format
114: -- ==============================
115: -- Returns the storage format of a value set.
116: -- Value set format type should be in {Number (N), Date (D), DateTime (T)
117: -- Time (I, t), Standard Date (X), Standard DateTime (Y), Standard Time (Z)}
118: -- In case of failure return FALSE.
119: --
120: FUNCTION get_storage_format(p_vset_format IN VARCHAR2,
121: p_max_length IN NUMBER,

Line 130: -- Time (I, t), Standard Date (X), Standard DateTime (Y), Standard Time (Z)}

126: -- PROCEDURE : get_display_format
127: -- ==============================
128: -- Returns the display format of a value set.
129: -- Value set format type should be in {Number (N), Date (D), DateTime (T)
130: -- Time (I, t), Standard Date (X), Standard DateTime (Y), Standard Time (Z)}
131: -- x_format_in is the FROM USER TO VALIDATION ENGINE format.
132: -- x_format_out is the FROM VALIDATION ENGINE TO USER format.
133: -- In case of failure return FALSE.
134: --