how to extend a table type
754886Mar 4 2010 — edited Mar 4 2010a table type which is made on another table type.
how can we cxtended it
l_requirement_in_tbl PA_RES_MANAGEMENT_AMG_PUB.requirement_in_tbl_type ;
l_requirement_in_tbl.extend;
i m getting this error PLS-00306: wrong number or types of arguments in call to 'EXTEND'