DBA Data[Home] [Help] [Dependency Information]


TABLE: OKC.OKC_ASSENTS

Object Details
Object Name: OKC_ASSENTS
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_ASSENTS
Subobject Name:
Status: VALID


Assent works with Operations (OKC_OPERATIONS_B), Status (OKC_STATUSES_B), and Subclass (OKC_SUBCLASSES_B) to allow flexiblity as to what operations can be performed on a different types of Contracts in different statuses.
Subclasses define different types of Contracts (see OKC_SUBCLASSES_B for more information).
Statuses define different states a Contract may be in (see OKC_STATUSES_B for more information).
Operations define different operations a user, or the application may perform on or because of the Contract (see OKC_OPERATIONS_B for more information).
Assent is at the intersection of all three, defining if a specfic Operation is allowed or disallowed for a Subclass of Contract while it has a specific Status.
For example, assume that for an implementation we have defined the Status 'Bill Hold'. If the ALLOWED_YN column is set to 'N' for the Operation 'Bill' for the Subclass 'Service' for the Status 'Bill Hold', then billing will not to be performed for 'Service' contracts in the 'Bill Hold' status.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_ASSENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnID
OKC_ASSENTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSCS_CODE
ColumnSTS_CODE
ColumnOPN_CODE
ColumnSTE_CODE
OKC_ASSENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnOPN_CODE
ColumnSTE_CODE
OKC_ASSENTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnSTS_CODE
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Unique identifier for assent defined..
STS_CODE VARCHAR2 (30) Yes Status for which this assent is defined
OPN_CODE VARCHAR2 (30) Yes Operation for this assent is defined
STE_CODE VARCHAR2 (30) Yes Status type for which this assent is defined
SCS_CODE VARCHAR2 (30) Yes Subclass for which this assent is defined.
ALLOWED_YN VARCHAR2 (3) Yes Denotes if a particular operation is allowed in a status.
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.
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      STS_CODE
,      OPN_CODE
,      STE_CODE
,      SCS_CODE
,      ALLOWED_YN
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      SECURITY_GROUP_ID
FROM OKC.OKC_ASSENTS;

Dependencies

[top of page]

OKC.OKC_ASSENTS does not reference any database object

OKC.OKC_ASSENTS is referenced by following:

SchemaAPPS
SynonymOKC_ASSENTS