[Home] [Help]
[Dependency Information]
| Object Name: | PA_RBS_VERSIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RBS_VERSIONS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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) |
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;
APPS
PA_RBS_VERSIONS_B
PA_RBS_VERSIONS_TL
APPS
PA_ALLOC_UTILS
- show dependent code
PA_RLMI_RBS_MAP_PUB
- show dependent code
|
|
|
|