[Home] [Help]
[Dependency Information]
Object Name: | ASO_I_SALES_CREDIT_TYPES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SALES_CREDIT_TYPE_ID | NUMBER | Yes | unique identifier of the sales credit | |
NAME | VARCHAR2 | (240) | Yes | Name of the sales credit type |
DESCRIPTION | VARCHAR2 | (2000) | Description of the sales credit type | |
QUOTA_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the sales credit type is a quota or a non quota flag |
ENABLED_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the sales credit type is active |
CONTEXT | VARCHAR2 | (30) | context |
Cut, paste (and edit) the following text to query this object:
SELECT SALES_CREDIT_TYPE_ID
, NAME
, DESCRIPTION
, QUOTA_FLAG
, ENABLED_FLAG
, CONTEXT
FROM APPS.ASO_I_SALES_CREDIT_TYPES_V;
|
|
|