[Home] [Help]
[Dependency Information]
Object Name: | HR_USORG_BASE_V |
---|---|
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 |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | (15) | Yes | Organization identifier |
ORG_NAME | VARCHAR2 | (240) | Yes | Organization Name |
TYPE | VARCHAR2 | (80) | Organization Type | |
LOCATION | VARCHAR2 | (240) | Organization location | |
TOWN_OR_CITY | VARCHAR2 | (30) | Town or City of Organization | |
STATE | VARCHAR2 | (120) | State of Organization | |
COUNTRY | VARCHAR2 | (60) | Country of Organization | |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business Group identifier |
DATE_FROM | DATE | Yes | Date organization starts | |
DATE_TO | DATE | Date organization ends |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORG_NAME
, TYPE
, LOCATION
, TOWN_OR_CITY
, STATE
, COUNTRY
, BUSINESS_GROUP_ID
, DATE_FROM
, DATE_TO
FROM APPS.HR_USORG_BASE_V;
|
|
|