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


VIEW: APPS.OKL_OVD_RUL_TMLS_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


DEFINITION
Association of Option Value rules with Rule Templates.
Option value rule templates are defined to enter the actual values into the rule definations define in the option value rules. These rule templates are defined in okc_rules_b through a rule template editor.
EXAMPLE
Option RULE DEFINATION
ADDRESS 'B' 'XYZ' 1 5 6 'ADD'
'S' 'XYZ' 1 5 6 ' ADD'
Where 'B'&'S' are buy & sell
'XYZ' is an option value
'ADD' is a rule.
And 1 5 6 are content org, context inv org, content asset book respectially.
Each of these option value rule can be attached to one or more templates but as show in the above senerio
that combination is invalid.since a contract cannot have rules which have both buy and sell options.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier in the database
ID NUMBER
Yes Primary key column
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
OVD_ID NUMBER
Yes Foreign key to table OKL_OPV_RULES
RUL_ID NUMBER
Yes Foreign Key to OKC_RULES_B
SEQUENCE_NUMBER NUMBER (5) Yes Sequence number
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
Query Text

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


SELECT ROW_ID
,      ID
,      OBJECT_VERSION_NUMBER
,      OVD_ID
,      RUL_ID
,      SEQUENCE_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKL_OVD_RUL_TMLS_V;

Dependencies

[top of page]

APPS.OKL_OVD_RUL_TMLS_V references the following:

SchemaAPPS
SynonymOKL_OVD_RUL_TMLS
APPS.OKL_OVD_RUL_TMLS_V is referenced by following:

SchemaAPPS
Package BodyOKL_OVT_PVT - show dependent code
PL/SQL PackageOKL_OVT_PVT - show dependent code
Package BodyOKL_SETUPOPTVALUES_PVT - show dependent code
Package BodyOKL_SETUPOVDTEMPLATES_PVT - show dependent code
Package BodyOKL_SETUPOVERULES_PVT - show dependent code