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


VIEW: APPS.PA_RBS_VERSIONS_V

Object Details
Object Name: PA_RBS_VERSIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_RBS_VERSIONS_V
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
RBS_VERSION_ID NUMBER (15) Yes Unique identifier of the RBS version.
RBS_HEADER_ID NUMBER (15) Yes Identifier of the RBS to which the version belongs.
NAME VARCHAR2 (240) Yes The name of the RBS version.
DESCRIPTION VARCHAR2 (2000)
The description of the RBS version.
VERSION_NUMBER NUMBER (15) Yes System generated version number.
VERSION_START_DATE DATE

The start date of the RBS version.
VERSION_END_DATE DATE

The end date of the RBS version.
JOB_GROUP_ID NUMBER (15)
The default job group of the RBS version.
RULE_BASED_FLAG VARCHAR2 (1) Yes Flag to indicate whether the RBS version has at least one element which is rule-based.
CURRENT_REPORTING_FLAG VARCHAR2 (1)
Query Text

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


SELECT RBS_VERSION_ID
,      RBS_HEADER_ID
,      NAME
,      DESCRIPTION
,      VERSION_NUMBER
,      VERSION_START_DATE
,      VERSION_END_DATE
,      JOB_GROUP_ID
,      RULE_BASED_FLAG
,      CURRENT_REPORTING_FLAG
FROM APPS.PA_RBS_VERSIONS_V;

Dependencies

[top of page]

APPS.PA_RBS_VERSIONS_V references the following:

SchemaAPPS
SynonymPA_RBS_VERSIONS_B
SynonymPA_RBS_VERSIONS_TL
APPS.PA_RBS_VERSIONS_V is referenced by following:

SchemaAPPS
Package BodyPA_ALLOC_UTILS - show dependent code
Package BodyPA_RLMI_RBS_MAP_PUB - show dependent code