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


VIEW: APPS.OKC_NUMBER_SCHEMES_V

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

View Type

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


Numbering scheme view


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
NUM_SCHEME_ID NUMBER
Yes Primary key for the numbering scheme table
NUMBER_ARTICLE_YN VARCHAR2 (1) Yes Indicator to show whether or not to include clauses while numbering
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure
LANGUAGE VARCHAR2 (12) Yes Preview of the document terms numbering scheme
SOURCE_LANG VARCHAR2 (12) Yes Source language
SCHEME_NAME VARCHAR2 (150) Yes Numbering scheme name
NUM_SCHEME_PREVIEW VARCHAR2 (1000)
Preview of the terms numbering scheme when used in a document
DESCRIPTION VARCHAR2 (1995)
Numberring scheme description
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
,      NUM_SCHEME_ID
,      NUMBER_ARTICLE_YN
,      OBJECT_VERSION_NUMBER
,      LANGUAGE
,      SOURCE_LANG
,      SCHEME_NAME
,      NUM_SCHEME_PREVIEW
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_NUMBER_SCHEMES_V;

Dependencies

[top of page]

APPS.OKC_NUMBER_SCHEMES_V references the following:

SchemaAPPS
SynonymOKC_NUMBER_SCHEMES_B
SynonymOKC_NUMBER_SCHEMES_TL
APPS.OKC_NUMBER_SCHEMES_V is referenced by following:

SchemaAPPS
Package BodyOKC_NUMBER_SCHEME_PVT - show dependent code