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


TABLE: PO.PO_MULTI_MOD_CHANGES

Object Details
Object Name: PO_MULTI_MOD_CHANGES
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.PO_MULTI_MOD_CHANGES
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_MULTI_MOD_CHANGES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMULTI_MOD_REQUEST_ID
Columns
Name Datatype Length Mandatory Comments
MULTI_MOD_CHANGE_ID NUMBER
Yes Multi-Mod Change unique identifier
MULTI_MOD_REQUEST_ID NUMBER
Yes Multi-Mod Request Id (References PO_MULTI_MOD_REQUESTS.MULTI_MOD_REQUEST_ID )
CHANGE_TYPE VARCHAR2 (30)
Change Type of the particular Change entry in the Request (Possible values: VENDOR, VENDOR_NAME, VENDOR_SITE_CONTACT, VENDOR_REMIT_ADDRESS)
OLD_VENDOR_ID NUMBER

Supplier identifier of the Old Supplier in the Request
OLD_VENDOR_NAME VARCHAR2 (240)
Supplier name of the Old Supplier in the Request
NEW_VENDOR_ID NUMBER

Supplier identifier of the New Supplier in the Request
NEW_VENDOR_NAME VARCHAR2 (240)
Supplier name of the New Supplier in the Request
ORG_ID NUMBER

Organization identifier of Org of the particular Change entry in the Request
OLD_VENDOR_SITE_ID NUMBER

Supplier Site identifier of the Old Supplier Site in the Request
NEW_VENDOR_SITE_ID NUMBER

Supplier Site identifier of the New Supplier Site in the Request
NEW_VENDOR_CONTACT_ID NUMBER

Supplier Contact identifier of the New Supplier Contact in the Request
OLD_REMIT_TO_ADDR NUMBER

Remit to Address identifier of the Old Remit to Address in the Request
NEW_REMIT_TO_ADDR NUMBER

Remit to Address identifier of the New Remit to Address in the Request
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
Query Text

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


SELECT MULTI_MOD_CHANGE_ID
,      MULTI_MOD_REQUEST_ID
,      CHANGE_TYPE
,      OLD_VENDOR_ID
,      OLD_VENDOR_NAME
,      NEW_VENDOR_ID
,      NEW_VENDOR_NAME
,      ORG_ID
,      OLD_VENDOR_SITE_ID
,      NEW_VENDOR_SITE_ID
,      NEW_VENDOR_CONTACT_ID
,      OLD_REMIT_TO_ADDR
,      NEW_REMIT_TO_ADDR
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      REQUEST_ID
FROM PO.PO_MULTI_MOD_CHANGES;

Dependencies

[top of page]

PO.PO_MULTI_MOD_CHANGES does not reference any database object

PO.PO_MULTI_MOD_CHANGES is referenced by following:

SchemaPO
ViewPO_MULTI_MOD_CHANGES#