[Home] [Help]
[Dependency Information]
Object Name: | OKC_LINE_STYLE_ROLES |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Defines the party roles that may be associated with a contract line of a certain line style, from the list of roles valid for the subclass to which the line style is associated.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_LINE_STYLE_ROLES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LSE_ID | NUMBER | Yes | Id of the line style to which the role is attached | |
SRE_ID | NUMBER | Yes | Id of the subclass role which is attached to line style | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column. |
CREATION_DATE | DATE | Yes | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column. |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
ACCESS_LEVEL | VARCHAR2 | (1) | Indicates the protection level for the record. |
Cut, paste (and edit) the following text to query this object:
SELECT LSE_ID
, SRE_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ACCESS_LEVEL
FROM OKC.OKC_LINE_STYLE_ROLES;
OKC.OKC_LINE_STYLE_ROLES does not reference any database object
OKC.OKC_LINE_STYLE_ROLES is referenced by following:
|
|
|