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


VIEW: APPS.OKE_K_HEADERS_ORGNZR_V

Object Details
Object Name: OKE_K_HEADERS_ORGNZR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_K_HEADERS_ORGNZR_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
K_HEADER_ID NUMBER
Yes Contract document unique identifier
K_NUMBER VARCHAR2 (240)
Contract document number
AUTHORING_ORG_ID NUMBER
Yes Contract Authoring (Owning) Organization unique identifier
AUTHORING_ORG VARCHAR2 (240)
Contract Authoring (Owning) Organization
OWNING_ORGANIZATION_ID NUMBER

Owning organization unique identifier
OWNING_ORGANIZATION VARCHAR2 (240)
Owning organization name
PROGRAM_ID NUMBER

Contract program unique identifier
PROGRAM_NAME VARCHAR2 (80)
Contract program name
PROGRAM_NUMBER VARCHAR2 (80)
Contract program number
PRODUCT_LINE_CODE VARCHAR2 (30)
Product line code
PRODUCT_LINE VARCHAR2 (80)
Product line
SHORT_DESCRIPTION VARCHAR2 (600)
Contract document short desription
Query Text

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


SELECT K_HEADER_ID
,      K_NUMBER
,      AUTHORING_ORG_ID
,      AUTHORING_ORG
,      OWNING_ORGANIZATION_ID
,      OWNING_ORGANIZATION
,      PROGRAM_ID
,      PROGRAM_NAME
,      PROGRAM_NUMBER
,      PRODUCT_LINE_CODE
,      PRODUCT_LINE
,      SHORT_DESCRIPTION
FROM APPS.OKE_K_HEADERS_ORGNZR_V;

Dependencies

[top of page]

APPS.OKE_K_HEADERS_ORGNZR_V references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
SynonymHR_ALL_ORGANIZATION_UNITS_TL
SynonymOKC_K_HEADERS_B
SynonymOKC_K_HEADERS_TL
SynonymOKE_K_HEADERS
PL/SQL PackageOKE_K_SECURITY_PKG - show dependent code
SynonymOKE_PROGRAMS

APPS.OKE_K_HEADERS_ORGNZR_V is not referenced by any database object