create or replace type T_A_KADEME as VARRAY (18) of T_KADEME
create or replace type T_KADEME as OBJECT
(
ALT_LIMIT INTEGER,
UST_LIMIT INTEGER
)
I created a package which contains the procedure,
procedure D_C_TARIFF(pValue in T_TRFBIL, nValue2 in T_A_KADEME, nValue3 in T_A_KADEME, Woern...