[Home] [Help]
[Dependency Information]
| Object Name: | OKI_SCREDIT_DTL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
View to store Sales credits information for service lines
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SLE_ID | NUMBER | Internal contract line identifier for the original service line | ||
| CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract Number |
| CONTRACT_NUMBER_MODIFIER | VARCHAR2 | (120) | Contract Number Modifier | |
| COMPLETE_K_NUMBER | VARCHAR2 | (241) | Complete Contract Number | |
| RESOURCE_ID | NUMBER | Yes | Internal identifier for the salesperson resource of the original contract | |
| CREDIT_TYPE | VARCHAR2 | (240) | Yes | Credit Type |
| SALES_CREDIT_PERCENT | NUMBER | Yes | Sales Credit Percent | |
| RESOURCE_GROUP_ID | NUMBER | Internal identifier for the resource group of the renewal contract |
Cut, paste (and edit) the following text to query this object:
SELECT SLE_ID
, CONTRACT_NUMBER
, CONTRACT_NUMBER_MODIFIER
, COMPLETE_K_NUMBER
, RESOURCE_ID
, CREDIT_TYPE
, SALES_CREDIT_PERCENT
, RESOURCE_GROUP_ID
FROM APPS.OKI_SCREDIT_DTL_V;
APPS
BIS_COMMON_PARAMETERS
- show dependent code
JTF_RS_SALESREPS
OE_SALES_CREDIT_TYPES
OKC_UTIL
- show dependent code
OKI_SRM_005_V
OKS_K_SALES_CREDITS
APPS.OKI_SCREDIT_DTL_V is not referenced by any database object
|
|
|
|