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


VIEW: APPS.PA_RES_FORMATS_VL

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
RES_FORMAT_ID NUMBER (15) Yes System generated number to uniquely identify row
RESOURCE_FORMAT_SEQ NUMBER
Yes Seeded order number to determine display order
RESOURCE_CLASS_ID NUMBER (15) Yes The resource class the resource format belongs to
RES_TYPE_ID NUMBER (15)
The resource type of the resource element of the format
RES_TYPE_ENABLED_FLAG VARCHAR2 (1)
The flag to indicate whether the resource type is enabled
RESOURCE_TYPE_DISP_CHARS NUMBER

The number of characters of the resource name to use in deriving the default alias
ORGN_ENABLED_FLAG VARCHAR2 (1)
The flag to indicate whether the organization element is enabled
ORGN_DISP_CHARS NUMBER

The number of characters of the organization name to use in deriving the default alias
FIN_CAT_ENABLED_FLAG VARCHAR2 (1)
The flag to indicate whether the financial category element is enabled
FIN_CAT_DISP_CHARS NUMBER

The number of characters of the financial category name to use in deriving the default alias
INCURRED_BY_ENABLED_FLAG VARCHAR2 (1)
The flag to indicate whether the incurred by element is enabled
INCURRED_BY_DISP_CHARS NUMBER

The number of characters of the incurred by name to use in deriving the default alias
SUPPLIER_ENABLED_FLAG VARCHAR2 (1)
The flag to indicate whether the supplier element is enabled
SUPPLIER_DISP_CHARS NUMBER

The number of characters of the supplier name to use in deriving the default alias
ROLE_ENABLED_FLAG VARCHAR2 (1)
The flag to indicate whether the role element is enabled
ROLE_DISP_CHARS NUMBER

The number of characters of the role name to use in deriving the default alias
RESOURCE_CLASS_FLAG VARCHAR2 (1)
The flag to indicate whether the resource format is the resource class
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
NAME VARCHAR2 (240) Yes
DESCRIPTION VARCHAR2 (2000)
Query Text

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


SELECT ROW_ID
,      RES_FORMAT_ID
,      RESOURCE_FORMAT_SEQ
,      RESOURCE_CLASS_ID
,      RES_TYPE_ID
,      RES_TYPE_ENABLED_FLAG
,      RESOURCE_TYPE_DISP_CHARS
,      ORGN_ENABLED_FLAG
,      ORGN_DISP_CHARS
,      FIN_CAT_ENABLED_FLAG
,      FIN_CAT_DISP_CHARS
,      INCURRED_BY_ENABLED_FLAG
,      INCURRED_BY_DISP_CHARS
,      SUPPLIER_ENABLED_FLAG
,      SUPPLIER_DISP_CHARS
,      ROLE_ENABLED_FLAG
,      ROLE_DISP_CHARS
,      RESOURCE_CLASS_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      DESCRIPTION
FROM APPS.PA_RES_FORMATS_VL;

Dependencies

[top of page]

APPS.PA_RES_FORMATS_VL references the following:

SchemaAPPS
SynonymPA_RES_FORMATS_B
SynonymPA_RES_FORMATS_TL
APPS.PA_RES_FORMATS_VL is referenced by following:

SchemaAPPS
Package BodyPA_COST1 - show dependent code
ViewPA_PLANNING_RESOURCES_V