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


TABLE: PA.PA_ROLE_PROFILE_LINES

Object Details
Object Name: PA_ROLE_PROFILE_LINES
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_ROLE_PROFILE_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROFILE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_ROLE_PROFILE_LINES does not reference any database object

PA.PA_ROLE_PROFILE_LINES is referenced by following:

SchemaAPPS
SynonymPA_ROLE_PROFILE_LINES