[Home] [Help]
[Dependency Information]
Object Name: | PO_VEND_ASC |
---|---|
Object Type: | TABLE |
Owner: | GML |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains vendor relationships. The only supported relationship is a Pay/Ship vendor relationship. This is used mainly in Stock Receipts, since Purchase Orders are entered in Oracle Purchasing. Vendor information is transferred from Oracle Purchasing via a database trigger. The relationship of vendors from that application is updated in this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_VEND_ASC_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VEND_ID | NUMBER | (10) | Yes | Must have payment_ind=1 on po_vend_mst. |
ASSOCVEND_ID | NUMBER | (10) | Yes | Must have ship_ind=1 in po_vend_mst. |
ASSOC_TYPE | NUMBER | (5) | Yes | 1=shipping vendor. |
CREATION_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
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 | |
TRANS_CNT | NUMBER | (10) | Not currently used | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent who column | |
PROGRAM_ID | NUMBER | (15) | Concurrent who column | |
PROGRAM_UPDATE_DATE | DATE | Concurrent who column | ||
REQUEST_ID | NUMBER | (15) | Concurrent who column |
Cut, paste (and edit) the following text to query this object:
SELECT VEND_ID
, ASSOCVEND_ID
, ASSOC_TYPE
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, LAST_UPDATED_BY
, DELETE_MARK
, TEXT_CODE
, TRANS_CNT
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
FROM GML.PO_VEND_ASC;
GML.PO_VEND_ASC does not reference any database object
GML.PO_VEND_ASC is referenced by following:
|
|
|