Home » SQL & PL/SQL » SQL & PL/SQL » deleting vendors from po_vendors table
deleting vendors from po_vendors table [message #27434] |
Thu, 02 October 2003 07:50  |
Anne
Messages: 36 Registered: April 2002
|
Member |
|
|
I've been testing things in a testing environment by adding vendors with Dataload into the ap suppliers form in 11i. Would there cause any problems by me deleting these vendors from the po_vendors table by simply using this sql statement:
delete from apps.po_vendors where last_updated_by = 2545
I understand that other tables are involved such as:
AP_DISTRIBUTION_SETS_ALL
AP_TERMS_TL
FND_CURRENCIES
FND_CURRENCIES
GL_CODE_COMBINATIONS
GL_SETS_OF_BOOKS
ORG_FREIGHT_TL
PO_AGENTS
PO_VENDORS
But isn't there a trigger in the po_vendors table that will delete the information from all other tables?
Will I need to incorporate another script with the other tables that deletes the vendors?
|
|
|
|
|
|
Goto Forum:
Current Time: Sun Jun 08 11:56:15 CDT 2025
|