[Home] [Help]
[Dependency Information]
| Object Name: | OKL_RULE_GROUPS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_RULE_GROUPS_UV
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | ||
| RGP_TYPE | VARCHAR2 | (10) | Yes | RGP type. |
| SFWT_FLAG | VARCHAR2 | (3) | Yes | |
| RGD_CODE | VARCHAR2 | (30) | Yes | Rule groups code. |
| CLE_ID | NUMBER | ID of the contract line with which this rule group is associated. | ||
| CHR_ID | NUMBER | ID of the contract associated with the rule groups.. | ||
| DNZ_CHR_ID | NUMBER | Contract ID. Denormalized for performance. | ||
| PARENT_RGP_ID | NUMBER | ID of the parent rule group for this record. A rule group can be parent or child of another rule group.. | ||
| SAT_CODE | VARCHAR2 | (30) | Standard Article Set code, for formatting standard article sets. | |
| COMMENTS | VARCHAR2 | (1995) | ||
| NAME | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, RGP_TYPE
, SFWT_FLAG
, RGD_CODE
, CLE_ID
, CHR_ID
, DNZ_CHR_ID
, PARENT_RGP_ID
, SAT_CODE
, COMMENTS
, NAME
FROM APPS.OKL_RULE_GROUPS_UV;
APPS
OKC_RULE_GROUPS_B
OKC_RULE_GROUPS_TL
OKL_ACCOUNTING_UTIL
- show dependent code
APPS.OKL_RULE_GROUPS_UV is not referenced by any database object
|
|
|
|