[Home] [Help]
[Dependency Information]
| Object Name: | DBA_METHOD_PARAMS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description of method parameters of all types in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Onwer of the type |
| TYPE_NAME | VARCHAR2 | (128) | Yes | Name of the type |
| METHOD_NAME | VARCHAR2 | (128) | Yes | Name of the method |
| METHOD_NO | NUMBER | Yes | Method number for distinguishing overloaded method (not to be used as ID number) | |
| PARAM_NAME | VARCHAR2 | (128) | Yes | Name of the parameter |
| PARAM_NO | NUMBER | Yes | Parameter number or position | |
| PARAM_MODE | VARCHAR2 | (6) | Mode of the parameter | |
| PARAM_TYPE_MOD | VARCHAR2 | (7) | Type modifier of the parameter | |
| PARAM_TYPE_OWNER | VARCHAR2 | (128) | Owner of the type of the parameter | |
| PARAM_TYPE_NAME | VARCHAR2 | (128) | Name of the type of the parameter | |
| CHARACTER_SET_NAME | VARCHAR2 | (44) | Character set name of the parameter |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TYPE_NAME
, METHOD_NAME
, METHOD_NO
, PARAM_NAME
, PARAM_NO
, PARAM_MODE
, PARAM_TYPE_MOD
, PARAM_TYPE_OWNER
, PARAM_TYPE_NAME
, CHARACTER_SET_NAME
FROM SYS.DBA_METHOD_PARAMS;
SYS
METHOD$
PARAMETER$
TYPE$
USER$
_CURRENT_EDITION_OBJ
APPS
ETRM_PNAV
- show dependent code
PUBLIC
DBA_METHOD_PARAMS
|
|
|
|