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


TABLE: IGW.IGW_PROP_LOCATIONS

Object Details
Object Name: IGW_PROP_LOCATIONS
Object Type: TABLE
Owner: IGW
FND Design Data: TableIGW.IGW_PROP_LOCATIONS
Subobject Name:
Status: VALID


IGW_PROP_LOCATIONS stores information about the performing sites and locations where the proposal activity will be conducted. Several performing sites can exist for a given proposal.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_PROP_LOCATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROP_LOCATION_ID
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_ID NUMBER (15) Yes Proposal identifier
PERFORMING_ORGANIZATION_ID NUMBER (15)
Locations or sites where the proposal activity will be carried out
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
RECORD_VERSION_NUMBER NUMBER
Yes Field for storing locking sequence number
PROP_LOCATION_ID NUMBER (15) Yes Proposal location identifier
PARTY_ID NUMBER (15)
Party identifier for organization
LOCATION_TYPE_CODE VARCHAR2 (30)
Identifier for location type.
CONGRESSIONAL_DISTRICT VARCHAR2 (150)
Congressional District where work is performed.
ADDITIONAL_INFORMATION VARCHAR2 (2000)
Additional Information for work site.
LONGITUDE VARCHAR2 (50)
Longitude co-ordinate where work would be performed.
RAILWAY_OWNER VARCHAR2 (150)
Name of the Railway Owner
LATITUDE VARCHAR2 (50)
Latitude co-ordinate where work would be performed.
MILEAGE_MARKER_BEGIN VARCHAR2 (50)
Mileage marker begin
MILEAGE_MARKER_END VARCHAR2 (50)
End co-ordinate of mileage
GEOGRAPHIC_LOCATION VARCHAR2 (250)
Geographic Location
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROPOSAL_ID
,      PERFORMING_ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      RECORD_VERSION_NUMBER
,      PROP_LOCATION_ID
,      PARTY_ID
,      LOCATION_TYPE_CODE
,      CONGRESSIONAL_DISTRICT
,      ADDITIONAL_INFORMATION
,      LONGITUDE
,      RAILWAY_OWNER
,      LATITUDE
,      MILEAGE_MARKER_BEGIN
,      MILEAGE_MARKER_END
,      GEOGRAPHIC_LOCATION
FROM IGW.IGW_PROP_LOCATIONS;

Dependencies

[top of page]

IGW.IGW_PROP_LOCATIONS does not reference any database object

IGW.IGW_PROP_LOCATIONS is referenced by following:

SchemaAPPS
SynonymIGW_PROP_LOCATIONS