PO_NOTES replacement in R12.1.3 [message #673380] |
Sun, 18 November 2018 22:50 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/2cf0127eac6a5c3a516536d3a853ad8c?s=64&d=mm&r=g) |
adfnewbie
Messages: 54 Registered: January 2016
|
Member |
|
|
Hi People,
I am working on an 11i to R12 upgrade project and I need to change the code from 11i to make it R12 compliant.
I am not able to find replacement for PO_NOTES and PO_NOTE_REFERENCES tables in R12.
Which are the tables in R12.1.3 that have replaced PO_NOTES & PO_NOTE_REFERENCES tables from 11i?
Thanks
|
|
|
Re: PO_NOTES replacement in R12.1.3 [message #673386 is a reply to message #673380] |
Mon, 19 November 2018 05:35 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
From the ETRM for release 11.5,
Quote:TABLE: PO.PO_NOTES
Object Details
Object Name: PO_NOTES
Object Type: TABLE
Owner: PO
FND Design Data: PO.PO_NOTES
Subobject Name:
Status: VALID
This table is no longer used. So it looks as though your code really shouldn't be trying to use it in 11 either. Do you really need it?
|
|
|