[Home] [Help]
1429: , c_method in dba_method_params.method_name%type
1430: , n_methno in dba_method_params.method_no%type) is
1431:
1432: SELECT RESULT_TYPE_NAME
1433: FROM SYS.DBA_METHOD_RESULTS
1434: where owner = c_owner
1435: and type_name = c_name
1436: and method_name = c_method
1437: and method_no = n_methno;