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


VIEW: APPS.OKI_RULE_MAPS_V

Object Details
Object Name: OKI_RULE_MAPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKI.OKI_RULE_MAPS_V
Subobject Name:
Status: VALID

View Type

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


A view over OKI_RULE_MAPS, containing language specific information.


[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_USE VARCHAR2 (10) Yes The use of the rule, such as BILLING or SHIPPING.
SCS_CODE VARCHAR2 (30) Yes The category (sub-class) code for the contract.
RGD_CODE VARCHAR2 (30) Yes The rule group code.
RDF_CODE VARCHAR2 (30) Yes The address province, if appropriate.
OBJECT_VERSION_NUMBER NUMBER (9) Yes A number used to track the version of the row.
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 RULE_USE
,      SCS_CODE
,      RGD_CODE
,      RDF_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKI_RULE_MAPS_V;

Dependencies

[top of page]

APPS.OKI_RULE_MAPS_V references the following:

SchemaAPPS
SynonymOKI_RULE_MAPS

APPS.OKI_RULE_MAPS_V is not referenced by any database object