[Home] [Help]
[Dependency Information]
| Object Name: | PA_ROLE_PROFILE_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_ROLE_PROFILE_LINES
|
| Subobject Name: | |
| Status: | VALID |
PA_ROLE_PROFILE_LINES stores project roles and corresponding weightings defined for each project role profile. The sum of role weightings for any profile must be 100
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_ROLE_PROFILE_LINES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROFILE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROFILE_ID | NUMBER | (15) | Yes | Profile id which the role belongs to |
| PROJECT_ROLE_ID | NUMBER | (15) | Yes | Project role id |
| ROLE_WEIGHTING | NUMBER | Yes | Weighting of the role in a specific profile | |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT PROFILE_ID
, PROJECT_ROLE_ID
, ROLE_WEIGHTING
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM PA.PA_ROLE_PROFILE_LINES;
PA.PA_ROLE_PROFILE_LINES does not reference any database object
PA.PA_ROLE_PROFILE_LINES is referenced by following:
PA
PA_ROLE_PROFILE_LINES#
|
|
|
|