PO Interface Tables November 13, 2007
Posted by Muhammad Habib in Oracle Applications, Oracle Purchasing.trackback
If some customized system have the data and we want to Generate the interface of PO and to generate the PO directly in Oracle Purchasing; means we enter the data in our system and want a interface that directly generate the entry in PO tables, two interface tables are involved PO_HEADERS_INTERFACE and PO_LINES_INTERFACE:
INSERT INTO po.po_headers_interface
(interface_header_id, batch_id, process_code,
note_to_vendor, action, document_type_code,
currency_code, payment_terms,closed_code,
created_by, rate_type, rate_date, rate,
agent_name, agent_id, vendor_id, vendor_site_id,
ship_to_location_id, bill_to_location_id)
———-
INSERT INTO po.po_lines_interface
(interface_line_id,
interface_header_id, line_num,
line_type, item_id, item_description,
unit_of_measure, quantity,
unit_price, promised_date,
ship_to_organization_id,
ship_to_location_id,
closed_code,
created_by,
list_price_per_unit)
———–
hello Habib!!
This site is simply awesome!!
At least for beginners like me who have started working with Oracle Apps, this is a great start.
Would love to know more about Oracle Apps from you.
Veena
Thanks Veena.
Need your prayers.
Regards
Habib,
Thanks for sharing ur knowledge.This site is great.
Keep updating.
Thanks
Santosh
Does the Import Purchase Order Interface, or some other program, support the ability to change purchase order fields? I know the PO Change API can be used to change Quantity, Price and/or date, but I have other fields that need to be changed.
Hi Habib,
Can you please let me know is there any API which can handle the
PO interface.If so please le me know the API.
Thanks,
Nee
salaam habib bhai,
pls tell me what purpose of
po_requisitions_interface_all
po_req_dist_interface_all
tables,
‘
Hi,
I have a requirement a cancel a PO line and PO shipment line automatically for 2000+ records. Can you suggest is the interface tables supports it?
Please share the code if you have or share your experience
Thanks
Rajesha MS
HI Habbi, Your code is useful.
can u have any interface for po Receipt Returns.
Hi Habbi,
I am new to oracle apps.can you please mail me the necessary validation required in po and ap interface.
my mail id is binayb30@gmail.com
HI Habib,
You can tell if there is any interface to create releases of the purchase agreement on oracle purchases?
Would you have any examples of this?
Thanks!
Hi,
Very good document but after run import program lines are rejected.
How can I check error OR reasons for rejected lines?