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


TABLE: CSR.CSR_TIMERS_B

Object Details
Object Name: CSR_TIMERS_B
Object Type: TABLE
Owner: CSR
FND Design Data: TableCSR.CSR_TIMERS_B
Subobject Name:
Status: VALID


DEFINITION
The CSR_TIMERS_B table records timing data, temporarily for current test run
EXAMPLE
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SEQ NUMBER
Yes Sequence in the timing flow
OBJECT_VERSION_NUMBER NUMBER

Object version number
CREATED_BY NUMBER

Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
SECURITY_GROUP_ID NUMBER

Security Group Id
NAME VARCHAR2 (300) Yes Name of timing interval
VALUE NUMBER
Yes Value of the timing
MEANING VARCHAR2 (60) Yes Meaning of the value of the timing
DESCRIPTION VARCHAR2 (4000)
Description of the timing interval
TRIP_POSITION NUMBER

Currently evaluated position in the trip
TRIP_TASKS NUMBER

Number of tasks in the current trip
Query Text

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


SELECT SEQ
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      NAME
,      VALUE
,      MEANING
,      DESCRIPTION
,      TRIP_POSITION
,      TRIP_TASKS
FROM CSR.CSR_TIMERS_B;

Dependencies

[top of page]

CSR.CSR_TIMERS_B does not reference any database object

CSR.CSR_TIMERS_B is referenced by following:

SchemaCSR
ViewCSR_TIMERS_B#