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


TABLE: PN.PN_LOCATION_FEATURES_ALL

Object Details
Object Name: PN_LOCATION_FEATURES_ALL
Object Type: TABLE
Owner: PN
FND Design Data: TablePN.PN_LOCATION_FEATURES_ALL
Subobject Name:
Status: VALID


PN_LOCATION_FEATURES_ALL stores information on features available in a building, for example elevators, handicapped facilities, concierge service, etc. These features are user-defined and are identified by the location_feature_lookup_code data element. The lookup_code is referenced from fnd_lookups.
This table is partitioned by org.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_LOCATION_FEATURES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_FEATURE_ID
PN_LOCATION_FEATURES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_ID
Columns
Name Datatype Length Mandatory Comments
LOCATION_FEATURE_ID NUMBER
Yes Uniquely identifies the feature row. The value is populated using sequence PN_LOCATION_FEATURES_S
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LOCATION_ID NUMBER
Yes Associates the row in PN_LOCATIONS_ALL with the feature row
LOCATION_FEATURE_LOOKUP_CODE VARCHAR2 (30) Yes Identifies the type of features available in a location, such as parking, elevators, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LOCATION_FEATURE_TYPE'
DESCRIPTION VARCHAR2 (240)
Obsolete. To be deleted
QUANTITY NUMBER

Quantity of the specific feature.
FEATURE_SIZE NUMBER

Size of the feature
UOM_CODE VARCHAR2 (3)
Unit of measure used to calculate the area of the feature size
CONDITION_LOOKUP_CODE VARCHAR2 (30)
The condition of the feature in a location, such as good, poor etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_FEATURE_CONDITION'
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ORG_ID NUMBER (15)
Organization identifier
Query Text

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


SELECT LOCATION_FEATURE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LOCATION_ID
,      LOCATION_FEATURE_LOOKUP_CODE
,      DESCRIPTION
,      QUANTITY
,      FEATURE_SIZE
,      UOM_CODE
,      CONDITION_LOOKUP_CODE
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ORG_ID
FROM PN.PN_LOCATION_FEATURES_ALL;

Dependencies

[top of page]

PN.PN_LOCATION_FEATURES_ALL does not reference any database object

PN.PN_LOCATION_FEATURES_ALL is referenced by following:

SchemaAPPS
SynonymPN_LOCATION_FEATURES
SynonymPN_LOCATION_FEATURES_ALL