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


TABLE: OKC.OKC_RG_PARTY_ROLES

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


OKC_RG_PARTY_ROLES associates a contract party with a rule group. In conjunction with OKC_RG_ROLE_DEFS, it defines the role the party plays with respect to the rule group.
Take for example a billing rule group. It is important to know who is doing the billing and who is being billed. In a complex contract, parties may switch sides on different lines.

The table OKC_RG_ROLE_DEFS provides the meta-data defining what role may play the "subject" (the biller in this case) and the "object" (the one being billed) for a given contract subclass.
OKC_RG_PARTY_ROLES defines which party in a contract is acting as the subject of a rule group and which is acting as the object of the rule group by linking OKC_K_PARTY_ROLES_B, OKC_RULE_GROUPS_B, and OKC_RG_ROLE_DEFS.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_RG_PARTY_ROLES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnID
OKC_RG_PARTY_ROLES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnDNZ_CHR_ID
OKC_RG_PARTY_ROLES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnRGP_ID
OKC_RG_PARTY_ROLES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnCPL_ID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column.
RGP_ID NUMBER
Yes ID of the rule group. .
RRD_ID NUMBER
Yes ID of the rule group role definition..
CPL_ID NUMBER

Foreign key to OKC_K_PARTY_ROLES_B.
DNZ_CHR_ID NUMBER
Yes Contract ID. Denormalized for performance.
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
Query Text

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


SELECT ID
,      RGP_ID
,      RRD_ID
,      CPL_ID
,      DNZ_CHR_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM OKC.OKC_RG_PARTY_ROLES;

Dependencies

[top of page]

OKC.OKC_RG_PARTY_ROLES does not reference any database object

OKC.OKC_RG_PARTY_ROLES is referenced by following:

SchemaAPPS
SynonymOKC_RG_PARTY_ROLES