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


TABLE: OKS.OKS_SALES_CREDITS_INTERFACE

Object Details
Object Name: OKS_SALES_CREDITS_INTERFACE
Object Type: TABLE
Owner: OKS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKS_SALES_CREDITS_INTERFACE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSALES_CREDIT_INTERFACE_ID
OKS_SALES_CREDITS_INTERFACE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnHEADER_INTERFACE_ID
Columns
Name Datatype Length Mandatory Comments
SALES_CREDIT_INTERFACE_ID NUMBER
Yes Primary Key
HEADER_INTERFACE_ID NUMBER
Yes Header interface id
SALESPERSON_NAME VARCHAR2 (150)
Sales person name
SALESPERSON_ID NUMBER

Sales person id
SALESGROUP_ID NUMBER

Sales group id
SALES_CREDIT_TYPE VARCHAR2 (40)
Sales credit type
PERCENT NUMBER

Percent
Query Text

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


SELECT SALES_CREDIT_INTERFACE_ID
,      HEADER_INTERFACE_ID
,      SALESPERSON_NAME
,      SALESPERSON_ID
,      SALESGROUP_ID
,      SALES_CREDIT_TYPE
,      PERCENT
FROM OKS.OKS_SALES_CREDITS_INTERFACE;

Dependencies

[top of page]

OKS.OKS_SALES_CREDITS_INTERFACE does not reference any database object

OKS.OKS_SALES_CREDITS_INTERFACE is referenced by following:

SchemaOKS
ViewOKS_SALES_CREDITS_INTERFACE#