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


TABLE: PA.PA_LOCATIONS

Object Details
Object Name: PA_LOCATIONS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_LOCATIONS
Subobject Name:
Status: VALID


Stores generic location information (City, Region, Country Code)


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_LOCATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_LOCATIONS does not reference any database object

PA.PA_LOCATIONS is referenced by following:

SchemaAPPS
SynonymPA_LOCATIONS