[Home] [Help]
[Dependency Information]
| Object Name: | PAY_US_TAX_REPORT_BALANCES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_US_TAX_REPORT_BALANCES
|
| Subobject Name: | |
| Status: | VALID |
PAY_US_TAX_REPORT_BALANCES holds the list of tax balances reported by
the Tax Summary Listing report.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
REPORT_CODE
TAX_BALANCE_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_US_TAX_REPORT_BALANCES_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
REPORT_CODE
TAX_BALANCE_ID
|
| PAY_US_TAX_REPORT_BALANCES_FK1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
TAX_BALANCE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_CODE | VARCHAR2 | (30) | Yes | Code representing the list of balances and balance dimensions to be reported. |
| TAX_BALANCE_ID | NUMBER | (9) | Yes | Foreign key to PAY_US_TAX_BALANCES. |
| BALANCE_PRINT_SEQUENCE | NUMBER | (9) | User defined sequence for printing the balances. |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_CODE
, TAX_BALANCE_ID
, BALANCE_PRINT_SEQUENCE
FROM HR.PAY_US_TAX_REPORT_BALANCES;
HR.PAY_US_TAX_REPORT_BALANCES does not reference any database object
HR.PAY_US_TAX_REPORT_BALANCES is referenced by following:
HR
PAY_US_TAX_REPORT_BALANCES#
|
|
|
|