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


VIEW: APPS.OKI_SCREDIT_DTL_V

Object Details
Object Name: OKI_SCREDIT_DTL_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID


View to store Sales credits information for service lines


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKI_SCREDIT_DTL_V references the following:

SchemaAPPS
PL/SQL PackageBIS_COMMON_PARAMETERS - show dependent code
SynonymJTF_RS_SALESREPS
SynonymOE_SALES_CREDIT_TYPES
PL/SQL PackageOKC_UTIL - show dependent code
ViewOKI_SRM_005_V
SynonymOKS_K_SALES_CREDITS

APPS.OKI_SCREDIT_DTL_V is not referenced by any database object