<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Finally! An OE_Order_PUB.Process_Order Script That Works!</title>
	<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/</link>
	<description>A forum for sharing Oracle knowledge!</description>
	<pubDate>Tue,  6 Jan 2009 07:11:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Raghavendra Prasad</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-14682</link>
		<pubDate>Fri, 26 Dec 2008 05:06:24 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-14682</guid>
					<description>hi, 

I read u r artcile , very nice. 

but i have one dought , when i am creating order in Booked mode is it required any other values , and also in the API , one column is there that is caliculated_flag is 'Y' Means What. and What is Price Adjustment .

Please help me how can i know these things, if is there any solution  pelase provide me. 

Advance Thank You,

Regards 

Raghavendra Prasad Madala</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>I read u r artcile , very nice. </p>
<p>but i have one dought , when i am creating order in Booked mode is it required any other values , and also in the API , one column is there that is caliculated_flag is &#8216;Y&#8217; Means What. and What is Price Adjustment .</p>
<p>Please help me how can i know these things, if is there any solution  pelase provide me. </p>
<p>Advance Thank You,</p>
<p>Regards </p>
<p>Raghavendra Prasad Madala
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jag Biradar</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-10577</link>
		<pubDate>Tue, 21 Oct 2008 06:11:06 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-10577</guid>
					<description>Great information. Many thanks</description>
		<content:encoded><![CDATA[<p>Great information. Many thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rahul</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-7371</link>
		<pubDate>Thu, 21 Aug 2008 17:40:11 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-7371</guid>
					<description>I am using this API in BPEL for creating the order and uupdating the order.
But BPEl does not support the table type.
Then what should i do in this case.
For this I've created the object type of the table type and then the VARRAY.
But still this is not working.
Please help me how I   can do this without using the Table type as the parameter.
I mean I've to change the table type in to the any other type of collection.


Thanks in advance</description>
		<content:encoded><![CDATA[<p>I am using this API in BPEL for creating the order and uupdating the order.<br />
But BPEl does not support the table type.<br />
Then what should i do in this case.<br />
For this I&#8217;ve created the object type of the table type and then the VARRAY.<br />
But still this is not working.<br />
Please help me how I   can do this without using the Table type as the parameter.<br />
I mean I&#8217;ve to change the table type in to the any other type of collection.</p>
<p>Thanks in advance
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: rafee</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6603</link>
		<pubDate>Fri, 01 Aug 2008 16:44:28 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6603</guid>
					<description>I am finding difficulties while updating payment_term_id,ordered_quantity ,unit_selling_price based on some custom conditions.
if a=0 then 
 l_line_tbl (l_num_ctr).payment_term_id := 1185;
elsif a=1 then
 l_line_tbl (l_num_ctr).shipping_method_code := l_shipping_method_code;
elsif........
API is not returning code is succes.But values are no getting updated...
what could be the resons..
pls help me in this issue...</description>
		<content:encoded><![CDATA[<p>I am finding difficulties while updating payment_term_id,ordered_quantity ,unit_selling_price based on some custom conditions.<br />
if a=0 then<br />
 l_line_tbl (l_num_ctr).payment_term_id := 1185;<br />
elsif a=1 then<br />
 l_line_tbl (l_num_ctr).shipping_method_code := l_shipping_method_code;<br />
elsif&#8230;&#8230;..<br />
API is not returning code is succes.But values are no getting updated&#8230;<br />
what could be the resons..<br />
pls help me in this issue&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Praveen Kumar</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6507</link>
		<pubDate>Wed, 30 Jul 2008 10:25:59 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6507</guid>
					<description>Hi Bryan,
I want to create an order by using the api oe_order_pub.order_proceess. But when I am using the given code for my parameter values then There is no output is coming.
Can you send the code again to my ID.
It would be helpful for me.


Thanks,

Praveen Jindal</description>
		<content:encoded><![CDATA[<p>Hi Bryan,<br />
I want to create an order by using the api oe_order_pub.order_proceess. But when I am using the given code for my parameter values then There is no output is coming.<br />
Can you send the code again to my ID.<br />
It would be helpful for me.</p>
<p>Thanks,</p>
<p>Praveen Jindal
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bryan</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6191</link>
		<pubDate>Tue, 22 Jul 2008 18:56:11 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6191</guid>
					<description>I haven't run this code in R12, so I'm unsure as to what changes would be needed to make it compadible.  I don't know the default org in the Vision R12 instance off hand.

If you figure out what changes are needed to successfully run the script in R12 I definitely would be interested to know what changes were needed.

Thanks,

Bryan</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t run this code in R12, so I&#8217;m unsure as to what changes would be needed to make it compadible.  I don&#8217;t know the default org in the Vision R12 instance off hand.</p>
<p>If you figure out what changes are needed to successfully run the script in R12 I definitely would be interested to know what changes were needed.</p>
<p>Thanks,</p>
<p>Bryan
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pradip</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6189</link>
		<pubDate>Tue, 22 Jul 2008 18:27:19 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6189</guid>
					<description>i am unable to use this in r12 vision database...its gives me errors 

SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.VALIDATE_ORGID_PUB_API, N, ERRNO, -20001, N, REASON, ORA-20001: in Package OE_Order_PUB Procedure Process_Order
message index is: 1

if u can also tell the defult org and operationg on the demo instance
i can try to run it</description>
		<content:encoded><![CDATA[<p>i am unable to use this in r12 vision database&#8230;its gives me errors </p>
<p>SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.VALIDATE_ORGID_PUB_API, N, ERRNO, -20001, N, REASON, ORA-20001: in Package OE_Order_PUB Procedure Process_Order<br />
message index is: 1</p>
<p>if u can also tell the defult org and operationg on the demo instance<br />
i can try to run it
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pradip</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6145</link>
		<pubDate>Mon, 21 Jul 2008 17:57:48 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-6145</guid>
					<description>Thanks a lot... Just needed this...</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230; Just needed this&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: AMAN KHURANA</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-4874</link>
		<pubDate>Mon, 23 Jun 2008 07:31:55 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-4874</guid>
					<description>Hi Bryan,
                       Thanks for such an useful article. Can u plz send me the code for cancellation of order line? Please send me ASAP.

Regards,

Aman</description>
		<content:encoded><![CDATA[<p>Hi Bryan,<br />
                       Thanks for such an useful article. Can u plz send me the code for cancellation of order line? Please send me ASAP.</p>
<p>Regards,</p>
<p>Aman
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Indu</title>
		<link>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-3011</link>
		<pubDate>Fri, 18 Apr 2008 14:16:57 +0000</pubDate>
		<guid>http://www.bryanthompsononline.com/oracle/2007/12/06/finally-an-oe_order_pubprocess_order-script-that-works/#comment-3011</guid>
					<description>Hi Bryan,
I want to create many orders.
i call the API in a loop and initialize the header records to miss_record.

But still then only one order is created for every run of my program. How to handle this?

Thanks,
Indu</description>
		<content:encoded><![CDATA[<p>Hi Bryan,<br />
I want to create many orders.<br />
i call the API in a loop and initialize the header records to miss_record.</p>
<p>But still then only one order is created for every run of my program. How to handle this?</p>
<p>Thanks,<br />
Indu
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
