DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_METHOD_PARAMS

Object Details
Object Name: DBA_METHOD_PARAMS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of method parameters of all types in the database

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.DBA_METHOD_PARAMS references the following:

SchemaSYS
TableMETHOD$
TablePARAMETER$
TableTYPE$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.DBA_METHOD_PARAMS is referenced by following:

SchemaAPPS
Package BodyETRM_PNAV - show dependent code
SchemaPUBLIC
SynonymDBA_METHOD_PARAMS