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


TABLE: OSM.AS_SALES_CREDITS_LOG

Object Details
Object Name: AS_SALES_CREDITS_LOG
Object Type: TABLE
Owner: OSM
FND Design Data: TableAS.AS_SALES_CREDITS_LOG
Subobject Name:
Status: VALID


AS_SALES_CREDITS stores the sales credit information for
various sales credit types for a line in AS_LEAD_LINES_ALL.
The credit_type_id is foreign key into oe_sales_credit_types table.
The revenue credit type id (forecast credits) is set in profile option
OS: Forecast Credit Type. The non revenue credit type id (quota credits)
is set in profile option OS: Quota Credit Type
A sales credit record can be associated with either a salesforce
partner or a salesforce employee. Either the person_id column or the
partner columns (partner_customer_id and partner_address_id) will be
populated, but not both.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AS_SALES_CREDITS_LOG_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOG_ID
AS_SALES_CREDITS_LOG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLAST_UPDATE_DATE
ColumnSALES_CREDIT_ID
AS_SALES_CREDITS_LOG_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEAD_LINE_ID
AS_SALES_CREDITS_LOG_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSALES_CREDIT_ID
AS_SALES_CREDITS_LOG_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEAD_ID
Columns
Name Datatype Length Mandatory Comments
LOG_MODE VARCHAR2 (1) Yes Log mode
SALES_CREDIT_ID NUMBER
Yes Sales credit identifier
LOG_ID NUMBER
Yes Sales credit log identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER

Standard who column
LEAD_ID NUMBER
Yes Lead identifier
LEAD_LINE_ID NUMBER
Yes Lead line identifier
SALESFORCE_ID NUMBER

Salesforce member identifier who has credit on this purchase item
SALESGROUP_ID NUMBER

Sales group identifier which the sales rep belongs to
CREDIT_TYPE_ID NUMBER

Credit Type identifier of the sales credit, from OE_SALES_CREDIT_TYPES
CREDIT_PERCENT NUMBER

Credit percentage (0 - 100) with the credit type defined by column CREDIT_TYPE
CREDIT_AMOUNT NUMBER

Credit amount with the credit type defined by the column CREDIT_TYPE
OBJECT_VERSION_NUMBER NUMBER

Object Version Number
OPP_WORST_FORECAST_AMOUNT NUMBER

Worst Forecast Amount from Sales Credits Table
OPP_FORECAST_AMOUNT NUMBER

Forecast Amount from Sales Credits Table
OPP_BEST_FORECAST_AMOUNT NUMBER

Best Forecast Amount from Sales Credits Table
ENDDAY_LOG_FLAG VARCHAR2 (1)
If this log is the end day log.
Query Text

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


SELECT LOG_MODE
,      SALES_CREDIT_ID
,      LOG_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LEAD_ID
,      LEAD_LINE_ID
,      SALESFORCE_ID
,      SALESGROUP_ID
,      CREDIT_TYPE_ID
,      CREDIT_PERCENT
,      CREDIT_AMOUNT
,      OBJECT_VERSION_NUMBER
,      OPP_WORST_FORECAST_AMOUNT
,      OPP_FORECAST_AMOUNT
,      OPP_BEST_FORECAST_AMOUNT
,      ENDDAY_LOG_FLAG
FROM OSM.AS_SALES_CREDITS_LOG;

Dependencies

[top of page]

OSM.AS_SALES_CREDITS_LOG does not reference any database object

OSM.AS_SALES_CREDITS_LOG is referenced by following:

SchemaAPPS
SynonymAS_SALES_CREDITS_LOG