<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: APEX: Creating a form based on a procedure</title>
	<atom:link href="http://technology.amis.nl/2010/11/12/apex-creating-a-form-based-on-a-procedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2010/11/12/apex-creating-a-form-based-on-a-procedure/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apex-creating-a-form-based-on-a-procedure</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Shijesh</title>
		<link>http://technology.amis.nl/2010/11/12/apex-creating-a-form-based-on-a-procedure/#comment-6392</link>
		<dc:creator>Shijesh</dc:creator>
		<pubDate>Thu, 08 Dec 2011 13:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=8884#comment-6392</guid>
		<description><![CDATA[Nice Article...
I build couple of pages using forms based on procedure ... and I found that
1) We need to provide code for concurrency check (md5 checksum)
2) It would be nice if we can have control on the type of item (date picker , select list) Â and placement of items .. similar to .net.
Â 
Shijesh
Â ]]></description>
		<content:encoded><![CDATA[<p>Nice Article&#8230;<br />
I build couple of pages using forms based on procedure &#8230; and I found that<br />
1) We need to provide code for concurrency check (md5 checksum)<br />
2) It would be nice if we can have control on the type of item (date picker , select list) Â and placement of items .. similar to .net.<br />
Â <br />
Shijesh<br />
Â </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/2010/11/12/apex-creating-a-form-based-on-a-procedure/#comment-6391</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Mon, 13 Dec 2010 13:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=8884#comment-6391</guid>
		<description><![CDATA[Nice post about a cool APEX feature! But I believe that your cursor c_check isn&#039;t correct:
Say that you have two existing appointments
Â 12:00 45 minutes
Â 13:00 45 minutes
And you want to add a new appointment
Â 11:00 150 minutes
Your cursor will return 0.

Anton]]></description>
		<content:encoded><![CDATA[<p>Nice post about a cool APEX feature! But I believe that your cursor c_check isn&#8217;t correct:<br />
Say that you have two existing appointments<br />
Â 12:00 45 minutes<br />
Â 13:00 45 minutes<br />
And you want to add a new appointment<br />
Â 11:00 150 minutes<br />
Your cursor will return 0.</p>
<p>Anton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ino</title>
		<link>http://technology.amis.nl/2010/11/12/apex-creating-a-form-based-on-a-procedure/#comment-6390</link>
		<dc:creator>Ino</dc:creator>
		<pubDate>Thu, 18 Nov 2010 20:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=8884#comment-6390</guid>
		<description><![CDATA[Nice example and intro to using procedures.
Instead of changing the Apex code:
D_START_DATUM =&gt; TO_DATE(:P13_START_DATUM, &#039;DD-MON-YYYY HH24:MI&#039;)
I would make the procedure parameters all VARCHAR2 and do the to_date in the procedure.
Â 
Ino]]></description>
		<content:encoded><![CDATA[<p>Nice example and intro to using procedures.<br />
Instead of changing the Apex code:<br />
D_START_DATUM =&gt; TO_DATE(:P13_START_DATUM, &#8216;DD-MON-YYYY HH24:MI&#8217;)<br />
I would make the procedure parameters all VARCHAR2 and do the to_date in the procedure.<br />
Â <br />
Ino</p>
]]></content:encoded>
	</item>
</channel>
</rss>
