[Home] [Help]
[Dependency Information]
Object Name: | IGS_PE_COUNTRY_LOCATION_CD_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Valid country code values for person_statistics term_location, DEET element 319, and home_location, DEET element 320.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERM_HOME_LOCATION_COUNTRY | VARCHAR2 | (30) | Country of the term home location | |
DESCRIPTION | VARCHAR2 | (80) | Description of the term home location | |
CLOSED_IND | VARCHAR2 | (1) | Flag indicates whether term home location country is open or not | |
SOURCE | VARCHAR2 | (12) | Source of the term home location country | |
CREATED_BY | NUMBER | Standard Who column | ||
CREATION_DATE | DATE | Standard Who column | ||
LAST_UPDATED_BY | NUMBER | Standard Who column | ||
LAST_UPDATE_DATE | DATE | Standard Who column | ||
LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT TERM_HOME_LOCATION_COUNTRY
, DESCRIPTION
, CLOSED_IND
, SOURCE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_COUNTRY_LOCATION_CD_V;
APPS.IGS_PE_COUNTRY_LOCATION_CD_V is not referenced by any database object
|
|
|