[Home] [Help]
[Dependency Information]
| Object Name: | OKL_OPT_RULES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_OPT_RULES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
Holds the association of Rules with Option,this is where we setup all the rules against each option.
Association specifying what set of subclass-rulegroup definition-ruledefinition
EXAMPLE
Options Rule
Tax Ownership LATOWN
| 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 |
| OPT_ID | NUMBER | Yes | Foreign key to table OKL_OPTIONS | |
| SRD_ID_FOR | NUMBER | Foreign Key to OKC_SUBCLASS_RG_DEFS | ||
| RGR_RGD_CODE | VARCHAR2 | (30) | Yes | Foreign Key to OKC_RG_DEF_RULES |
| RGR_RDF_CODE | VARCHAR2 | (30) | Yes | Foreign Key to OKC_RG_DEF_RULES |
| LRG_LSE_ID | NUMBER | Foreign Key to OKC_LSE_RULE_GROUPS | ||
| LRG_SRD_ID | NUMBER | Foreign Key to OKC_LSE_RULE_GROUPS | ||
| OVERALL_INSTRUCTIONS | VARCHAR2 | (1995) | A general description | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, OPT_ID
, SRD_ID_FOR
, RGR_RGD_CODE
, RGR_RDF_CODE
, LRG_LSE_ID
, LRG_SRD_ID
, OVERALL_INSTRUCTIONS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_OPT_RULES_V;
APPS
OKL_OPT_RULES
APPS
OKL_ORL_PVT
- show dependent code
OKL_ORL_PVT
- show dependent code
OKL_OVD_PVT
- show dependent code
OKL_SETUPOPTIONS_PVT
- show dependent code
OKL_SETUPOPTRULES_PVT
- show dependent code
OKL_SETUPOPTVALUES_PVT
- show dependent code
OKL_SETUPOVDTEMPLATES_PVT
- show dependent code
OKL_SETUPOVERULES_PVT
- show dependent code
|
|
|
|