[Home] [Help]
[Dependency Information]
Object Name: | OKC_SUBCLASSES_B |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
SUBCLASS (called "Category" in the UI) is an important factor in managing the behavior of the UI and the application. It helps allow many types of contracts to be maintained in the same schema and managed through the same UI.
Each contract belongs to a subclass. The contract's subclass determines the line style hiearchy of the contract, the valid rule groups, the valid party roles, and the commonly used standard article sets. It helps determine what operations may be performed on the contract by the user and the application. It plays a role in security, since access to a subclass may be granted to a responsibility.
Each subclass is part of a CLASS, defined in OKC_CLASSES_B.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_SUBCLASSES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CODE | VARCHAR2 | (30) | Yes | Code of the subclass |
CLS_CODE | VARCHAR2 | (30) | Yes | Code of the Class under which this subclass is defined |
START_DATE | DATE | Yes | The beginning of the active period, one second after midnight on the date indicated. | |
END_DATE | DATE | The end of the active period, one second before midnight on the date indicated. | ||
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 | ||
CREATE_OPP_YN | VARCHAR2 | (3) | Indicates whether opportunity creation is allowed for this category. | |
ACCESS_LEVEL | VARCHAR2 | (1) | Indicates the protection level for the record. |
Cut, paste (and edit) the following text to query this object:
SELECT CODE
, CLS_CODE
, START_DATE
, END_DATE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, CREATE_OPP_YN
, ACCESS_LEVEL
FROM OKC.OKC_SUBCLASSES_B;
OKC.OKC_SUBCLASSES_B does not reference any database object
OKC.OKC_SUBCLASSES_B is referenced by following:
|
|
|