<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.1" -->
<rss version="0.92">
<channel>
	<title>chandramouly.com</title>
	<link>http://chandramouly.com</link>
	<description></description>
	<lastBuildDate>Mon, 24 Mar 2008 22:41:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Techlog</title>
		<description>One of my friend started a tech blog(venkat's techlog), he is a linux geek and it was coincident to see another site which is just named techlog.org (group of microsoft enthusiasts who own this site).
I got this info when I just googling and wiki'ing about techlog...

All the best Venkat!  </description>
		<link>http://chandramouly.com/2008/03/24/techlog/</link>
			</item>
	<item>
		<title>PLL to PLD, PLX conversion - oracle apps forms</title>
		<description>
To convert from CUSTOM.pll to CUSTOM.pld
f60gen module_type=LIBRARY module=CUSTOM script=YES userid=apps/apps

To convert back from CUSTOM.pld to CUSTOM.pll 
f60gen module_type=LIBRARY module=CUSTOM parse=YES userid=apps/apps

To convert from CUSTOM.pll to CUSTOM.plx
f60gen module_type=LIBRARY module=CUSTOM userid=apps/apps </description>
		<link>http://chandramouly.com/2008/02/12/pll-to-pld-plx-conversion-oracle-apps-forms/</link>
			</item>
	<item>
		<title>Oracle Workflow Definitions Download Upload</title>
		<description>WFLOAD  0 Y {UPLOAD &#124; DOWNLOAD &#124; UPGRADE &#124; FORCE} [@:] []

To upload workflow definition for sample modified custom workflow customwf.wft

WFLOAD apps/apps O Y UPLOAD customwf.wft

To download a workflow definition from database and write it as a flat file in the disk. This is a common case that we ...</description>
		<link>http://chandramouly.com/2008/02/04/oracle-workflow-definitions-download-upload/</link>
			</item>
	<item>
		<title>ORACLE apps useful SQL scripts</title>
		<description>To query a specific table in oracle apps:

SELECT *
FROM ALL_TABLES
WHERE 
          TABLE_NAME = 'AP_INVOICES_ALL'  -- Name of the table


To query a specific column with or without table name:

SELECT *
FROM ALL_TAB_COLUMNS
WHERE
          COLUMN_NAME ...</description>
		<link>http://chandramouly.com/2008/01/06/oracle-apps-useful-sql-scripts/</link>
			</item>
	<item>
		<title>OE_ORDER_PUB.process_order - Sales Order Creation API</title>
		<description>Even though we have search engines, so many user guides to browse, metalinks and oracle forums. Running some piece of code and getting it executed is pain. I was facing some issues in running the OE order creation API which I couldn't figure out for sometime, then this blog link ...</description>
		<link>http://chandramouly.com/2008/01/04/oe_order_pubprocess_order-sales-order-creation-api/</link>
			</item>
	<item>
		<title>BIP - Getting started&#8230;</title>
		<description>This post will explain you how, where, what on BIP.



See the above screenshot, you can download the BIP Enterprise edition and BIP Desktop tool everything FREE! from the Oracle website, here.

First lets discuss about the BI Publisher Desktop a.k.a Template Builder for Word, unfortunately its available only for Windows and ...</description>
		<link>http://chandramouly.com/2007/11/07/bip-getting-started/</link>
			</item>
	<item>
		<title>Trash 2.0</title>
		<description>This may look crazy, but as a developer I am in need of this, I need a Trash where I can go and look all useless scripts developed by other developers, architects during their dev phase, testing phase, etc., This may reduce my development time in creating all the scripts ...</description>
		<link>http://chandramouly.com/2007/11/03/trash-20/</link>
			</item>
	<item>
		<title>I&#8217;m in Transition&#8230;</title>
		<description>Yes! I moved from Hyderabad, India to California. Things are slowly getting settled down here, new company, new culture and new place.
Started blogging after long time, but from now I hope it will be in top gear! :) </description>
		<link>http://chandramouly.com/2007/10/30/im-in-transition/</link>
			</item>
	<item>
		<title>BarCampLA-4</title>
		<description>

Most likely I will be attending Barcamp-LA4   - TBD. </description>
		<link>http://chandramouly.com/2007/10/09/barcampla-4/</link>
			</item>
	<item>
		<title>Introduction to XML</title>
		<description>XML - eXtensible Markup Language is more like HTML and its mainly used to describe your data.
The user can define their own tags. Eg: &#60;author&#62;, &#60;city_name&#62;. Its one of the World Wide Web (W3C) consortium recommendations.
XML is widely used nowadays to bridge the gaps between different platforms, distributed data sharing ...</description>
		<link>http://chandramouly.com/2007/06/14/introduction-to-xml/</link>
			</item>
</channel>
</rss>
