[Home] [Help]
[Dependency Information]
Object Name: | PA_LOCATIONS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores generic location information (City, Region, Country Code)
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_LOCATIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_ID | NUMBER | Yes | The system generated number that uniquely identifies a location | |
CITY | VARCHAR2 | (80) | The identifier of the city | |
REGION | VARCHAR2 | (240) | This is a free text column which the user enters while creating project, open assignment and staffed assignment. When this column value is defaulted it is the concatenated value of state and city | |
COUNTRY_CODE | VARCHAR2 | (2) | Yes | The identifier of the country code. |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column | |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | Yes | Standard Who Column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_ID
, CITY
, REGION
, COUNTRY_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_LOCATIONS;
PA.PA_LOCATIONS does not reference any database object
PA.PA_LOCATIONS is referenced by following:
|
|
|