11.1 グローバル定数

次の定数は、APEX_DATA_PARSERパッケージで使用されます。

subtype t_file_type is pls_integer range 1..4;
c_file_type_xlsx              constant t_file_type      := 1;
c_file_type_csv               constant t_file_type      := 2;
c_file_type_xml               constant t_file_type      := 3;
c_file_type_json              constant t_file_type      := 4;