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


TABLE: CSF.CSF_R_SPARES_OPTIONS

Object Details
Object Name: CSF_R_SPARES_OPTIONS
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_R_SPARES_OPTIONS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSF_R_SPARES_OPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSPARES_OPTION_ID
CSF_R_SPARES_OPTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_RESULT_ID
Columns
Name Datatype Length Mandatory Comments
SPARES_OPTION_ID NUMBER
Yes Primary key for table CSF_R_SPARES_OPTIONS.
RESOURCE_RESULT_ID NUMBER
Yes Foreign key to table CSF_R_RESOURCE_RESULTS.
AVAILABILITY_DATE DATE

The date and time on which the spares are available to the engineer.
COST NUMBER

Cost amount associated with spares and used for the calculation of the cost of te plan option.
SECURITY_GROUP_ID NUMBER

Security group identifier
OBJECT_VERSION_NUMBER NUMBER
Yes The object version number is incremented by one at every update. The object version number is read when the row is read. When the record is updated a check is made that the update version number in the database has the same value as when the row was read. If the number was changed, some other process has updated the record and the row changes should be abandoned.
Query Text

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


SELECT SPARES_OPTION_ID
,      RESOURCE_RESULT_ID
,      AVAILABILITY_DATE
,      COST
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
FROM CSF.CSF_R_SPARES_OPTIONS;

Dependencies

[top of page]

CSF.CSF_R_SPARES_OPTIONS does not reference any database object

CSF.CSF_R_SPARES_OPTIONS is referenced by following:

SchemaAPPS
SynonymCSF_R_SPARES_OPTIONS