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


TABLE: HR.PAY_DIMENSION_ROUTES

Object Details
Object Name: PAY_DIMENSION_ROUTES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_DIMENSION_ROUTES
Subobject Name:
Status: VALID


PAY_DIMENSION_ROUTES stores seeded relationships between balance dimensions and run level balance dimensions. The rows in this table determine which route is used to determine the balance value for a particular balance.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: PAY_DIMENSION_ROUTES_PK
  1. ColumnBALANCE_DIMENSION_ID
  2. ColumnPRIORITY
Indexes
Index Type Uniqueness Tablespace Column
PAY_DIMENSION_ROUTES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnBALANCE_DIMENSION_ID
ColumnPRIORITY
Foreign Keys
Table
Foreign Table Foreign Key Column
PAY_DIMENSION_ROUTES PAY_DIMENSION_ROUTES_FK2 TableFF_ROUTES PAY_DIMENSION_ROUTES ROUTE_ID
PAY_DIMENSION_ROUTES PAY_DIMENSION_ROUTES_FK3 TablePAY_BALANCE_DIMENSIONS PAY_DIMENSION_ROUTES RUN_DIMENSION_ID
PAY_DIMENSION_ROUTES PAY_DIMENSION_ROUTES_FK1 TablePAY_BALANCE_DIMENSIONS PAY_DIMENSION_ROUTES BALANCE_DIMENSION_ID
Columns
Name Datatype Length Mandatory Comments
BALANCE_DIMENSION_ID NUMBER (9) Yes Foreign key to pay_balance_dimensions.
ROUTE_ID NUMBER (9) Yes Foreign key to ff_routes.
ROUTE_TYPE VARCHAR2 (30) Yes Either 'RR' for run result route or 'RB' for run balance route.
PRIORITY NUMBER (5) Yes Prioritises dimension route relationships.
RUN_DIMENSION_ID NUMBER (9)
Run level balance dimension id. Also a foreign key to pay_balance_dimensions.
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated version of row. Increments by one with each update.
BALANCE_TYPE_COLUMN VARCHAR2 (80)
Denotes the join to balance types that need to be used in the route
DECODE_REQUIRED VARCHAR2 (1)
Appends a decode clause in the route whenused in combination of Balance Type Column
RETRIEVAL_COLUMN VARCHAR2 (2000)
Used in Non Payroll applications to indicated the name of the column to be summed.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BALANCE_DIMENSION_ID
,      ROUTE_ID
,      ROUTE_TYPE
,      PRIORITY
,      RUN_DIMENSION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      OBJECT_VERSION_NUMBER
,      BALANCE_TYPE_COLUMN
,      DECODE_REQUIRED
,      RETRIEVAL_COLUMN
FROM HR.PAY_DIMENSION_ROUTES;

Dependencies

[top of page]

HR.PAY_DIMENSION_ROUTES does not reference any database object

HR.PAY_DIMENSION_ROUTES is referenced by following:

SchemaAPPS
SynonymPAY_DIMENSION_ROUTES
TriggerPAY_DIMENSION_ROUTES_WHO
SchemaPUBLIC
SynonymPAY_DIMENSION_ROUTES