[Home] [Help]
[Dependency Information]
| Object Name: | HR_ADP_STATE_TAX_CODES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_ADP_STATE_TAX_CODES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view returns a list of the state filing status codes as used in Oracle HRMS. It can be used during the implementation of the ADP payroll interface.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STATE_CODE | VARCHAR2 | (2) | Yes | State abbreviation |
| LOOKUP_CODE | VARCHAR2 | (30) | Yes | State filing status code |
| MEANING | VARCHAR2 | (80) | Yes | State filing status |
Cut, paste (and edit) the following text to query this object:
SELECT STATE_CODE
, LOOKUP_CODE
, MEANING
FROM APPS.HR_ADP_STATE_TAX_CODES_V;
APPS
HR_API
- show dependent code
HR_LOOKUPS
PAY_STATE_RULES
APPS.HR_ADP_STATE_TAX_CODES_V is not referenced by any database object
|
|
|
|