[Home] [Help]
[Dependency Information]
| Object Name: | HR_DE_TAX_OFFICES_LOV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_DE_TAX_OFFICES_LOV
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TAX_OFFICE_CODE | VARCHAR2 | (10) | Derived value from hr_org_information | |
| TAX_OFFICE | VARCHAR2 | (240) | Yes | Name of Organization |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization id |
| BUNDESLAND | VARCHAR2 | (150) | Derived value from hr_org_information | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business group id of Organization |
Cut, paste (and edit) the following text to query this object:
SELECT TAX_OFFICE_CODE
, TAX_OFFICE
, ORGANIZATION_ID
, BUNDESLAND
, BUSINESS_GROUP_ID
FROM APPS.HR_DE_TAX_OFFICES_LOV;
APPS
FND_SESSIONS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_INFORMATION
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
APPS.HR_DE_TAX_OFFICES_LOV is not referenced by any database object
|
|
|
|