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


VIEW: APPS.HR_DE_TAX_OFFICES_LOV

Object Details
Object Name: HR_DE_TAX_OFFICES_LOV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_DE_TAX_OFFICES_LOV
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.HR_DE_TAX_OFFICES_LOV references the following:

SchemaAPPS
SynonymFND_SESSIONS
PL/SQL PackageHR_GENERAL - show dependent code
SynonymHR_ORGANIZATION_INFORMATION
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_SECURITY - show dependent code

APPS.HR_DE_TAX_OFFICES_LOV is not referenced by any database object