[Home] [Help]
[Dependency Information]
| Object Name: | OKX_SALES_CRED_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_SALES_CRED_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Displays the types of sales credit available.
| 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 |
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;
APPS
OE_SALES_CREDIT_TYPES
APPS.OKX_SALES_CRED_TYPES_V is not referenced by any database object
|
|
|
|