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


VIEW: APPS.OKL_RULE_GROUPS_UV

Object Details
Object Name: OKL_RULE_GROUPS_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_RULE_GROUPS_UV
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes
RGP_TYPE VARCHAR2 (10) Yes RGP type.
SFWT_FLAG VARCHAR2 (3) Yes
RGD_CODE VARCHAR2 (30) Yes Rule groups code.
CLE_ID NUMBER

ID of the contract line with which this rule group is associated.
CHR_ID NUMBER

ID of the contract associated with the rule groups..
DNZ_CHR_ID NUMBER

Contract ID. Denormalized for performance.
PARENT_RGP_ID NUMBER

ID of the parent rule group for this record. A rule group can be parent or child of another rule group..
SAT_CODE VARCHAR2 (30)
Standard Article Set code, for formatting standard article sets.
COMMENTS VARCHAR2 (1995)
NAME VARCHAR2 (4000)
Query Text

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


SELECT ID
,      RGP_TYPE
,      SFWT_FLAG
,      RGD_CODE
,      CLE_ID
,      CHR_ID
,      DNZ_CHR_ID
,      PARENT_RGP_ID
,      SAT_CODE
,      COMMENTS
,      NAME
FROM APPS.OKL_RULE_GROUPS_UV;

Dependencies

[top of page]

APPS.OKL_RULE_GROUPS_UV references the following:

SchemaAPPS
SynonymOKC_RULE_GROUPS_B
SynonymOKC_RULE_GROUPS_TL
PL/SQL PackageOKL_ACCOUNTING_UTIL - show dependent code

APPS.OKL_RULE_GROUPS_UV is not referenced by any database object