[Home] [Help]
[Dependency Information]
Object Name: | OKC_K_GRPINGS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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)
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. |
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;
|
|
|