cg$row tmi_countries%rowtype;
-- TMI_COUNTRIES row type variable
type cg$row_type is record (
code cg$row.code%type
, description cg$row.description%type
, iso_code cg$row.iso_co
de%type
, iso_num cg$row.iso_num%type
, customs_num cg$row.customs_num%type
, customs_desc cg$row.customs_desc%type
, eu_ind cg$row.eu_ind%type
, efta_ind cg$r
ow.efta_ind%type
, postal_code_ind cg$row.postal_code_ind%type
, home_no_ind cg$row.home_no_ind%type
, created_by cg$row.created_by%type
, creation_date cg$row.creation_date%type
, last_upd
ated_by cg$row.last_updated_by%type
, last_update_date cg$row.last_update_date%type
, id cg$row.id%type
, postal_code_prefix cg$row.postal_code_prefix%type
, customs_code cg$row.cus
toms_code%type
, vat_number_mask cg$row.vat_number_mask%type
, vat_number_prefix cg$row.vat_number_prefix%type
, state_code_mandatory_yn cg$row.state_code_mandatory_yn%type
, access_code cg$row.access_code%typ
e
, sepa_ind cg$row.sepa_ind%type
, user_select_yn cg$row.user_select_yn%type
, zip_code_mandatory_yn cg$row.zip_code_mandatory_yn%type
, iso2_code_datapool cg$row.iso2_code_datapool%type
, gcc_ind
cg$row.gcc_ind%type
, cry_id cg$row.cry_id%type
, print_vat_prefix_yn cg$row.print_vat_prefix_yn%type
, ics2_yn cg$row.ics2_yn%type
, the_rowid rowid
);