[Home] [Help]
[Dependency Information]
| Object Name: | OKC_LINE_STYLE_ROLES |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_LINE_STYLE_ROLES
|
| 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: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_LINE_STYLE_ROLES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
LSE_ID
SRE_ID
ZD_EDITION_NAME
|
| 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. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
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:
OKC
OKC_LINE_STYLE_ROLES#
|
|
|
|