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


VIEW: APPS.OKC_K_GRPINGS_V

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

View Type

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


Many to many relationship (intersection table) which allows a CONTRACTGROUP to be a group of contracts as well as groups (and a contract to be in many groups)


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
The address of the row in the database
ID NUMBER
Yes Primary key column.
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.
CGP_PARENT_ID NUMBER
Yes Unique identifier of the parent of Grouping ID. A grouping ID can be parent or child of another group.
INCLUDED_CHR_ID NUMBER

Surrogate key used for primary unique identifiers.
INCLUDED_CGP_ID NUMBER

Unique identifier of the grouping included in this grouping. Refers to ID in OKC_K_GRPINGS.
SCS_CODE VARCHAR2 (30)
Subclass Code associated with contract group. Refers to code in OKC_SUBCLASSES_B.
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 ROW_ID
,      ID
,      OBJECT_VERSION_NUMBER
,      CGP_PARENT_ID
,      INCLUDED_CHR_ID
,      INCLUDED_CGP_ID
,      SCS_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_K_GRPINGS_V;

Dependencies

[top of page]

APPS.OKC_K_GRPINGS_V references the following:

SchemaAPPS
SynonymOKC_K_GRPINGS
APPS.OKC_K_GRPINGS_V is referenced by following:

SchemaAPPS
Package BodyOKC_CGC_PVT - show dependent code
PL/SQL PackageOKC_CGC_PVT - show dependent code
ViewOKC_CGP_GRPINGS_V
Package BodyOKC_CGP_PVT - show dependent code
Package BodyOKC_COPY_CONTRACT_PVT - show dependent code
Package BodyOKC_DBTREE_PVT - show dependent code
Package BodyOKC_DELETE_CONTRACT_PVT - show dependent code
ViewOKC_K_GROUPS_GRPINGS_V
Package BodyOKS_COPY_CONTRACT_PVT - show dependent code
Package BodyOKS_MASSCHANGE_PVT - show dependent code
Package BodyOKS_RENCPY_PVT - show dependent code