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


VIEW: APPS.PA_RESOURCE_TYPES_ACTIVE_V

Object Details
Object Name: PA_RESOURCE_TYPES_ACTIVE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_RESOURCE_TYPES_ACTIVE_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
RESOURCE_TYPE_ID NUMBER (15) Yes
RESOURCE_TYPE_NAME VARCHAR2 (60)
RESOURCE_CLASS_CODE VARCHAR2 (30) Yes
RESOURCE_TYPE_CODE VARCHAR2 (30) Yes
GROUP_FLAG VARCHAR2 (1)
DESCRIPTION VARCHAR2 (255)
TABLE_NAME VARCHAR2 (30) Yes
ACCESS_KEY VARCHAR2 (30) Yes
SQL_TEXT VARCHAR2 (2000)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RESOURCE_TYPE_ID
,      RESOURCE_TYPE_NAME
,      RESOURCE_CLASS_CODE
,      RESOURCE_TYPE_CODE
,      GROUP_FLAG
,      DESCRIPTION
,      TABLE_NAME
,      ACCESS_KEY
,      SQL_TEXT
FROM APPS.PA_RESOURCE_TYPES_ACTIVE_V;

Dependencies

[top of page]

APPS.PA_RESOURCE_TYPES_ACTIVE_V references the following:

SchemaAPPS
SynonymPA_RESOURCE_TYPES
APPS.PA_RESOURCE_TYPES_ACTIVE_V is referenced by following:

SchemaAPPS
Package BodyPA_CREATE_RESOURCE - show dependent code
Package BodyPA_RESOURCE_PUB - show dependent code