[Home] [Help]
[Dependency Information]
| Object Name: | OKC_RULES2_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_RULES2_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RGD_CODE | VARCHAR2 | (30) | Yes | Rule Group Code |
| RDF_CODE | VARCHAR2 | (30) | Yes | Rule Definition Code |
| REQUIRED_YN | VARCHAR2 | (1) | Indicates whether the rule is required or not | |
| RULE_NAME | VARCHAR2 | (80) | Yes | Rule Name defined in FND_LOOKUPS |
Cut, paste (and edit) the following text to query this object:
SELECT RGD_CODE
, RDF_CODE
, REQUIRED_YN
, RULE_NAME
FROM APPS.OKC_RULES2_BLK_V;
APPS
OKC_RG_DEF_RULES_V
OKC_RULE_DEFS_V
APPS.OKC_RULES2_BLK_V is not referenced by any database object
|
|
|
|