[Home] [Help]
[Dependency Information]
| Object Name: | PAY_DIMENSION_ROUTES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
BALANCE_DIMENSION_ID
PRIORITY| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_DIMENSION_ROUTES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
BALANCE_DIMENSION_ID
PRIORITY
|
| Table | |
Foreign Table | Foreign Key Column | PAY_DIMENSION_ROUTES | ![]() |
FF_ROUTES
|
PAY_DIMENSION_ROUTES ROUTE_ID | PAY_DIMENSION_ROUTES | ![]() |
PAY_BALANCE_DIMENSIONS
|
PAY_DIMENSION_ROUTES RUN_DIMENSION_ID | PAY_DIMENSION_ROUTES | ![]() |
PAY_BALANCE_DIMENSIONS
|
PAY_DIMENSION_ROUTES BALANCE_DIMENSION_ID |
|---|
| 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. |
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;
HR.PAY_DIMENSION_ROUTES does not reference any database object
HR.PAY_DIMENSION_ROUTES is referenced by following:
APPS
PAY_DIMENSION_ROUTES
PAY_DIMENSION_ROUTES_WHO
PUBLIC
PAY_DIMENSION_ROUTES
|
|
|
|