[Home] [Help]
[Dependency Information]
Object Name: | OKC_LINE_STYLES_B |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Defines valid line hierarchy "packages" to be used in a contract subclass. In conjunction with the definition of valid roles, data sources, and rule groups, OKC_LINE_STYLES provides meta-data that governs how lines may be defined in a contract.
Each line style is of a "line type", a set of seeded line classifiers. Whereas the line type may be reused in many line styles in many different subclasses of contract, the line style itself is not resuable across subclasses.
Each line style hierarchy starts with a "top" line and defines the line styles that may appear as children of that top line, the line styles that may appear as children of the top line's children, etc.
See the descriptions for OKC_SUBCLASS_TOP_LINE, OKC_LINE_STYLE_ROLES, OKC_LINE_STYLE_SOURCES, and OKC_LSE_RULE_GROUPS for more information.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_LINE_STYLE_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OKC_LINE_STYLE_B_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_LINE_STYLE_B_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | Yes | Primary key column. | |
LTY_CODE | VARCHAR2 | (30) | Yes | Foreign key to FND_LOOKUP_VALUES. |
LSE_PARENT_ID | NUMBER | Parent ID. | ||
LSE_TYPE | VARCHAR2 | (10) | Yes | Line style type ID. |
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. | |
PRICED_YN | VARCHAR2 | (3) | Indicates whether line is priced or not Yes/No field. | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (90) | Descriptive flexfield category column. | |
ATTRIBUTE1 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE2 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE3 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE4 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE5 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE6 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE7 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE8 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE9 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE10 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE11 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE12 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE13 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE14 | VARCHAR2 | (450) | Descriptive flexfield column. | |
ATTRIBUTE15 | VARCHAR2 | (450) | Descriptive flexfield column. | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
RECURSIVE_YN | VARCHAR2 | (3) | Indicates whether the line style is recursive or not | |
APPLICATION_ID | NUMBER | Identifier of the application to which this linestyle belongs. This is populated only for seeded linestyles | ||
PROTECTED_YN | VARCHAR2 | (3) | Yes | Indicates if a line style is to be protected from the user updates. This column is used by the application for protecting certain seeded line styles. |
ITEM_TO_PRICE_YN | VARCHAR2 | (3) | Indicates whether a contract line with this linestyle contains the item being priced. For example, if the top line contains the Service 'Gold Support' and there are two child lines indicating Deployment at USA and India, then the Service line contains the item being priced. In this example, the Deployment lines are the level at which pricing is done and the corresponding line style will have PRICED_YN set to 'Y' | |
PRICE_BASIS_YN | VARCHAR2 | (3) | Indicates whether a contract line with this linestyle is the basis for the item being priced. For example, if the top line contains the Service 'Gold Support' and this is for a Product "Oracle 8i" in the child line and the price of the Service is dependent on the price of the Product, then the the Product line has this flag set to 'Y' and the Service line has PRICED_ITEM_YN set to 'Y' | |
ACCESS_LEVEL | VARCHAR2 | (1) | Indicates the protection level for the record. | |
SERVICE_ITEM_YN | VARCHAR2 | (3) | indicates whether the item is serviceable or not |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, LTY_CODE
, LSE_PARENT_ID
, LSE_TYPE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PRICED_YN
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, SECURITY_GROUP_ID
, RECURSIVE_YN
, APPLICATION_ID
, PROTECTED_YN
, ITEM_TO_PRICE_YN
, PRICE_BASIS_YN
, ACCESS_LEVEL
, SERVICE_ITEM_YN
FROM OKC.OKC_LINE_STYLES_B;
OKC.OKC_LINE_STYLES_B does not reference any database object
OKC.OKC_LINE_STYLES_B is referenced by following:
|
|
|