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


VIEW: APPS.OKC_RG_DEF_RULES_V

Object Details
Object Name: OKC_RG_DEF_RULES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_RG_DEF_RULES_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
ROW_ID ROWID (10)
The address of the row in the database
RGD_CODE VARCHAR2 (30) Yes Foreign key to FND_LOOKUP_VALUES.
RDF_CODE VARCHAR2 (30) Yes Foreign key to FND_LOOKUP_VALUES.
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.
OPTIONAL_YN VARCHAR2 (3)
Yes/No field.
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.
APPLICATION_ID NUMBER

Application Identifier
MIN_CARDINALITY NUMBER (9)
This is the minimum occurrence of instances of a rule within a rule group
MAX_CARDINALITY NUMBER (9)
This is the maximum occurrence of instances of a rule within a rule group
PRICING_RELATED_YN VARCHAR2 (3)
Indicates whether the Rule can be an attribute used to determine the price in a Contract. For example, the price of a line can be based on a Ship To location defined using a Rule while a Notification Rule may not be used for this purpose.
ACCESS_LEVEL VARCHAR2 (1)
Query Text

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


SELECT ROW_ID
,      RGD_CODE
,      RDF_CODE
,      OBJECT_VERSION_NUMBER
,      OPTIONAL_YN
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      APPLICATION_ID
,      MIN_CARDINALITY
,      MAX_CARDINALITY
,      PRICING_RELATED_YN
,      ACCESS_LEVEL
FROM APPS.OKC_RG_DEF_RULES_V;

Dependencies

[top of page]

APPS.OKC_RG_DEF_RULES_V references the following:

SchemaAPPS
SynonymOKC_RG_DEF_RULES
APPS.OKC_RG_DEF_RULES_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKC_RGR_PVT - show dependent code
Package BodyOKC_RGR_PVT - show dependent code
ViewOKC_RULES2_BLK_V
ViewOKC_RULE_DEF_RG_RULE_DEFS_V
Package BodyOKL_ORL_PVT - show dependent code