22.1 グローバル定数

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

subtype t_file_type is pls_integer range 1..5;
c_file_type_xlsx              constant t_file_type := 1; -- File Type Constant
c_file_type_csv               constant t_file_type := 2; -- File Type Constant
c_file_type_xml               constant t_file_type := 3; -- File Type Constant
c_file_type_json              constant t_file_type := 4; -- File Type Constant
c_file_type_ics               constant t_file_type := 5; -- File Type Constant