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


VIEW: APPS.OKC_RG_BLK_HV

Object Details
Object Name: OKC_RG_BLK_HV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_RG_BLK_HV
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
DNZ_CHR_ID NUMBER

Contract ID. Denormalized for performance.
RGP_TYPE VARCHAR2 (10) Yes Rule Group Type
CHR_ID NUMBER

Foreign key to OKC_K_HEADERS_B.
CLE_ID NUMBER

Foreign key to OKC_K_LINES_B.
SAT_CODE VARCHAR2 (30)
Standard Article Set code, for formatting standard article sets. If -99, then this section refers to a contract.
RGD_CODE VARCHAR2 (30) Yes Rule Group Code
ID NUMBER
Yes Surrogate key used for primary unique identifiers
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
GROUP_NAME VARCHAR2 (80) Yes Rule Group Name
COMMENTS VARCHAR2 (1995)
User entered comment
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
MAJOR_VERSION NUMBER (4) Yes The version of the contract for this history record
Query Text

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


SELECT DNZ_CHR_ID
,      RGP_TYPE
,      CHR_ID
,      CLE_ID
,      SAT_CODE
,      RGD_CODE
,      ID
,      OBJECT_VERSION_NUMBER
,      GROUP_NAME
,      COMMENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      MAJOR_VERSION
FROM APPS.OKC_RG_BLK_HV;

Dependencies

[top of page]

APPS.OKC_RG_BLK_HV references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
ViewOKC_RULE_GROUPS_HV

APPS.OKC_RG_BLK_HV is not referenced by any database object