[Home] [Help]
[Dependency Information]
Object Name: | HR_DE_TAX_OFFICES_LOV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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;
|
|
|