[Home] [Help]
[Dependency Information]
Object Name: | CS_SERVICE_RESPONSIBILITY |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores SR Type access information when service security is turned on.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESPONSIBILITY_ID | NUMBER | Yes | Responsibility identifier. | |
APPLICATION_ID | NUMBER | Yes | Application identifier. | |
ACCESS_TYPE | VARCHAR2 | (30) | Responsibility Access level. | |
BUSINESS_USAGE | VARCHAR2 | (240) | Responsibility business usage. | |
CREATION_DATE | DATE | Yes | Who column. Date on which the record was created. | |
CREATED_BY | NUMBER | Yes | Who column. User id of the user who created the record. | |
LAST_UPDATE_DATE | DATE | Yes | Who column. Date the record was last updated. | |
LAST_UPDATED_BY | NUMBER | Yes | Who column. ID of the user who last updated the record. | |
LAST_UPDATE_LOGIN | NUMBER | Who column. Login ID of the OS user who last updated the record. | ||
OBJECT_VERSION_NUMBER | NUMBER | Yes | Specifies how many updates the link record has gone through. This value is used in obtainint a lock before updates are performed. | |
SECURITY_GROUP_ID | NUMBER | (15) | Data striping attribute used by the Hosting product. |
Cut, paste (and edit) the following text to query this object:
SELECT RESPONSIBILITY_ID
, APPLICATION_ID
, ACCESS_TYPE
, BUSINESS_USAGE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
FROM CS.CS_SERVICE_RESPONSIBILITY;
CS.CS_SERVICE_RESPONSIBILITY does not reference any database object
CS.CS_SERVICE_RESPONSIBILITY is referenced by following:
|
|
|