[Home] [Help]
[Dependency Information]
| Object Name: | PA_RBS_ELEMENT_MAP |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_RBS_ELEMENT_MAP
|
| Subobject Name: | |
| Status: | VALID |
This table stores the numeric identifiers for all rbs resource type instances that do not have a numeric identifier in the transaction system. Eg: Revenue category, Named Role etc.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_RBS_ELEMENT_MAP_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_ID
|
| PA_RBS_ELEMENT_MAP_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_TYPE_ID
RESOURCE_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_TYPE_ID | NUMBER | (15) | Yes | Identifier for Resource Type |
| RESOURCE_NAME | VARCHAR2 | (240) | Yes | Resource Type Instance name |
| RESOURCE_ID | NUMBER | (15) | Yes | Identifier for Numeric resource type instance |
| CREATION_DATE | DATE | Yes | Standard Who Column. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_TYPE_ID
, RESOURCE_NAME
, RESOURCE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM PA.PA_RBS_ELEMENT_MAP;
PA.PA_RBS_ELEMENT_MAP does not reference any database object
PA.PA_RBS_ELEMENT_MAP is referenced by following:
APPS
PA_RBS_ELEMENT_MAP
|
|
|
|