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


TABLE: POS.POS_SUP_PRODUCTS_SERVICES

Object Details
Object Name: POS_SUP_PRODUCTS_SERVICES
Object Type: TABLE
Owner: POS
FND Design Data: TablePOS.POS_SUP_PRODUCTS_SERVICES
Subobject Name:
Status: VALID


POS_SUP_PRODUCTS_SERVICES stores information about products and services that suppliers have indicated to the enterprise that they can provide.
For each row, the supplier is identified by VENDOR_ID; the product and service is identified by the values in a subset of the columns SEGMENT1 to SEGMENT20. The subset is defined in the POS: Product and Service Segment Definition profile option. Only segments in the flexfield structure for the default category set for the Purchasing functional area can be included in the subset.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
POS_SUP_PRODUCTS_SERVICES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCLASSIFICATION_ID
POS_SUP_PRODUCTS_SERVICES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnVENDOR_ID
POS_SUP_PRODUCTS_SERVICES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEGMENT_DEFINITION
Columns
Name Datatype Length Mandatory Comments
CLASSIFICATION_ID NUMBER (15) Yes Classification identifier
VENDOR_ID NUMBER
Yes Vendor identifier
SEGMENT1 VARCHAR2 (40)
Segment 1 for the product and service
SEGMENT2 VARCHAR2 (40)
Segment 2 for the product and service
SEGMENT3 VARCHAR2 (40)
Segment 3 for the product and service
SEGMENT4 VARCHAR2 (40)
Segment 4 for the product and service
SEGMENT5 VARCHAR2 (40)
Segment 5 for the product and service
SEGMENT6 VARCHAR2 (40)
Segment 6 for the product and service
SEGMENT7 VARCHAR2 (40)
Segment 7 for the product and service
SEGMENT8 VARCHAR2 (40)
Segment 8 for the product and service
SEGMENT9 VARCHAR2 (40)
Segment 9 for the product and service
SEGMENT10 VARCHAR2 (40)
Segment 10 for the product and service
SEGMENT11 VARCHAR2 (40)
Segment 11 for the product and service
SEGMENT12 VARCHAR2 (40)
Segment 12 for the product and service
SEGMENT13 VARCHAR2 (40)
Segment 13 for the product and service
SEGMENT14 VARCHAR2 (40)
Segment 14 for the product and service
SEGMENT15 VARCHAR2 (40)
Segment 15 for the product and service
SEGMENT16 VARCHAR2 (40)
Segment 16 for the product and service
SEGMENT17 VARCHAR2 (40)
Segment 17 for the product and service
SEGMENT18 VARCHAR2 (40)
Segment 18 for the product and service
SEGMENT19 VARCHAR2 (40)
Segment 19 for the product and service
SEGMENT20 VARCHAR2 (40)
Segment 20 for the product and service
STATUS VARCHAR2 (30) Yes Status of the classification
SEGMENT_DEFINITION VARCHAR2 (80) Yes Segment definition used by this row
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT CLASSIFICATION_ID
,      VENDOR_ID
,      SEGMENT1
,      SEGMENT2
,      SEGMENT3
,      SEGMENT4
,      SEGMENT5
,      SEGMENT6
,      SEGMENT7
,      SEGMENT8
,      SEGMENT9
,      SEGMENT10
,      SEGMENT11
,      SEGMENT12
,      SEGMENT13
,      SEGMENT14
,      SEGMENT15
,      SEGMENT16
,      SEGMENT17
,      SEGMENT18
,      SEGMENT19
,      SEGMENT20
,      STATUS
,      SEGMENT_DEFINITION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM POS.POS_SUP_PRODUCTS_SERVICES;

Dependencies

[top of page]

POS.POS_SUP_PRODUCTS_SERVICES does not reference any database object

POS.POS_SUP_PRODUCTS_SERVICES is referenced by following:

SchemaPOS
ViewPOS_SUP_PRODUCTS_SERVICES#