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


VIEW: APPS.OKC_ROLES_V

Object Details
Object Name: OKC_ROLES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_ROLES_V
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
ROW_ID ROWID (10)
The address of the row in the database
CODE VARCHAR2 (30) Yes Role Code
CONSTRAINED_RLE_CODE VARCHAR2 (30)
Role Code by which the CODE is constrained
CUSTOMER_VENDOR_FLAG VARCHAR2 (3)
Indicates whether the role is Customer or Vendor type
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.
SFWT_FLAG VARCHAR2 (3) Yes Indicates a value was changed in another language. Not fully implemented in 11i
MEANING VARCHAR2 (90) Yes Role Name
DESCRIPTION VARCHAR2 (1995)
User entered free format text description
START_DATE DATE
Yes Start Date of the Role
END_DATE DATE

End Date of the Role
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
,      CODE
,      CONSTRAINED_RLE_CODE
,      CUSTOMER_VENDOR_FLAG
,      OBJECT_VERSION_NUMBER
,      SFWT_FLAG
,      MEANING
,      DESCRIPTION
,      START_DATE
,      END_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_ROLES_V;

Dependencies

[top of page]

APPS.OKC_ROLES_V references the following:

SchemaAPPS
SynonymOKC_ROLES_B
SynonymOKC_ROLES_TL

APPS.OKC_ROLES_V is not referenced by any database object