[Home] [Help]
[Dependency Information]
Object Name: | PAY_US_ASG_REPORTING |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_US_ASG_REPORTING_N52 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PAY_US_ASG_REPORTING_N53 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ASSIGNMENT_ID | NUMBER | (9) | Foreign key to PER_ASSIGNMENTS. | |
EFFECTIVE_START_DATE | DATE | Effective start date. | ||
EFFECTIVE_END_DATE | DATE | Effective end date. | ||
JURISDICTION_CODE | VARCHAR2 | (11) | 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. |
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;
HR.PAY_US_ASG_REPORTING does not reference any database object
HR.PAY_US_ASG_REPORTING is referenced by following:
|
|
|