Search Results so_sales_credit_types_115
Overview
SO_SALES_CREDIT_TYPES_115 is a reference (lookup) table owned by the OE schema within the Oracle Order Entry (Order Management) product family. It stores the set of sales credit types that Oracle E-Business Suite uses to classify and attribute sales credit when order lines, sales orders, and receivables transactions are recorded. Each row defines a distinct credit type — for example, quota-bearing versus non-quota credit — along with the enablement status and descriptive attributes that control how the credit is applied throughout the order-to-cash flow.
The table occupies a central, low-volatility position in the sales credit model. It is referenced by sales credit transactions, salesrep definitions, and the various interface and staging tables that move credit data between Order Management, Receivables, Advanced Supply Chain, and Service modules. Under a heuristic Data Vault classification derived from the foreign-key structure, this object is best modeled as a hub: it carries a stable business key and serves as the anchor point from which multiple dependent satellite and link relationships radiate.
Key Information Stored
The table contains 26 documented columns. The most significant are the following:
- SALES_CREDIT_TYPE_ID — the surrogate primary key, uniquely enforced by the SO_SALES_CREDIT_TYPES_115_PK constraint and by the unique index SO_SALES_CREDIT_TYPES_115_U1. This numeric identifier is the value stored in all downstream foreign-key references.
- NAME — the business-key candidate, uniquely enforced by the SO_SALES_CREDIT_TYPES_115_U2 unique index and by the SO_SALES_CREDIT_TYPES_115_UK1 constraint. It is the user-visible credit type name.
- DESCRIPTION — free-form text describing the purpose of the credit type.
- QUOTA_FLAG — indicates whether credit of this type counts toward quota.
- ENABLED_FLAG — controls whether the credit type is active and selectable in transactions.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — the standard WHO audit columns recording who created and last modified each row.
- CONTEXT and ATTRIBUTE1 through ATTRIBUTE15 — the standard Oracle descriptive flexfield (DFF) columns, available for customer-specific extensions.
Common Use Cases and Queries
Typical reporting and integration scenarios retrieve the enabled credit types available for assignment, resolve the ID-to-name mapping for sales credit reports, and validate interface records before import. A common query joins the reference table to sales credit facts to produce readable reports:
- Listing active credit types:
SELECT sales_credit_type_id, name, quota_flag FROM oe.so_sales_credit_types_115 WHERE enabled_flag = 'Y' ORDER BY name; - Resolving credit contributions:
SELECT sc.sales_credit_type_id, sct.name, SUM(sc.percent) FROM oe.so_sales_credits sc, oe.so_sales_credit_types_115 sct WHERE sc.sales_credit_type_id = sct.sales_credit_type_id GROUP BY sc.sales_credit_type_id, sct.name; - Validating interface data by joining SO_SALES_CREDITS_INTERFACE or OE_CREDITS_IFACE_ALL on SALES_CREDIT_TYPE_ID to confirm each referenced type exists and is enabled prior to import.
Related Objects
The foreign-key metadata identifies this table as a heavily referenced hub. The most significant dependent objects are:
- SO_SALES_CREDITS (OE) — joined on SALES_CREDIT_TYPE_ID; the primary transaction-level credit attribution table.
- SO_SALES_CREDITS_INTERFACE (OE) — joined on SALES_CREDIT_TYPE_ID and SALES_CREDIT_TYPE; the open interface for importing credit records.
- OE_SALES_CREDITS (OE) — joined on SALES_CREDIT_TYPE_ID; legacy/order-entry credit records.
- OE_CREDITS_IFACE_ALL (OE) — joined on SALES_CREDIT_TYPE_ID; credit interface staging.
- RA_SALESREPS_ALL (AR) — joined on SALES_CREDIT_TYPE_ID; salesrep definitions referencing a default credit type.
- RA_INTERFACE_SALESCREDITS_ALL (AR) — joined on SALES_CREDIT_TYPE_ID; Receivables credit interface.
- PA_IMPLEMENTATIONS_ALL (PA) — related through SALES_CREDIT_TYPE_CODE; implementation settings for credit types.
- ASO_SALES_CREDITS and OE_SALES_CREDIT_TYPES — additional referencing tables joined on SALES_CREDIT_TYPE_ID.
-
Table: SO_SALES_CREDIT_TYPES_115
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDIT_TYPES_115, object_name:SO_SALES_CREDIT_TYPES_115, status:VALID, product: OE - Order Entry , description: Sales credit types , implementation_dba_data: OE.SO_SALES_CREDIT_TYPES_115 ,
-
Table: SO_SALES_CREDIT_TYPES_115
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDIT_TYPES_115, object_name:SO_SALES_CREDIT_TYPES_115, status:VALID, product: OE - Order Entry , description: Sales credit types , implementation_dba_data: OE.SO_SALES_CREDIT_TYPES_115 ,
-
Table: SO_SALES_CREDITS_INTERFACE
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDITS_INTERFACE, object_name:SO_SALES_CREDITS_INTERFACE, status:VALID, product: OE - Order Entry , description: Imported sales credit information , implementation_dba_data: OE.SO_SALES_CREDITS_INTERFACE ,
-
VIEW: OE.SO_SALES_CREDIT_TYPES_115#
12.2.2
owner:OE, object_type:VIEW, object_name:SO_SALES_CREDIT_TYPES_115#, status:VALID,
-
SYNONYM: APPS.SO_SALES_CREDIT_TYPES_115
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_SALES_CREDIT_TYPES_115, status:VALID,
-
SYNONYM: APPS.SO_SALES_CREDIT_TYPES_115
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_SALES_CREDIT_TYPES_115, status:VALID,
-
Table: SO_SALES_CREDITS_INTERFACE
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDITS_INTERFACE, object_name:SO_SALES_CREDITS_INTERFACE, status:VALID, product: OE - Order Entry , description: Imported sales credit information , implementation_dba_data: OE.SO_SALES_CREDITS_INTERFACE ,
-
VIEW: APPS.SO_LINE_SALES_CREDITS
12.1.1
-
VIEW: OE.SO_SALES_CREDIT_TYPES_115#
12.2.2
-
VIEW: APPS.SO_LINE_SALES_CREDITS
12.2.2
-
Table: SO_SALES_CREDITS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDITS, object_name:SO_SALES_CREDITS, status:VALID, product: OE - Order Entry , description: Order and order line sales credits , implementation_dba_data: OE.SO_SALES_CREDITS ,
-
TABLE: OE.SO_SALES_CREDIT_TYPES_115
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDIT_TYPES_115, object_name:SO_SALES_CREDIT_TYPES_115, status:VALID,
-
Table: PA_IMPLEMENTATIONS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID, product: PA - Projects , description: Information about the configuration of an Oracle Projects installation , implementation_dba_data: PA.PA_IMPLEMENTATIONS_ALL ,
-
Table: SO_SALES_CREDITS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDITS, object_name:SO_SALES_CREDITS, status:VALID, product: OE - Order Entry , description: Order and order line sales credits , implementation_dba_data: OE.SO_SALES_CREDITS ,
-
TABLE: OE.SO_SALES_CREDIT_TYPES_115
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDIT_TYPES_115, object_name:SO_SALES_CREDIT_TYPES_115, status:VALID,
-
View: SO_LINE_SALES_CREDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINE_SALES_CREDITS, object_name:SO_LINE_SALES_CREDITS, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_LINE_SALES_CREDITS ,
-
12.2.2 DBA Data
12.2.2
-
Table: PA_IMPLEMENTATIONS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID, product: PA - Projects , description: Information about the configuration of an Oracle Projects installation , implementation_dba_data: PA.PA_IMPLEMENTATIONS_ALL ,
-
Table: RA_SALESREPS_ALL
12.1.1
product: AR - Receivables , description: Information about salespeople , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.SO_LINE_SALES_CREDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINE_SALES_CREDITS, object_name:SO_LINE_SALES_CREDITS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: SO_LINE_SALES_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINE_SALES_CREDITS, object_name:SO_LINE_SALES_CREDITS, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_LINE_SALES_CREDITS ,
-
12.1.1 FND Design Data
12.1.1
-
Table: RA_SALESREPS_ALL
12.2.2
product: AR - Receivables , description: Information about salespeople , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.SO_LINE_SALES_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINE_SALES_CREDITS, object_name:SO_LINE_SALES_CREDITS, status:VALID,
-
View: AS_DOSSIER_REPS_UNIONALL_V
12.1.1
product: AS - Sales Foundation , description: Union all view of order history sales representatives , implementation_dba_data: Not implemented in this database ,
-
View: AS_DOSSIER_REPS_UNIONALL_V
12.2.2
product: AS - Sales Foundation , description: Union all view of order history sales representatives , implementation_dba_data: Not implemented in this database ,
-
View: AS_OTH_SALESREPS_V
12.1.1
product: AS - Sales Foundation , description: Salesperson Definition View for Others type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_OTH_SALESREPS_V
12.2.2
product: AS - Sales Foundation , description: Salesperson Definition View for Others type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_PTR_SALESREPS_V
12.1.1
product: AS - Sales Foundation , description: Salesperson Definition View for Partner type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_EMP_SALESREPS_V
12.2.2
product: AS - Sales Foundation , description: Salesperson Definition View for Employee type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_EMP_SALESREPS_V
12.1.1
product: AS - Sales Foundation , description: Salesperson Definition View for Employee type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_PTR_SALESREPS_V
12.2.2
product: AS - Sales Foundation , description: Salesperson Definition View for Partner type salesreps , implementation_dba_data: Not implemented in this database ,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2