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


VIEW: APPS.OKX_SALES_CRED_TYPES_V

Object Details
Object Name: OKX_SALES_CRED_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_SALES_CRED_TYPES_V
Subobject Name:
Status: VALID

View Type

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


Displays the types of sales credit available.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID1 NUMBER
Yes Sales Credit Type Id
ID2 CHAR (1)
(Multi-part) Primary Key
NAME VARCHAR2 (240) Yes Transaction type name
DESCRIPTION VARCHAR2 (2000)
Description
STATUS VARCHAR2 (1)
Enabled flag
QUOTA_FLAG VARCHAR2 (1) Yes Quota flag
ENABLED_FLAG VARCHAR2 (1) Yes Flag to indicate the sales credit type is active
START_DATE_ACTIVE DATE

Date record becomes active
END_DATE_ACTIVE DATE

Date record becomes inactive
Query Text

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


SELECT ID1
,      ID2
,      NAME
,      DESCRIPTION
,      STATUS
,      QUOTA_FLAG
,      ENABLED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.OKX_SALES_CRED_TYPES_V;

Dependencies

[top of page]

APPS.OKX_SALES_CRED_TYPES_V references the following:

SchemaAPPS
SynonymOE_SALES_CREDIT_TYPES

APPS.OKX_SALES_CRED_TYPES_V is not referenced by any database object