[Home] [Help]
[Dependency Information]
| Object Name: | PAY_US_TAX_REPORT_DIMENSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_US_TAX_REPORT_DIMENSIONS
|
| Subobject Name: | |
| Status: | VALID |
PAY_US_TAX_REPORT_DIMENSIONS holds a list of the balance dimensions
reported by the US Tax Summary Listing report.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
REPORT_CODE
DIMENSION_CODE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_US_TAX_REPORT_DIMENSIO_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
REPORT_CODE
DIMENSION_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_CODE | VARCHAR2 | (30) | Yes | Code representing the list of balances and balance dimensions to be reported. |
| DIMENSION_CODE | VARCHAR2 | (30) | Yes | Code representing the balance dimension to be reported. |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_CODE
, DIMENSION_CODE
FROM HR.PAY_US_TAX_REPORT_DIMENSIONS;
HR.PAY_US_TAX_REPORT_DIMENSIONS does not reference any database object
HR.PAY_US_TAX_REPORT_DIMENSIONS is referenced by following:
HR
PAY_US_TAX_REPORT_DIMENSIONS#
|
|
|
|