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


TABLE: CSL.CSL_CONTR_BUSS_PROCESSES

Object Details
Object Name: CSL_CONTR_BUSS_PROCESSES
Object Type: TABLE
Owner: CSL
Subobject Name:
Status: VALID


Business Processes used for contract entitlements on the mobile client


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSL_CONTR_BUS_PROCESSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINCIDENT_ID
ColumnBUSINESS_PROCESS_ID
Columns
Name Datatype Length Mandatory Comments
INCIDENT_ID NUMBER
Yes PK- Foreign key to CSL_SR_CONTRACT_HEADERS.INCIDENT_ID
BUSINESS_PROCESS_ID NUMBER
Yes PK - Foreign key to CS_BUSINESS_PROCESSES.BUSINESS_PROCESS_ID
CONTRACT_SERVICE_ID NUMBER
Yes Foreign key to CSL_SR_CONTRACT_HEADERS.CONTRACT_SERVICE_ID
START_DATE DATE

Active start date of the business process
END_DATE DATE

Active end date of the business process
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT INCIDENT_ID
,      BUSINESS_PROCESS_ID
,      CONTRACT_SERVICE_ID
,      START_DATE
,      END_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      SECURITY_GROUP_ID
FROM CSL.CSL_CONTR_BUSS_PROCESSES;

Dependencies

[top of page]

CSL.CSL_CONTR_BUSS_PROCESSES does not reference any database object

CSL.CSL_CONTR_BUSS_PROCESSES is referenced by following:

SchemaAPPS
SynonymCSL_CONTR_BUSS_PROCESSES