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


VIEW: APPS.OKC_TERMS_ARTICLES_V

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

View Type

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
ID NUMBER
Yes Unique identifier for record that associates the the clause to the business document. Primary key column.
DOCUMENT_TYPE VARCHAR2 (30)
Business document type for which the Clause is applicable. This column in conjunction with DOCUMENT_ID column identifies the document on which the Clause exists. Refers to the DOCUMENT_TYPE column in OKC_BUS_DOC_TYPES_B
DOCUMENT_ID NUMBER

Unique Identified for the Business document on which the Clause exists. Refers to the primary key of various business document header tables like PO_HEADERS_ALL, PON_AUCTION_HEADERS_ALL, OE_ORDER_HEADERS_ALL, ASO_QUOTE_HEADERS_ALL.
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.
SAV_SAE_ID NUMBER

Clause ID. Refers to the ARTICLE_ID column in the OKC_ARTICLE_ALL
ARTICLE_VERSION_ID NUMBER

Version of the Clause used in the business document. Refers to ARTICLE_VERSION_ID in OKC_ARTICLE_VERSIONS_ALL table.
SOURCE_FLAG VARCHAR2 (1)
Indicates where the clause sourced from. Possible values are T = Contract template, R = Configurator Rules
MANDATORY_YN VARCHAR2 (1)
Flag that indicates if the clause is mandatory or not. Possible values are Y and N.
SCN_ID NUMBER

Unique Identifier of the Section to which the clause belongs to. Refers to SCN_ID from the OKC_SECTIONS_ALL table
LABEL VARCHAR2 (60)
Clause label. Migrated from okc section contents
AMENDMENT_OPERATION_CODE VARCHAR2 (30)
Amendment operation performed on the clause . Possible values are �ADDED�, �UPDATED� and �DELETED�
SUMMARY_AMEND_OPERATION_CODE VARCHAR2 (30)
Amendment operation performed since the last signed version of the document. Possible values are �ADDED�, �UPDATED� and �DELETED�
AMENDMENT_DESCRIPTION VARCHAR2 (2000)
Description of the amendment performed on the clause.
PRINT_TEXT_YN VARCHAR2 (1)
Flag to indicate whether the Clause text should be printed as part of Amendment or not . Possible values are Y and N.
REF_ARTICLE_ID NUMBER

Clause Id of stand clause which is used to create non standard clause
REF_ARTICLE_VERSION_ID NUMBER

Clause version id of standard clause which is used to create non standard clause
CHANGE_NONSTD_YN VARCHAR2 (240)
Flag to indicate whether the non-standard text is changed or not. IF the non-standard text is changed, the clause text need to be created as a separate entry in case of copied clauses
ORIG_SYSTEM_REFERENCE_CODE VARCHAR2 (30)
Reference Code for the system from which the clause was migrated such as FAR, OKCMIGR
ORIG_SYSTEM_REFERENCE_ID1 NUMBER

Reference Identifier for the clause from the source system.
ORIG_SYSTEM_REFERENCE_ID2 NUMBER

Reference Identifier for the clause from the source system.
DISPLAY_SEQUENCE NUMBER

Display Sequence. Migrated from okc_section_contenets.content_sequence
ATTRIBUTE_CATEGORY VARCHAR2 (90)
Descriptive flexfield category column.
ATTRIBUTE1 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE2 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE3 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE4 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE5 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE6 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE7 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE8 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE9 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE10 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE11 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE12 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE13 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE14 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE15 VARCHAR2 (450)
Descriptive flexfield column.
CAT_TYPE VARCHAR2 (30)
Type of Clause. Clause can be standard or non-standard
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.
LAST_AMENDED_BY NUMBER

User who affected the last amendment
LAST_AMENDMENT_DATE DATE

Date on which the Last amendment was affected.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      ID
,      DOCUMENT_TYPE
,      DOCUMENT_ID
,      OBJECT_VERSION_NUMBER
,      SAV_SAE_ID
,      ARTICLE_VERSION_ID
,      SOURCE_FLAG
,      MANDATORY_YN
,      SCN_ID
,      LABEL
,      AMENDMENT_OPERATION_CODE
,      SUMMARY_AMEND_OPERATION_CODE
,      AMENDMENT_DESCRIPTION
,      PRINT_TEXT_YN
,      REF_ARTICLE_ID
,      REF_ARTICLE_VERSION_ID
,      CHANGE_NONSTD_YN
,      ORIG_SYSTEM_REFERENCE_CODE
,      ORIG_SYSTEM_REFERENCE_ID1
,      ORIG_SYSTEM_REFERENCE_ID2
,      DISPLAY_SEQUENCE
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      CAT_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_AMENDED_BY
,      LAST_AMENDMENT_DATE
FROM APPS.OKC_TERMS_ARTICLES_V;

Dependencies

[top of page]

APPS.OKC_TERMS_ARTICLES_V references the following:

SchemaAPPS
SynonymOKC_K_ARTICLES_B
APPS.OKC_TERMS_ARTICLES_V is referenced by following:

SchemaAPPS
Package BodyOKC_K_ARTICLE_PUB - show dependent code