[Home] [Help]
[Dependency Information]
| Object Name: | PAY_IE_TAX_ERROR |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_IE_TAX_ERROR
|
| Subobject Name: | |
| Status: | VALID |
Table to store errored records of Tax Upload Process
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
HR.PAY_IE_TAX_ERROR does not reference any database object
HR.PAY_IE_TAX_ERROR is referenced by following:
HR
PAY_IE_TAX_ERROR#
|
|
|
|