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


VIEW: APPS.OKC_ACTION_ATT_LOOKUPS_V

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

View Type

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


Used to define a table/view and column as a source for an ACTION ATTRIBUTE. If the ACTION ATTRIBUTE is defined as being sourced from an ACTION ATTRIBUTE LOOKUP, then the LOV on that ACTION ATTRIBUTE should be built from the unique value in the indicated table/view and column, and the ACTION ATTRIBUTE should be validated against that list.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
ID NUMBER
Yes System generated Unique Identifier. Also primary key of the table
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.
OBJECT_NAME VARCHAR2 (150) Yes The source of the list of values when used in the conditions form.
COLUMN_NAME VARCHAR2 (150) Yes The column to be displayed in the List of Values from the Object given in object_name column.
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
,      OBJECT_NAME
,      COLUMN_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_ACTION_ATT_LOOKUPS_V;

Dependencies

[top of page]

APPS.OKC_ACTION_ATT_LOOKUPS_V references the following:

SchemaAPPS
SynonymOKC_ACTION_ATT_LOOKUPS
APPS.OKC_ACTION_ATT_LOOKUPS_V is referenced by following:

SchemaAPPS
Package BodyOKC_AAE_PVT - show dependent code
PL/SQL PackageOKC_AAL_PVT - show dependent code
Package BodyOKC_AAL_PVT - show dependent code