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


TABLE: OKC.OKC_LINE_STYLE_SOURCES

Object Details
Object Name: OKC_LINE_STYLE_SOURCES
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_LINE_STYLE_SOURCES
Subobject Name:
Status: VALID


Defines the valid data source for contract lines of a certain line style.
A line style may only have one source active at any given time.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_LINE_STYLE_SOURCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLSE_ID
ColumnJTOT_OBJECT_CODE
Columns
Name Datatype Length Mandatory Comments
LSE_ID NUMBER
Yes Id of the line style to show a parent-child relationship with in the entity.
JTOT_OBJECT_CODE VARCHAR2 (30) Yes Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns.
START_DATE DATE
Yes The beginning of the active period, one second after midnight on the date indicated.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
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.
END_DATE DATE

The end of the active period, one second before midnight on the date indicated.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ACCESS_LEVEL VARCHAR2 (1)
Indicates the protection level for the record.
Query Text

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


SELECT LSE_ID
,      JTOT_OBJECT_CODE
,      START_DATE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      END_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ACCESS_LEVEL
FROM OKC.OKC_LINE_STYLE_SOURCES;

Dependencies

[top of page]

OKC.OKC_LINE_STYLE_SOURCES does not reference any database object

OKC.OKC_LINE_STYLE_SOURCES is referenced by following:

SchemaAPPS
SynonymOKC_LINE_STYLE_SOURCES