<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogging About Oracle Applications &#187; Technical</title>
	<atom:link href="http://bloggingaboutoracleapplications.org/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingaboutoracleapplications.org</link>
	<description>Blogging about Oracle Applications</description>
	<lastBuildDate>Fri, 11 May 2012 17:30:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<atom:link rel='hub' href='http://bloggingaboutoracleapplications.org/?pushpress=hub'/>
		<item>
		<title>Using partition by to write alternative SQL to get effdt and effseq items</title>
		<link>http://bloggingaboutoracleapplications.org/partition-analitic-function-write-alternative-ways-effdt-effseq-items/</link>
		<comments>http://bloggingaboutoracleapplications.org/partition-analitic-function-write-alternative-ways-effdt-effseq-items/#comments</comments>
		<pubDate>Fri, 11 May 2012 06:45:55 +0000</pubDate>
		<dc:creator>Wijnand Gritter</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3555</guid>
		<description><![CDATA[Paritioning data is really useful for grouping data prior to data manipulation (as opposed to group by which does grouping after manipulation the data). This is because group by is grouping resulting data while partition by is actually partitioning  the data and returning the appropriate partitioned data. Simply said; a normal query is run and [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/a-different-way-of-creating-workflow-items-within-an-application-engine-program/' rel='bookmark' title='A different way of creating workflow items within an Application Engine program.'>A different way of creating workflow items within an Application Engine program.</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/barcode-bi/' rel='bookmark' title='Use barcode in BI publiser as from PeopleSoft'>Use barcode in BI publiser as from PeopleSoft</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/setting-dependencies-between-peoplesoft-views/' rel='bookmark' title='Setting dependencies between PeopleSoft views'>Setting dependencies between PeopleSoft views</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/partition-analitic-function-write-alternative-ways-effdt-effseq-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Google Maps directions in PeopleSoft using Related Content</title>
		<link>http://bloggingaboutoracleapplications.org/create-google-maps-directions-peoplesoft-related-content/</link>
		<comments>http://bloggingaboutoracleapplications.org/create-google-maps-directions-peoplesoft-related-content/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 20:49:26 +0000</pubDate>
		<dc:creator>Hakan Biroglu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Related Content]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3512</guid>
		<description><![CDATA[In my previous post on setting up predelivered collaborative related services, I was asked to also elaborate on how to create your own custom related content based on field content from the component. In this post I will explain how to incorporate Google Maps directions as related content based on the home address of an employee and [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/setting-up-predelivered-related-content-services/' rel='bookmark' title='Setting up predelivered Related Content services'>Setting up predelivered Related Content services</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-create-customization-environment/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Create customization environment'>PeopleSoft 9.1 Mobile Inventory: Create customization environment</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/create-interactive-dashboard-interwindow-communication-iwc/' rel='bookmark' title='Create interactive dashboards with InterWindow Communication (IWC)'>Create interactive dashboards with InterWindow Communication (IWC)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/create-google-maps-directions-peoplesoft-related-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use barcode in BI publiser as from PeopleSoft</title>
		<link>http://bloggingaboutoracleapplications.org/barcode-bi/</link>
		<comments>http://bloggingaboutoracleapplications.org/barcode-bi/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 00:00:49 +0000</pubDate>
		<dc:creator>Tom Altena</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3444</guid>
		<description><![CDATA[Workstation Installing 3of9Font on developer workstation In order to develop BI Publisher templates with barcodes you need to deploy the barcode font FREE3OF9.TTF on the developer workstation as following steps describe. Open Zip: Extract FREE3OF9.TTF to c:\windows\fonts, do not extract FRE3OF9X.TTF. Server Deploying font on Server To be able to generate BI Publisher reports from [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/partition-analitic-function-write-alternative-ways-effdt-effseq-items/' rel='bookmark' title='Using partition by to write alternative SQL to get effdt and effseq items'>Using partition by to write alternative SQL to get effdt and effseq items</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/pointers-for-developing-selfservice-in-peoplesoft/' rel='bookmark' title='Pointers for developing selfservice in PeopleSoft'>Pointers for developing selfservice in PeopleSoft</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/setting-dependencies-between-peoplesoft-views/' rel='bookmark' title='Setting dependencies between PeopleSoft views'>Setting dependencies between PeopleSoft views</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/barcode-bi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending SmartHire (Template Based Hire) with custom Field Change &amp; Field Prompt Events</title>
		<link>http://bloggingaboutoracleapplications.org/extending-template-based-hire-tbh-custom-fieldchange-prompt-events/</link>
		<comments>http://bloggingaboutoracleapplications.org/extending-template-based-hire-tbh-custom-fieldchange-prompt-events/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 12:53:53 +0000</pubDate>
		<dc:creator>Hakan Biroglu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HR]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[peoplesoft]]></category>
		<category><![CDATA[smarthire]]></category>
		<category><![CDATA[TBH]]></category>
		<category><![CDATA[template based hire]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3384</guid>
		<description><![CDATA[&#160; &#8216;Hiring new employees or adding contingent workers into the system is one of the most time-consuming tasks for Human Resources departments. Template-Based Hire reduces the current labor-intensive data entry process through the Personal Data and Job Data pages by providing a configurable, template-driven approach. Template Administrators can define default data for various sections or fields in the [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/extending-psquery-productivity-drilling-url/' rel='bookmark' title='Extending PSQuery productivity with Drilling Url'>Extending PSQuery productivity with Drilling Url</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/create-interactive-dashboard-interwindow-communication-iwc/' rel='bookmark' title='Create interactive dashboards with InterWindow Communication (IWC)'>Create interactive dashboards with InterWindow Communication (IWC)</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/adjust-change-assistant-to-oracle-metalink/' rel='bookmark' title='Adjust Change Assistant to Oracle Metalink'>Adjust Change Assistant to Oracle Metalink</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/extending-template-based-hire-tbh-custom-fieldchange-prompt-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle UPK (User Productivity Kit) – Chapter 4. Recording a UPK topic and previewing</title>
		<link>http://bloggingaboutoracleapplications.org/oracle-upk-user-productivity-kit-chapter-4-recording-upk-topic-previewing/</link>
		<comments>http://bloggingaboutoracleapplications.org/oracle-upk-user-productivity-kit-chapter-4-recording-upk-topic-previewing/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 10:39:53 +0000</pubDate>
		<dc:creator>madrichem</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HR]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[End Users]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Logica]]></category>
		<category><![CDATA[Michael van Adrichem]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[outline]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[UPK]]></category>
		<category><![CDATA[User Productivity Kit]]></category>
		<category><![CDATA[virtual machine]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3341</guid>
		<description><![CDATA[Greetings all, &#160; In the previous chapter, we showed the steps to install the “UPK Developer single user” . In the following chapter we will use the created “Hello World” outline to record and edit a topic. &#160; This chapter will cover the following topics: -          How do we record a UPK topic? -          How [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/oracle-upk-user-productivity-kit-chapter-3-installing-upk-creating-outline/' rel='bookmark' title='Oracle UPK (User Productivity Kit) – Chapter 3. Installing the UPK and Creating the Outline'>Oracle UPK (User Productivity Kit) – Chapter 3. Installing the UPK and Creating the Outline</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/oracle-upk-user-productivity-kit-chapter-2-information-training-upk-user/' rel='bookmark' title='Oracle UPK (User Productivity Kit) – Chapter 2. Information and training with UPK for End User s'>Oracle UPK (User Productivity Kit) – Chapter 2. Information and training with UPK for End User s</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/oracle-upk-user-productivity-kit-chapter-1-upk-overview/' rel='bookmark' title='Oracle UPK (User Productivity Kit) &#8211; Chapter 1. UPK Overview'>Oracle UPK (User Productivity Kit) &#8211; Chapter 1. UPK Overview</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/oracle-upk-user-productivity-kit-chapter-4-recording-upk-topic-previewing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeopleSoft 9.1 Mobile Inventory: Create customization environment</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-create-customization-environment/</link>
		<comments>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-create-customization-environment/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 12:28:14 +0000</pubDate>
		<dc:creator>Hakan Biroglu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[ADF Mobile]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Inventory]]></category>
		<category><![CDATA[peoplesoft]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3318</guid>
		<description><![CDATA[In previous posts I described to steps to install and configure all components to run Mobile Inventory. Common in the PeopleSoft world is to right away start customizing the application the moment it is &#8216;out of the box&#8217;. Oracle has made this also possible for Mobile Inventory, by delivering the source files for Mobile Inventory. In [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-deploying-mobile-inventory-application/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application'>PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-test-application/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Test the application'>PeopleSoft 9.1 Mobile Inventory: Test the application</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/installating-peoplesoft-91-mobile-inventory-start/' rel='bookmark' title='Installing PeopleSoft 9.1 Mobile Inventory: Where to start'>Installing PeopleSoft 9.1 Mobile Inventory: Where to start</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-create-customization-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeopleSoft 9.1 Mobile Inventory: Test the application</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-test-application/</link>
		<comments>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-test-application/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 11:51:17 +0000</pubDate>
		<dc:creator>Hakan Biroglu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[ADF Mobile]]></category>
		<category><![CDATA[Mobile Inventory]]></category>
		<category><![CDATA[peoplesoft]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3303</guid>
		<description><![CDATA[Now that we have fully finished the installation and all configuration, we can start using Mobile Inventory. The installation manual also describes a chapter on setting up WS- Security. Since I am running on a sandbox, I won&#8217;t setup WS-Security. If you wish to deploy Mobile Inventory in production, you should definitely setup and configure WS-Security. To [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-deploying-mobile-inventory-application/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application'>PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-installing-wls-adf/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Installing Weblogic Server &amp; Application Development Runtime'>PeopleSoft 9.1 Mobile Inventory: Installing Weblogic Server &amp; Application Development Runtime</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-setup-peoplesoft-integration-broker-activating-inventory-services/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Setup PeopleSoft Integration Broker &amp; Activating Inventory services'>PeopleSoft 9.1 Mobile Inventory: Setup PeopleSoft Integration Broker &amp; Activating Inventory services</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-test-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-deploying-mobile-inventory-application/</link>
		<comments>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-deploying-mobile-inventory-application/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 20:56:27 +0000</pubDate>
		<dc:creator>Hakan Biroglu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[ADF Mobile]]></category>
		<category><![CDATA[Mobile Inventory]]></category>
		<category><![CDATA[peoplesoft]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3277</guid>
		<description><![CDATA[As said, the Mobile Inventory is build using ADF Mobile. In order to use the Mobile Inventory Application, we need to deploy the application ear delivered by PeopleSoft to Application Developer running within Weblogic Server. Enterprise Manager is used to deploy the Application. If the admin server is not running yet, start it from the [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-test-application/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Test the application'>PeopleSoft 9.1 Mobile Inventory: Test the application</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-installing-wls-adf/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Installing Weblogic Server &amp; Application Development Runtime'>PeopleSoft 9.1 Mobile Inventory: Installing Weblogic Server &amp; Application Development Runtime</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-create-customization-environment/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Create customization environment'>PeopleSoft 9.1 Mobile Inventory: Create customization environment</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-deploying-mobile-inventory-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeopleSoft 9.1 Mobile Inventory: Setup PeopleSoft Integration Broker &amp; Activating Inventory services</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-setup-peoplesoft-integration-broker-activating-inventory-services/</link>
		<comments>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-setup-peoplesoft-integration-broker-activating-inventory-services/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 17:54:06 +0000</pubDate>
		<dc:creator>Hakan Biroglu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[ADF Mobile]]></category>
		<category><![CDATA[Integration Broker]]></category>
		<category><![CDATA[Mobile Inventory]]></category>
		<category><![CDATA[peoplesoft]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3244</guid>
		<description><![CDATA[PeopleSoft Mobile Inventory retrieves and writes data to PeopleSoft FSCM using webservices. In order to call the FSCM webservices from PeopleSoft Mobile Inventory, the PeopleSoft Integration Broker must be setup and the webservices used by PeopleSoft Mobile Inventory must be actived. Furthermore permissions must be granted to users to be able to access the webservices. [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-deploying-mobile-inventory-application/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application'>PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-applying-authentication-provider/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Applying the authentication provider'>PeopleSoft 9.1 Mobile Inventory: Applying the authentication provider</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/installating-peoplesoft-91-mobile-inventory-start/' rel='bookmark' title='Installing PeopleSoft 9.1 Mobile Inventory: Where to start'>Installing PeopleSoft 9.1 Mobile Inventory: Where to start</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-setup-peoplesoft-integration-broker-activating-inventory-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeopleSoft 9.1 Mobile Inventory: Applying the authentication provider</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-applying-authentication-provider/</link>
		<comments>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-applying-authentication-provider/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 18:52:32 +0000</pubDate>
		<dc:creator>Hakan Biroglu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[ADF Mobile]]></category>
		<category><![CDATA[Mobile Inventory]]></category>
		<category><![CDATA[peoplesoft]]></category>

		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=3195</guid>
		<description><![CDATA[The PeopleSoft Authentication Provider authenticates a user name and password by connecting to a PeopleSoft Application Server. With successful authentication, the system creates a Principal and Subject, identifying the authorized use of a secure web server session. The system can use this subject to run a secure web session and provide WS-Security parameters for subsequent calls to the [...]
Related posts:<ol>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-deploying-mobile-inventory-application/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application'>PeopleSoft 9.1 Mobile Inventory: Deploying Mobile Inventory Application</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/installating-peoplesoft-91-mobile-inventory-start/' rel='bookmark' title='Installing PeopleSoft 9.1 Mobile Inventory: Where to start'>Installing PeopleSoft 9.1 Mobile Inventory: Where to start</a></li>
<li><a href='http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-setup-peoplesoft-integration-broker-activating-inventory-services/' rel='bookmark' title='PeopleSoft 9.1 Mobile Inventory: Setup PeopleSoft Integration Broker &amp; Activating Inventory services'>PeopleSoft 9.1 Mobile Inventory: Setup PeopleSoft Integration Broker &amp; Activating Inventory services</a></li>
</ol>]]></description>
		<wfw:commentRss>http://bloggingaboutoracleapplications.org/peoplesoft-91-mobile-inventory-applying-authentication-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

