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


VIEW: APPS.OKS_K_SALES_CREDITS_V

Object Details
Object Name: OKS_K_SALES_CREDITS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_K_SALES_CREDITS_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)
row id
ID NUMBER
Yes Surrogate key used for primary unique identifiers
PERCENT NUMBER
Yes percent
CHR_ID NUMBER
Yes Unique Identifier for Contract Header
CLE_ID NUMBER

Unique Identifier for Contract Line.
CTC_ID NUMBER
Yes salesperson
SALES_CREDIT_TYPE_ID1 VARCHAR2 (40) Yes sales credit type
SALES_CREDIT_TYPE_ID2 VARCHAR2 (40) Yes sales credit type id2
SALES_GROUP_ID NUMBER

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.
CREATED_BY NUMBER (15) Yes ID of the user whom created the record.
CREATION_DATE DATE
Yes Date the record was created.
LAST_UPDATED_BY NUMBER (15) Yes ID of the last user who updated the record.
LAST_UPDATE_DATE DATE
Yes Date the record was last updated.
Query Text

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


SELECT ROW_ID
,      ID
,      PERCENT
,      CHR_ID
,      CLE_ID
,      CTC_ID
,      SALES_CREDIT_TYPE_ID1
,      SALES_CREDIT_TYPE_ID2
,      SALES_GROUP_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.OKS_K_SALES_CREDITS_V;

Dependencies

[top of page]

APPS.OKS_K_SALES_CREDITS_V references the following:

SchemaAPPS
SynonymOKS_K_SALES_CREDITS
APPS.OKS_K_SALES_CREDITS_V is referenced by following:

SchemaAPPS
Package BodyOKS_ATTR_DEFAULTS_PVT - show dependent code
Package BodyOKS_COVERAGES_PVT - show dependent code
Package BodyOKS_EXTWARPRGM_PVT - show dependent code
Package BodyOKS_EXTWAR_UTIL_PVT - show dependent code
Package BodyOKS_MASSCHANGE_PVT - show dependent code
Package BodyOKS_MASS_UPDATE_PVT - show dependent code
ViewOKS_VRM_SALESCREDIT_V