Import Standard PO [message #294282] |
Thu, 17 January 2008 01:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
satya.das2007
Messages: 33 Registered: February 2007 Location: India
|
Member |
|
|
Hi All,
I am trying to insert values into PO interface tables and then calling "Import Standard Purchase Order program" to populate data from interface table to base table.
But PO is not getting created even error table is not getting populated. I think the data is not picking up from interface table.
output file details:
Enter value for 12: EXEC FND_CONC_STAT.COLLECT; Enter Value for 14:
Please guide me.
Regards
Satya
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Import Standard PO [message #379807 is a reply to message #337848] |
Thu, 08 January 2009 00:37 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sappi51
Messages: 7 Registered: January 2009 Location: secundrabad
|
Junior Member |
|
|
Hi,
In the attached import Standard PO
what is Iappz_common_pkg.insert_conv_error
can u please provide what code will be in that package
|
|
|
|
Re: Import Standard PO [message #379826 is a reply to message #379820] |
Thu, 08 January 2009 01:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sappi51
Messages: 7 Registered: January 2009 Location: secundrabad
|
Junior Member |
|
|
Thanks.
In the packge you are defined the two procedures one for Headers and one for lines.
What about the distrbutions?
can u please give me some inputs.
|
|
|
|
Re: Import Standard PO [message #379831 is a reply to message #379827] |
Thu, 08 January 2009 01:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sappi51
Messages: 7 Registered: January 2009 Location: secundrabad
|
Junior Member |
|
|
OK.Thanks for your Response.
please provide the distribution aslo and if possible provide me your comman package for storing the error details.
Thanks
|
|
|
|
|
|
|
|
|
|
|
Re: Import Standard PO [message #380130 is a reply to message #380125] |
Fri, 09 January 2009 04:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
sreekee
Messages: 12 Registered: July 2008
|
Junior Member |
|
|
FOR DISTRIBUTIONS
INSERT INTO po_distributions_interface
(
interface_header_id,
interface_line_id,
interface_distribution_id,
quantity_ordered,
charge_account_id,
last_update_date,
last_updated_by,
creation_date,
created_by,
org_id
)
VALUES(GIVE your VALUES)
|
|
|