[Home] [Help]
[Dependency Information]
| Object Name: | PA_RBS_HEADERS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_RBS_HEADERS_B
|
| Subobject Name: | |
| Status: | VALID |
This table stores the identifier, effective dates and related information for a resource breakdown structure.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_RBS_HEADERS_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RBS_HEADER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RBS_HEADER_ID | NUMBER | (15) | Yes | Unique identifier of the RBS. |
| EFFECTIVE_FROM_DATE | DATE | Yes | The start date of the RBS. | |
| EFFECTIVE_TO_DATE | DATE | The end date of the RBS. | ||
| BUSINESS_GROUP_ID | NUMBER | (15) | The business group of the RBS SBGA mode only. Null for CBGA. | |
| 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 | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column. |
| RECORD_VERSION_NUMBER | NUMBER | (15) | Yes | Apps Standard for locking from HTML.. |
| USE_FOR_ALLOC_FLAG | VARCHAR2 | (1) | Flag indicating whether the RBS can be used in allocations. An RBS can be used in allocations if there are no rule-based RBS elements in any of its versions. | |
| CBS_ENABLED | VARCHAR2 | (1) | This flag indicates whether it is a cbs header or rbs header. | |
| ACTIVE_FLAG | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT RBS_HEADER_ID
, EFFECTIVE_FROM_DATE
, EFFECTIVE_TO_DATE
, BUSINESS_GROUP_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, RECORD_VERSION_NUMBER
, USE_FOR_ALLOC_FLAG
, CBS_ENABLED
, ACTIVE_FLAG
FROM PA.PA_RBS_HEADERS_B;
PA.PA_RBS_HEADERS_B does not reference any database object
PA.PA_RBS_HEADERS_B is referenced by following:
PA
PA_RBS_HEADERS_B#
|
|
|
|