[Home] [Help]
[Dependency Information]
Object Name: | PO_VEND_CLS |
---|---|
Object Type: | TABLE |
Owner: | GML |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Vendor classes are defined in this table for the general grouping of vendors for reporting or other purposes. Vendor classes defined in OPM can be entered on the Supplier in Oracle Purchasing via specific descriptive flexfields which are defined for this information.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_VEND_CLS_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VEND_CLASS | VARCHAR2 | (8) | Yes | Unique vendor class entered by the user. |
VEND_CLASS_DESC | VARCHAR2 | (70) | Yes | User entered description |
CREATION_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
TRANS_CNT | NUMBER | (10) | Not currently used | |
DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module |
Cut, paste (and edit) the following text to query this object:
SELECT VEND_CLASS
, VEND_CLASS_DESC
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
FROM GML.PO_VEND_CLS;
GML.PO_VEND_CLS does not reference any database object
GML.PO_VEND_CLS is referenced by following:
|
|
|