[Home] [Help]
[Dependency Information]
| Object Name: | ASO_I_SALES_CREDIT_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ASO.ASO_I_SALES_CREDIT_TYPES_V
|
| 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;
APPS
OE_SALES_CREDIT_TYPES
APPS
AS_FORECAST_ACTUAL_PKG
- show dependent code
AS_SC_DENORM
- show dependent code
AS_SC_DENORM_TRG
- show dependent code
AS_VALIDATE_SETUP
- show dependent code
CN_API
- show dependent code
|
|
|
|