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


VIEW: APPS.OKCAUDET_RULE_GROUPS_V

Object Details
Object Name: OKCAUDET_RULE_GROUPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKCAUDET_RULE_GROUPS_V
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 Surrogate key used for primary unique identifiers
RGD_CODE VARCHAR2 (30) Yes Foreign key to FND_LOOKUP_VALUES.
CHR_ID NUMBER

Foreign key to OKC_K_HEADERS_B.
DNZ_CHR_ID NUMBER

Foreign key to OKC_K_HEADERS_B.
CLE_ID NUMBER

Foreign key to OKC_K_HEADERS_B.
RULE_GROUP VARCHAR2 (80) Yes Rule Group defined in FND_LOOKUPS
RULE VARCHAR2 (80) Yes Rule defined in FND_LOOKUPS
DESCRIPTION VARCHAR2 (1995)
User entered free format text description.
Query Text

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


SELECT ID
,      RGD_CODE
,      CHR_ID
,      DNZ_CHR_ID
,      CLE_ID
,      RULE_GROUP
,      RULE
,      DESCRIPTION
FROM APPS.OKCAUDET_RULE_GROUPS_V;

Dependencies

[top of page]

APPS.OKCAUDET_RULE_GROUPS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
ViewOKC_RULES_V
ViewOKC_RULE_DEFS_V
ViewOKC_RULE_GROUPS_V

APPS.OKCAUDET_RULE_GROUPS_V is not referenced by any database object