DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.PAY_WC_STATE_SURCHARGES

Object Details
Object Name: PAY_WC_STATE_SURCHARGES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_WC_STATE_SURCHARGES
Subobject Name:
Status: VALID


PAY_WC_STATE_SURCHARGES holds the definitions of any state-specific
Workers Compensation surcharges as a percentage rate. These
surcharges are included in the calculation of WC by the payroll
formula. Positive rate values indicate an additional charge, negative
values indicate a rebate.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_WC_STATE_SURCHARGES_PK
  1. ColumnSURCHARGE_ID
Indexes
Index Type Uniqueness Tablespace Column
PAY_WC_STATE_SURCHARGES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSURCHARGE_ID
PAY_WC_STATE_SURCHARGES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATE_CODE
Foreign Keys
Table
Foreign Table Foreign Key Column
PAY_WC_STATE_SURCHARGES PAY_WC_STATE_SURCHARGES_FK1 TablePAY_STATE_RULES PAY_WC_STATE_SURCHARGES STATE_CODE
Columns
Name Datatype Length Mandatory Comments
SURCHARGE_ID NUMBER (9) Yes System generated primary key for PAY_WC_STATE_SURCHARGES.
STATE_CODE VARCHAR2 (2) Yes Foreign key to PAY_STATE_RULES.
ADD_TO_RT VARCHAR2 (30) Yes Indicates whether to add the RATE to the running total calculated by the formula.
NAME VARCHAR2 (30) Yes Name of the surcharge.
POSITION VARCHAR2 (30) Yes Indicates the point within the WC formula calculation to apply the surcharge.
RATE NUMBER (10) Yes Actual amount of the surcharge.
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.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SURCHARGE_ID
,      STATE_CODE
,      ADD_TO_RT
,      NAME
,      POSITION
,      RATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.PAY_WC_STATE_SURCHARGES;

Dependencies

[top of page]

HR.PAY_WC_STATE_SURCHARGES does not reference any database object

HR.PAY_WC_STATE_SURCHARGES is referenced by following:

SchemaAPPS
SynonymPAY_WC_STATE_SURCHARGES
TriggerPAY_WC_STATE_SURCHARGES_WHO
SchemaPUBLIC
SynonymPAY_WC_STATE_SURCHARGES