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


TABLE: HR.PAY_IE_TAX_ERROR

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


Table to store errored records of Tax Upload Process


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PPS_NUMBER VARCHAR2 (9)
Employee PPS Number
EMPLOYEE_NUMBER VARCHAR2 (12)
Employee Number
FULL_NAME VARCHAR2 (50)
Employee Full Name
PAYROLL_NAME VARCHAR2 (80)
Payroll Name which is assigned to Employee
TAX_DISTRICT VARCHAR2 (6)
Tax District Information
ERROR_STACK_MESSAGE VARCHAR2 (2000)
Error Message from the stack
ERROR_MESSAGE VARCHAR2 (2000)
Error Messages
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
ERROR_DATE DATE

Error Date
Query Text

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


SELECT PPS_NUMBER
,      EMPLOYEE_NUMBER
,      FULL_NAME
,      PAYROLL_NAME
,      TAX_DISTRICT
,      ERROR_STACK_MESSAGE
,      ERROR_MESSAGE
,      REQUEST_ID
,      ERROR_DATE
FROM HR.PAY_IE_TAX_ERROR;

Dependencies

[top of page]

HR.PAY_IE_TAX_ERROR does not reference any database object

HR.PAY_IE_TAX_ERROR is referenced by following:

SchemaAPPS
SynonymPAY_IE_TAX_ERROR
SchemaPUBLIC
SynonymPAY_IE_TAX_ERROR