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


TABLE: HR.PAY_US_ASG_REPORTING

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


PAY_US_ASG_REPORTING is a denormalized table used to improve the
performance of some US balance reports. This table is maintained
through the Employee Tax Information form(PAYEETAX.fmb) and the
assignment form. It's primary purpose is to speed access to balances
by filtering the assignments based first on tax unit id and then on
jurisdiction code.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_US_ASG_REPORTING_N52 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTAX_UNIT_ID
ColumnJURISDICTION_CODE
PAY_US_ASG_REPORTING_N53 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSIGNMENT_ID
ColumnTAX_UNIT_ID
Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_ID NUMBER (10)
Foreign key to PER_ASSIGNMENTS.
EFFECTIVE_START_DATE DATE

Effective start date.
EFFECTIVE_END_DATE DATE

Effective end date.
JURISDICTION_CODE VARCHAR2 (30)
Format XX-YYY-ZZZZ: XX - State, YYYY - County, ZZZZ - City.
TAX_UNIT_ID NUMBER (15)
Identifies the Government Reporting Entity, or Legal Entity for the assignment.
Query Text

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


SELECT ASSIGNMENT_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      JURISDICTION_CODE
,      TAX_UNIT_ID
FROM HR.PAY_US_ASG_REPORTING;

Dependencies

[top of page]

HR.PAY_US_ASG_REPORTING does not reference any database object

HR.PAY_US_ASG_REPORTING is referenced by following:

SchemaHR
ViewPAY_US_ASG_REPORTING#