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


TABLE: OKS.OKS_RULE_UPGRADE

Object Details
Object Name: OKS_RULE_UPGRADE
Object Type: TABLE
Owner: OKS
Subobject Name:
Status: VALID


Table to capture the delta information of rules. ( During 11.5.10 rules migration , pre upgrade steps )


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKS_RULE_UPGRADE_NU1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnRGP_ID
OKS_RULE_UPGRADE_NU2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnRIC_CODE
ColumnRGP_ID
Columns
Name Datatype Length Mandatory Comments
RGP_ID NUMBER

RIC_CODE VARCHAR2 (5)
RULE_INFORMATION_CATEGORY VARCHAR2 (10)
CHR_ID NUMBER

Unique Identifier for Contract Header
CLE_ID NUMBER

Unique Identifier for Contract Line.
DNZ_CHR_ID NUMBER

Unique Identifier for Contract Header, denomalized for efficiency.
CREATION_DATE DATE

Date the record was created.
MAJOR_VERSION NUMBER

Tracks the primary version number of a contract.
Query Text

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


SELECT RGP_ID
,      RIC_CODE
,      RULE_INFORMATION_CATEGORY
,      CHR_ID
,      CLE_ID
,      DNZ_CHR_ID
,      CREATION_DATE
,      MAJOR_VERSION
FROM OKS.OKS_RULE_UPGRADE;

Dependencies

[top of page]

OKS.OKS_RULE_UPGRADE does not reference any database object

OKS.OKS_RULE_UPGRADE is referenced by following:

SchemaAPPS
SynonymOKS_RULE_UPGRADE