[Home] [Help]
[Dependency Information]
Object Name: | POS_SUP_PRODUCTS_SERVICES |
---|---|
Object Type: | TABLE |
Owner: | POS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
POS_SUP_PRODUCTS_SERVICES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
POS_SUP_PRODUCTS_SERVICES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
POS_SUP_PRODUCTS_SERVICES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
POS.POS_SUP_PRODUCTS_SERVICES does not reference any database object
POS.POS_SUP_PRODUCTS_SERVICES is referenced by following:
|
|
|