[Home] [Help]
[Dependency Information]
Object Name: | PAY_US_TAX_BALANCES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_US_TAX_BALANCES holds a list of all tax balances for US Payroll
Tax Balance reports.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_US_TAX_BALANCES_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_US_TAX_BALANCES_UK2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PAY_US_TAX_BALANCES_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_US_TAX_BALANCES | ![]() |
![]() |
PAY_US_TAX_BALANCES TAX_TYPE_ID |
![]() |
![]() |
PAY_US_TAX_BALANCES | PAY_US_TAX_REPORT_BALANCES TAX_BALANCE_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TAX_BALANCE_ID | NUMBER | (9) | Yes | System-generated primary key column. |
TAX_TYPE_ID | NUMBER | (9) | Yes | Foreign key to PAY_US_TAX_TYPES. |
BALANCE_CATEGORY_CODE | VARCHAR2 | (30) | Yes | Code indicating the balance category. |
EE_OR_ER_CODE | VARCHAR2 | (30) | Yes | Indicates whether the tax is Employee or Employer tax. |
USER_REPORTING_NAME | VARCHAR2 | (50) | Yes | Name for the tax balance displayed in reports. |
BALANCE_TYPE_ID | NUMBER | Indicates the balance id |
Cut, paste (and edit) the following text to query this object:
SELECT TAX_BALANCE_ID
, TAX_TYPE_ID
, BALANCE_CATEGORY_CODE
, EE_OR_ER_CODE
, USER_REPORTING_NAME
, BALANCE_TYPE_ID
FROM HR.PAY_US_TAX_BALANCES;
HR.PAY_US_TAX_BALANCES does not reference any database object
HR.PAY_US_TAX_BALANCES is referenced by following:
|
|
|