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


VIEW: APPS.OKC_CR_K_ACCESSES_V

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

View Type

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


an intersection which associates CONTRACT, CHANGE REQUEST, PROCESS and USER
ie. a particular user is allowed access to perform a process for a change request on a contract


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
CRT_ID NUMBER
Yes Foreign key to OKC_CHANGE_REQUESTS_B.
CPS_ID NUMBER
Yes Foreign key to OKC_K_PROCESSES.
USER_ID NUMBER (15) Yes Application user identifier
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.
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
,      CRT_ID
,      CPS_ID
,      USER_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_CR_K_ACCESSES_V;

Dependencies

[top of page]

APPS.OKC_CR_K_ACCESSES_V references the following:

SchemaAPPS
SynonymOKC_CR_K_ACCESSES

APPS.OKC_CR_K_ACCESSES_V is not referenced by any database object