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


TABLE: OKL.OKL_LEASEAPP_DATAPOINTS

Object Details
Object Name: OKL_LEASEAPP_DATAPOINTS
Object Type: TABLE
Owner: OKL
FND Design Data: TableOKL.OKL_LEASEAPP_DATAPOINTS
Subobject Name:
Status: VALID


Stores the additional data point values that can have user entered values from Lease Application


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKL_LEASEAPP_DATAPOINTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Uniquely identifies an Additional Data Point for a Lease Application
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
LEASEAPP_ID NUMBER
Yes Holds the Lease Application Identifier
DATA_POINT_ID NUMBER (15) Yes Holds the Additional Data Point Identifier
DATA_POINT_CATEGORY VARCHAR2 (30) Yes Holds the lookup code, which will be associated to each dynamic data point.
DATA_POINT_VALUE VARCHAR2 (150)
Holds the value of the additional Data Point
Query Text

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


SELECT ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LEASEAPP_ID
,      DATA_POINT_ID
,      DATA_POINT_CATEGORY
,      DATA_POINT_VALUE
FROM OKL.OKL_LEASEAPP_DATAPOINTS;

Dependencies

[top of page]

OKL.OKL_LEASEAPP_DATAPOINTS does not reference any database object

OKL.OKL_LEASEAPP_DATAPOINTS is referenced by following:

SchemaAPPS
SynonymOKL_LEASEAPP_DATAPOINTS