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


TABLE: CN.CN_SRP_CNRT_HISTORY_ALL

Object Details
Object Name: CN_SRP_CNRT_HISTORY_ALL
Object Type: TABLE
Owner: CN
FND Design Data: TableCN.CN_SRP_CNRT_HISTORY_ALL
Subobject Name:
Status: VALID


CN_SRP_CNRT_HISTORY contains the history information of salespeople's compensation contract .


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CN_SRP_CNRT_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSRP_CNRT_HISTORY_ID
CN_SRP_CNRT_HISTORY_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSRP_ROLE_ID
ColumnFILE_ID
Columns
Name Datatype Length Mandatory Comments
SRP_CNRT_HISTORY_ID NUMBER
Yes Primary Key
SRP_ROLE_ID NUMBER
Yes sales role and salesrep assignment identifier
FILE_ID NUMBER
Yes foreign key to FND_CLOBS
ORG_ID NUMBER

Organization identifier
START_DATE DATE
Yes assignment start date
END_DATE DATE

assignment end date
PLAN_STATE VARCHAR2 (30)
current contract status. Active or Inactive.
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
OBJECT_VERSION_NUMBER NUMBER
Yes Standard Who columns
SECURITY_GROUP_ID NUMBER

Used in hosted environments
CNRT_DISPLAY_VERSION NUMBER

Contract Type Version
Query Text

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


SELECT SRP_CNRT_HISTORY_ID
,      SRP_ROLE_ID
,      FILE_ID
,      ORG_ID
,      START_DATE
,      END_DATE
,      PLAN_STATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      CNRT_DISPLAY_VERSION
FROM CN.CN_SRP_CNRT_HISTORY_ALL;

Dependencies

[top of page]

CN.CN_SRP_CNRT_HISTORY_ALL does not reference any database object

CN.CN_SRP_CNRT_HISTORY_ALL is referenced by following:

SchemaAPPS
SynonymCN_SRP_CNRT_HISTORY
SynonymCN_SRP_CNRT_HISTORY_ALL