[Home] [Help]
[Dependency Information]
| Object Name: | PAY_PAYROLL_GL_FLEX_MAPS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_PAYROLL_GL_FLEX_MAPS
|
| Subobject Name: | |
| Status: | VALID |
PAY_PAYROLL_GL_FLEX_MAPS holds the segment mapping that show how
costing information accumulated from running payrolls should be mapped
to individual segments of the GL Accounting Flexfield.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_PAYROLL_GL_FLEX_MAPS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAYROLL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYROLL_ID | NUMBER | (9) | Yes | Foreign key to PAY_PAYROLLS. |
| GL_SET_OF_BOOKS_ID | NUMBER | (15) | Identifies set of books in GL. | |
| GL_ACCOUNT_SEGMENT | VARCHAR2 | (30) | Yes | Key flexfield segment column. |
| PAYROLL_COST_SEGMENT | VARCHAR2 | (30) | Yes | Key flexfield segment column. |
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT PAYROLL_ID
, GL_SET_OF_BOOKS_ID
, GL_ACCOUNT_SEGMENT
, PAYROLL_COST_SEGMENT
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM HR.PAY_PAYROLL_GL_FLEX_MAPS;
HR.PAY_PAYROLL_GL_FLEX_MAPS does not reference any database object
HR.PAY_PAYROLL_GL_FLEX_MAPS is referenced by following:
HR
PAY_PAYROLL_GL_FLEX_MAPS#
|
|
|
|