<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-5495812930803469387.post8448307935361088541..comments</id><updated>2009-04-08T14:20:34.814-07:00</updated><title type='text'>Comments on ITNirvanas (Datwarehousing/Oracle/Informatica/Unix/D2K Plus interview questions): Trigger Firing sequence in D2K (Oracle Forms)</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.itnirvanas.com/feeds/8448307935361088541/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5495812930803469387/8448307935361088541/comments/default'/><link rel='alternate' type='text/html' href='http://www.itnirvanas.com/2009/01/trigger-firing-sequence-in-d2k-oracle.html'/><author><name>ITNirvanas</name><uri>http://www.blogger.com/profile/16667563005338929437</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5495812930803469387.post-3652353327376761845</id><published>2009-04-08T14:20:00.000-07:00</published><updated>2009-04-08T14:20:00.000-07:00</updated><title type='text'>Thanks Suman for information provided.I will post ...</title><content type='html'>Thanks Suman for information provided.I will post these as articles.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5495812930803469387/8448307935361088541/comments/default/3652353327376761845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5495812930803469387/8448307935361088541/comments/default/3652353327376761845'/><link rel='alternate' type='text/html' href='http://www.itnirvanas.com/2009/01/trigger-firing-sequence-in-d2k-oracle.html?showComment=1239225600000#c3652353327376761845' title=''/><author><name>ITNirvanas</name><uri>http://www.blogger.com/profile/16667563005338929437</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11047586942755715774'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.itnirvanas.com/2009/01/trigger-firing-sequence-in-d2k-oracle.html' ref='tag:blogger.com,1999:blog-5495812930803469387.post-8448307935361088541' source='http://www.blogger.com/feeds/5495812930803469387/posts/default/8448307935361088541' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-5495812930803469387.post-3680090321731060016</id><published>2009-04-06T10:56:00.000-07:00</published><updated>2009-04-06T10:56:00.000-07:00</updated><title type='text'>12You can use the lexical parameters at From claus...</title><content type='html'>12&lt;BR/&gt;You can use the lexical parameters at From clause but you have to use lexical parameter as given below.&lt;BR/&gt;&lt;BR/&gt;SELECT &amp;#39;last_name&amp;#39; client_last_name, &amp;#39;first_name&amp;#39; client_first_name,&lt;BR/&gt;&amp;#39;mailing_address1&amp;#39; mailing_address, &amp;#39;city&amp;#39; city&lt;BR/&gt;FROM dual&lt;BR/&gt;WHERE 1=2&lt;BR/&gt;&amp;amp;RGROUP1&lt;BR/&gt;&lt;BR/&gt;In above query I have used 2 lexical parameters and while calling the above report pass the &amp;amp;RGOUP1 values using the below statement.&lt;BR/&gt;&lt;BR/&gt;:RGROUP1 := &amp;#39;UNION SELECT &amp;#39;last_name&amp;#39; client_last_name, &amp;#39;first_name&amp;#39; &lt;BR/&gt;client_first_name, &amp;#39;mailing_address1&amp;#39; mailing_address, &amp;#39;city&amp;#39; city&lt;BR/&gt;FROM emp_det&amp;#39;&lt;BR/&gt;Using the above method you can generate the dynamic query in the report.&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt; &lt;BR/&gt;Lexical references is used to runtime dynamic where conditions. If you create query through query builder colon(:) must be used and this is used in after parameter form.&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;You can use the lexical parameters at From clause but you have to use lexical parameter as given below.&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;SELECT &amp;#39;last_name&amp;#39; client_last_name &amp;#39;first_name&amp;#39; client_first_name &lt;BR/&gt;&amp;#39;mailing_address1&amp;#39; mailing_address &amp;#39;city&amp;#39; city&lt;BR/&gt;&lt;BR/&gt;FROM dual&lt;BR/&gt;WHERE 1 2&lt;BR/&gt;&amp;amp;RGROUP1&lt;BR/&gt;&lt;BR/&gt;In above query I have used 2 lexical parameters and while calling the above report pass the &amp;amp;RGOUP1 values using the below statement.&lt;BR/&gt;&lt;BR/&gt;:RGROUP1 : &amp;#39;UNION &lt;BR/&gt;SELECT &amp;#39;last_name&amp;#39; client_last_name &amp;#39;first_name&amp;#39; &lt;BR/&gt;client_first_name &amp;#39;mailing_address1&amp;#39; mailing_address &amp;#39;city&amp;#39; city&lt;BR/&gt;&lt;BR/&gt;FROM emp_det&amp;#39;&lt;BR/&gt;Using the above method you can generate the dynamic query in the report.&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;12&lt;BR/&gt;Scroll bar on tab pages &lt;BR/&gt;Can we add scroll bar at on all tab pages in a single canvas? If yes then how:&lt;BR/&gt;&lt;BR/&gt; &lt;BR/&gt;&lt;BR/&gt;You can put a Stacked Canvas on Tab Pages. A Stack Canvas can have Scroll Bars. You Can hide and show the Stacked canvas according to requirements.&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;12&lt;BR/&gt;Open Form Example &lt;BR/&gt;Give an example for open_form with parameter passing from one form to another form &lt;BR/&gt;&lt;BR/&gt;BEGIN&lt;BR/&gt;CALL_FORM(&amp;#39;FORM2&amp;#39; &lt;BR/&gt;NO_HIDE &lt;BR/&gt;DO_REPLACE -- replace menu&lt;BR/&gt;NO_QUERY_ONLY &lt;BR/&gt;SHARE_LIBRARY_DATA);&lt;BR/&gt;END;&lt;BR/&gt;&lt;BR/&gt;look at the forms help for the differences between OPEN_FORM and CALL_FORM.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5495812930803469387/8448307935361088541/comments/default/3680090321731060016'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5495812930803469387/8448307935361088541/comments/default/3680090321731060016'/><link rel='alternate' type='text/html' href='http://www.itnirvanas.com/2009/01/trigger-firing-sequence-in-d2k-oracle.html?showComment=1239040560000#c3680090321731060016' title=''/><author><name>Suman</name><uri>http://www.blogger.com/profile/05000004344063562747</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.itnirvanas.com/2009/01/trigger-firing-sequence-in-d2k-oracle.html' ref='tag:blogger.com,1999:blog-5495812930803469387.post-8448307935361088541' source='http://www.blogger.com/feeds/5495812930803469387/posts/default/8448307935361088541' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-5495812930803469387.post-1578581491630189221</id><published>2009-04-06T10:55:00.000-07:00</published><updated>2009-04-06T10:55:00.000-07:00</updated><title type='text'>1 What is purpose and order of firing the followin...</title><content type='html'>1 What is purpose and order of firing the following triggers&lt;BR/&gt;- on fetch&lt;BR/&gt;- on select&lt;BR/&gt;First on-select then on-fetch trigger is fired . &lt;BR/&gt;On-select is used to open and execute database query. on-fetch can be used in conjunction with on-select to replace the processing that normally occur in execute query built in procedure&lt;BR/&gt; 1)On select fires first.&lt;BR/&gt;&lt;BR/&gt;On select fFires when Forms Developer would normally execute the open cursor parse and execute phases of a query to identify</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5495812930803469387/8448307935361088541/comments/default/1578581491630189221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5495812930803469387/8448307935361088541/comments/default/1578581491630189221'/><link rel='alternate' type='text/html' href='http://www.itnirvanas.com/2009/01/trigger-firing-sequence-in-d2k-oracle.html?showComment=1239040500000#c1578581491630189221' title=''/><author><name>Suman</name><uri>http://www.blogger.com/profile/05000004344063562747</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.itnirvanas.com/2009/01/trigger-firing-sequence-in-d2k-oracle.html' ref='tag:blogger.com,1999:blog-5495812930803469387.post-8448307935361088541' source='http://www.blogger.com/feeds/5495812930803469387/posts/default/8448307935361088541' type='text/html'/></entry></feed>