<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>EBS &#8211; Blog DBA Dutra</title>
	<atom:link href="https://www.dbadutra.com/tag/ebs/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbadutra.com</link>
	<description></description>
	<lastBuildDate>Mon, 27 May 2019 19:05:29 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
<site xmlns="com-wordpress:feed-additions:1">170494511</site>	<item>
		<title>Localização de um patch aplicado no E-Business Suite 11i e 12i / Location of a patch applied in E-Business Suite 11i and 12i.</title>
		<link>https://www.dbadutra.com/2018/01/localizacao-de-um-patch-aplicado-no-e-business-suite-11i-e-12i-location-of-a-patch-applied-in-e-business-suite-11i-and-12i/</link>
					<comments>https://www.dbadutra.com/2018/01/localizacao-de-um-patch-aplicado-no-e-business-suite-11i-e-12i-location-of-a-patch-applied-in-e-business-suite-11i-and-12i/#respond</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Mon, 15 Jan 2018 10:35:11 +0000</pubDate>
				<category><![CDATA[E-Business Suite]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[Localização Patch]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=5128</guid>

					<description><![CDATA[&#160; &#160; Já vieram me questionar como localizamos de uma forma fácil se existe um patch aplicado no E-Business Suite, bem segue abaixo as duas tabelas que precisamos analisar e verificar através do numero do patch para verificar se o mesmo está aplicado no ambiente ou não. Lembrando que devemos analisar as duas tabelas abaixo [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.dbadutra.com/wp-content/uploads/2018/01/brazil_pt-150x150.jpg"><img decoding="async" class=" wp-image-5129 alignleft" src="https://www.dbadutra.com/wp-content/uploads/2018/01/brazil_pt-150x150.jpg" alt="" width="48" height="48" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Já vieram me questionar como localizamos de uma forma fácil se existe um patch aplicado no E-Business Suite, bem segue abaixo as duas tabelas que precisamos analisar e verificar através do numero do patch para verificar se o mesmo está aplicado no ambiente ou não.</p>
<p>Lembrando que devemos analisar as duas tabelas abaixo para verificação da aplicação de um patch.</p>
<p>&#8212; AD_BUGS</p>
<p><strong> </strong><strong>select</strong><strong> * </strong><strong>from</strong><strong> ad_bugs</strong></p>
<p><strong>where</strong><strong> bug_number </strong><strong>in</strong> <strong>(</strong><strong>&#8216;NUMERO DO PATCH&#8217;</strong><strong>)</strong></p>
<p><strong> </strong></p>
<p>&#8212; AD_APPLIED_PATCHES</p>
<p><strong>select</strong><strong> * </strong><strong>from</strong><strong> AD_APPLIED_PATCHES </strong></p>
<p><strong>where</strong><strong> applied_patch_id </strong><strong>in</strong> <strong>(</strong><strong>&#8216;NUMERO DO PATCH&#8217;</strong><strong>)</strong></p>
<p>&nbsp;</p>
<p>Caso você queira colocar mais de uma patch para analise é somente necessário colocar “,” após cada patch.</p>
<p>Ex:  <strong>where</strong><strong> applied_patch_id </strong><strong>in</strong> <strong>(</strong><strong>&#8216;xxxx,yyyy,zzzz &#8216;</strong><strong>)</strong></p>
<p>&nbsp;</p>
<p><strong>Conclusões</strong></p>
<p>Bem espero ter auxiliado com esta dica a todos vocês.</p>
<p>&nbsp;</p>
<p>Valeu até mais !!!</p>
<p>André</p>
<p><a href="https://www.dbadutra.com/wp-content/uploads/2018/01/us_flag-150x150.jpeg"><img decoding="async" class=" wp-image-5130 alignleft" src="https://www.dbadutra.com/wp-content/uploads/2018/01/us_flag-150x150.jpeg" alt="" width="67" height="67" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>I have already been asked how easy it is to find out if there is a patch applied in the E-Business Suite, well below the two tables that we need to analyze and check through the patch number to check if it is applied in the environment or not.</p>
<p>Remember that we must analyze the two tables below to verify the application of a patch.</p>
<p>&nbsp;</p>
<p>&#8212; AD_BUGS</p>
<p><strong> </strong></p>
<p><strong>select</strong><strong> * </strong><strong>from</strong><strong> ad_bugs</strong></p>
<p><strong>where</strong><strong> bug_number </strong><strong>in</strong> <strong>(</strong><strong>&#8216;NUMBER OF PATCH&#8217;</strong><strong>)</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>&#8212; AD_APPLIED_PATCHES</p>
<p>&nbsp;</p>
<p><strong>select</strong><strong> * </strong><strong>from</strong><strong> AD_APPLIED_PATCHES </strong></p>
<p><strong>where</strong><strong> applied_patch_id </strong><strong>in</strong> <strong>(</strong><strong>&#8216;NUMBER OF PATCH&#8217;</strong><strong>)</strong></p>
<p>&nbsp;</p>
<p>If you want to put more than one patch for analysis it is only necessary to put &#8220;,&#8221; after each patch.</p>
<p>Ex:  <strong>where</strong><strong> applied_patch_id </strong><strong>in</strong> <strong>(</strong><strong>&#8216;xxxx,yyyy,zzzz &#8216;</strong><strong>)</strong></p>
<p>&nbsp;</p>
<p><strong>Conclusions</strong></p>
<p>Well I hope to have helped with this tip to all of you.</p>
<p>&nbsp;</p>
<p>Thanks so much !!</p>
<p>André</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2018/01/localizacao-de-um-patch-aplicado-no-e-business-suite-11i-e-12i-location-of-a-patch-applied-in-e-business-suite-11i-and-12i/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5128</post-id>	</item>
		<item>
		<title>Módulos do E-Business Suite 12i</title>
		<link>https://www.dbadutra.com/2017/11/modulos-do-e-business-suite-12i/</link>
					<comments>https://www.dbadutra.com/2017/11/modulos-do-e-business-suite-12i/#respond</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Mon, 20 Nov 2017 12:33:36 +0000</pubDate>
				<category><![CDATA[E-Business Suite]]></category>
		<category><![CDATA[EBS]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=5119</guid>

					<description><![CDATA[Do que se trata o artigo: Neste artigo será apresentado os módulos do Oracle E-Business Suíte 12i. &#160; Em que situação o tema é útil: Conhecimento de quais áreas podem ser atendidas pelo E-Business Suíte. &#160; Introdução Após apreendermos&#160; instalar e entender a infra que suporta o E-Business suíte da Oracle, foi muito questionado por [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong><em>Do que se trata o artigo:</em></strong></p>
<p>Neste artigo será apresentado os módulos do Oracle E-Business Suíte 12i.</p>
<p>&nbsp;</p>
<p><strong><em>Em que situação o tema é útil:</em></strong></p>
<p>Conhecimento de quais áreas podem ser atendidas pelo E-Business Suíte.</p>
<p>&nbsp;</p>
<p><strong>Introdução </strong></p>
<p>Após apreendermos&nbsp; instalar e entender a infra que suporta o E-Business suíte da Oracle, foi muito questionado por e-mail e por alunos meus quais seriam os módulos que existem no E-Business Suíte.</p>
<p>&nbsp;</p>
<p>Bem atendendo a grandes pedidos segue mais um artigo que traz todos os módulos que fazem parte do E-Business Suíte 12i – 12.2.2, incluindo os módulos que estão sendo descontinuados pela Oracle.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="0">
<tbody>
<tr>
<td width="283">
<p style="text-align: center;"><strong>Módulo</strong></p>
</td>
<td width="357">
<p style="text-align: center;"><strong>Descrição</strong></p>
</td>
</tr>
<tr>
<td width="283"><strong>AD</strong></td>
<td width="357"><strong>Applications DBA</strong></td>
</tr>
<tr>
<td width="283"><strong>AHL</strong></td>
<td width="357"><strong>Complex Maintenance Repair and Overhaul</strong></td>
</tr>
<tr>
<td width="283"><strong>AK</strong></td>
<td width="357"><strong>Common Modules &#8211; AK</strong></td>
</tr>
<tr>
<td width="283"><strong>ALR</strong></td>
<td width="357"><strong>Alert</strong></td>
</tr>
<tr>
<td width="283"><strong>AME</strong></td>
<td width="357"><strong>Approvals Management</strong></td>
</tr>
<tr>
<td width="283"><strong>AMF</strong></td>
<td width="357"><strong>Fulfillment Services (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>AMS</strong></td>
<td width="357"><strong>Marketing</strong></td>
</tr>
<tr>
<td width="283"><strong>AMW</strong></td>
<td width="357"><strong>Internal Controls Manager (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>AP</strong></td>
<td width="357"><strong>Payables</strong></td>
</tr>
<tr>
<td width="283"><strong>AR</strong></td>
<td width="357"><strong>Receivables</strong></td>
</tr>
<tr>
<td width="283"><strong>AS</strong></td>
<td width="357"><strong>Sales Foundation</strong></td>
</tr>
<tr>
<td width="283"><strong>ASG</strong></td>
<td width="357"><strong>CRM Gateway for Mobile Devices</strong></td>
</tr>
<tr>
<td width="283"><strong>ASL</strong></td>
<td width="357"><strong>Sales Offline</strong></td>
</tr>
<tr>
<td width="283"><strong>ASO</strong></td>
<td width="357"><strong>Order Capture</strong></td>
</tr>
<tr>
<td width="283"><strong>ASP</strong></td>
<td width="357"><strong>Oracle Sales for Handhelds</strong></td>
</tr>
<tr>
<td width="283"><strong>AST</strong></td>
<td width="357"><strong>TeleSales</strong></td>
</tr>
<tr>
<td width="283"><strong>AX</strong></td>
<td width="357"><strong>Global Accounting Engine</strong></td>
</tr>
<tr>
<td width="283"><strong>AZ</strong></td>
<td width="357"><strong>Application Implementation</strong></td>
</tr>
<tr>
<td width="283"><strong>BEN</strong></td>
<td width="357"><strong>Advanced Benefits</strong></td>
</tr>
<tr>
<td width="283"><strong>BIC</strong></td>
<td width="357"><strong>Customer Intelligence(Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>BIL</strong></td>
<td width="357"><strong>Sales Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>BIM</strong></td>
<td width="357"><strong>Marketing Intelligence(Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>BIS</strong></td>
<td width="357"><strong>Applications BIS</strong></td>
</tr>
<tr>
<td width="283"><strong>BIV</strong></td>
<td width="357"><strong>Service Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>BIX</strong></td>
<td width="357"><strong>Interaction Center Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>BNE</strong></td>
<td width="357"><strong>Web Applications Desktop Integrator</strong></td>
</tr>
<tr>
<td width="283"><strong>BOM</strong></td>
<td width="357"><strong>Bills of Material</strong></td>
</tr>
<tr>
<td width="283"><strong>BSC</strong></td>
<td width="357"><strong>Balanced Scorecard (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>CCT</strong></td>
<td width="357"><strong>Telephony Manager</strong></td>
</tr>
<tr>
<td width="283"><strong>CE</strong></td>
<td width="357"><strong>Cash Management</strong></td>
</tr>
<tr>
<td width="283"><strong>CHV</strong></td>
<td width="357"><strong>Supplier Scheduling</strong></td>
</tr>
<tr>
<td width="283"><strong>CLN</strong></td>
<td width="357"><strong>Supply Chain Trading Connector for RosettaNet</strong></td>
</tr>
<tr>
<td width="283"><strong>CN</strong></td>
<td width="357"><strong>Incentive Compensation</strong></td>
</tr>
<tr>
<td width="283"><strong>CS</strong></td>
<td width="357"><strong>Service</strong></td>
</tr>
<tr>
<td width="283"><strong>CSC</strong></td>
<td width="357"><strong>Customer Care</strong></td>
</tr>
<tr>
<td width="283"><strong>CSD</strong></td>
<td width="357"><strong>Depot Repair</strong></td>
</tr>
<tr>
<td width="283"><strong>CSE</strong></td>
<td width="357"><strong>Asset Tracking</strong></td>
</tr>
<tr>
<td width="283"><strong>CSF</strong></td>
<td width="357"><strong>Field Service</strong></td>
</tr>
<tr>
<td width="283"><strong>CSI</strong></td>
<td width="357"><strong>Install Base</strong></td>
</tr>
<tr>
<td width="283"><strong>CSM</strong></td>
<td width="357"><strong>Field Service/Palm</strong></td>
</tr>
<tr>
<td width="283"><strong>CSP</strong></td>
<td width="357"><strong>Spares Management</strong></td>
</tr>
<tr>
<td width="283"><strong>CSR</strong></td>
<td width="357"><strong>Scheduler</strong></td>
</tr>
<tr>
<td width="283"><strong>CSS</strong></td>
<td width="357"><strong>Support (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>CTB</strong></td>
<td width="357"><strong>Clinical Transaction Base</strong></td>
</tr>
<tr>
<td width="283"><strong>CUG</strong></td>
<td width="357"><strong>Citizen Interaction Center</strong></td>
</tr>
<tr>
<td width="283"><strong>CUN</strong></td>
<td width="357"><strong>Network Logistics NATS (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>CZ</strong></td>
<td width="357"><strong>Configurator</strong></td>
</tr>
<tr>
<td width="283"><strong>EAM</strong></td>
<td width="357"><strong>Enterprise Asset Management</strong></td>
</tr>
<tr>
<td width="283"><strong>EC</strong></td>
<td width="357"><strong>E &#8211; Commerce Gateway</strong></td>
</tr>
<tr>
<td width="283"><strong>ECX</strong></td>
<td width="357"><strong>XML Gateway</strong></td>
</tr>
<tr>
<td width="283"><strong>EDR</strong></td>
<td width="357"><strong>E- Records</strong></td>
</tr>
<tr>
<td width="283"><strong>EGO</strong></td>
<td width="357"><strong>Advanced Product Catalog</strong></td>
</tr>
<tr>
<td width="283"><strong>ENG</strong></td>
<td width="357"><strong>Engineering</strong></td>
</tr>
<tr>
<td width="283"><strong>ENI</strong></td>
<td width="357"><strong>Product Intelligence(Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>FEM</strong></td>
<td width="357"><strong>Enterprise Performance Foundation (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>FF</strong></td>
<td width="357"><strong>FastFormula</strong></td>
</tr>
<tr>
<td width="283"><strong>FII</strong></td>
<td width="357"><strong>Financial Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>FLM</strong></td>
<td width="357"><strong>Flow Manufacturing</strong></td>
</tr>
<tr>
<td width="283"><strong>FND</strong></td>
<td width="357"><strong>Application Object Library</strong></td>
</tr>
<tr>
<td width="283"><strong>FPA</strong></td>
<td width="357"><strong>Project Portfolio Analysis</strong></td>
</tr>
<tr>
<td width="283"><strong>FRM</strong></td>
<td width="357"><strong>Report Manager</strong></td>
</tr>
<tr>
<td width="283"><strong>FTE</strong></td>
<td width="357"><strong>Transportation Execution</strong></td>
</tr>
<tr>
<td width="283"><strong>FTP</strong></td>
<td width="357"><strong>Transfer Pricing (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>FUN</strong></td>
<td width="357"><strong>Financials Common Modules</strong></td>
</tr>
<tr>
<td width="283"><strong>FV</strong></td>
<td width="357"><strong>Federal Financials</strong></td>
</tr>
<tr>
<td width="283"><strong>GHG</strong></td>
<td width="357"><strong>Oracle Environmental Accounting and Reporting</strong></td>
</tr>
<tr>
<td width="283"><strong>GHR</strong></td>
<td width="357"><strong>US Federal Human Resources</strong></td>
</tr>
<tr>
<td width="283"><strong>GL</strong></td>
<td width="357"><strong>General Ledger</strong></td>
</tr>
<tr>
<td width="283"><strong>GMA</strong></td>
<td width="357"><strong>Process Manufacturing Systems</strong></td>
</tr>
<tr>
<td width="283"><strong>GMD</strong></td>
<td width="357"><strong>Process Manufacturing Product Development</strong></td>
</tr>
<tr>
<td width="283"><strong>GME</strong></td>
<td width="357"><strong>Process Manufacturing Process Execution</strong></td>
</tr>
<tr>
<td width="283"><strong>GMF</strong></td>
<td width="357"><strong>Process Manufacturing Financials</strong></td>
</tr>
<tr>
<td width="283"><strong>GMI</strong></td>
<td width="357"><strong>Process Manufacturing Inventory</strong></td>
</tr>
<tr>
<td width="283"><strong>GML</strong></td>
<td width="357"><strong>Process Manufacturing Logistics</strong></td>
</tr>
<tr>
<td width="283"><strong>GMP</strong></td>
<td width="357"><strong>Process Manufacturing Process Planning</strong></td>
</tr>
<tr>
<td width="283"><strong>GMS</strong></td>
<td width="357"><strong>Grants Accounting</strong></td>
</tr>
<tr>
<td width="283"><strong>GR</strong></td>
<td width="357"><strong>Process Manufacturing Regulatory Management</strong></td>
</tr>
<tr>
<td width="283"><strong>HCT</strong></td>
<td width="357"><strong>Healthcare Terminology Server</strong></td>
</tr>
<tr>
<td width="283"><strong>HRI</strong></td>
<td width="357"><strong>Human Resources Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>HXC</strong></td>
<td width="357"><strong>Time and Labor Engine</strong></td>
</tr>
<tr>
<td width="283"><strong>HXT</strong></td>
<td width="357"><strong>Time and Labor</strong></td>
</tr>
<tr>
<td width="283"><strong>IA</strong></td>
<td width="357"><strong>iAssets</strong></td>
</tr>
<tr>
<td width="283"><strong>IBA</strong></td>
<td width="357"><strong>iMarketing (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>IBC</strong></td>
<td width="357"><strong>Content Manager</strong></td>
</tr>
<tr>
<td width="283"><strong>IBE</strong></td>
<td width="357"><strong>iStore</strong></td>
</tr>
<tr>
<td width="283"><strong>IBU</strong></td>
<td width="357"><strong>iSupport</strong></td>
</tr>
<tr>
<td width="283"><strong>IBW</strong></td>
<td width="357"><strong>Oracle Web Analytics</strong></td>
</tr>
<tr>
<td width="283"><strong>IBY</strong></td>
<td width="357"><strong>Payments</strong></td>
</tr>
<tr>
<td width="283"><strong>ICX</strong></td>
<td width="357"><strong>Oracle iProcurement</strong></td>
</tr>
<tr>
<td width="283"><strong>IEB</strong></td>
<td width="357"><strong>Interaction Blending</strong></td>
</tr>
<tr>
<td width="283"><strong>IEC</strong></td>
<td width="357"><strong>Advanced Outbound Telephony</strong></td>
</tr>
<tr>
<td width="283"><strong>IEM</strong></td>
<td width="357"><strong>Email Center</strong></td>
</tr>
<tr>
<td width="283"><strong>IEO</strong></td>
<td width="357"><strong>Interaction Center Technology</strong></td>
</tr>
<tr>
<td width="283"><strong>IES</strong></td>
<td width="357"><strong>Scripting</strong></td>
</tr>
<tr>
<td width="283"><strong>IEU</strong></td>
<td width="357"><strong>Universal Work Queue</strong></td>
</tr>
<tr>
<td width="283"><strong>IEX</strong></td>
<td width="357"><strong>Collections</strong></td>
</tr>
<tr>
<td width="283"><strong>IGC</strong></td>
<td width="357"><strong>Contract Commitment</strong></td>
</tr>
<tr>
<td width="283"><strong>IGF</strong></td>
<td width="357"><strong>Financial Aid (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>IGI</strong></td>
<td width="357"><strong>Public Sector Financials International</strong></td>
</tr>
<tr>
<td width="283"><strong>IGS</strong></td>
<td width="357"><strong>Student System (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>IMC</strong></td>
<td width="357"><strong>Customers Online</strong></td>
</tr>
<tr>
<td width="283"><strong>INL</strong></td>
<td width="357"><strong>Oracle Landed Cost Management</strong></td>
</tr>
<tr>
<td width="283"><strong>INV</strong></td>
<td width="357"><strong>Inventory</strong></td>
</tr>
<tr>
<td width="283"><strong>IPD</strong></td>
<td width="357"><strong>Product Development (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>IRC</strong></td>
<td width="357"><strong>iRecruitment</strong></td>
</tr>
<tr>
<td width="283"><strong>ISC</strong></td>
<td width="357"><strong>Supply Chain Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>ITA</strong></td>
<td width="357"><strong>Information Technology Audit (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>JA</strong></td>
<td width="357"><strong>Asia/Pacific Localizations</strong></td>
</tr>
<tr>
<td width="283"><strong>JE</strong></td>
<td width="357"><strong>European Localizations</strong></td>
</tr>
<tr>
<td width="283"><strong>JG</strong></td>
<td width="357"><strong>Regional Localizations</strong></td>
</tr>
<tr>
<td width="283"><strong>JL</strong></td>
<td width="357"><strong>Latin America Localizations</strong></td>
</tr>
<tr>
<td width="283"><strong>JMF</strong></td>
<td width="357"><strong>Supply Chain Localizations</strong></td>
</tr>
<tr>
<td width="283"><strong>JTF</strong></td>
<td width="357"><strong>CRM Foundation</strong></td>
</tr>
<tr>
<td width="283"><strong>JTM</strong></td>
<td width="357"><strong>Mobile Application Foundation</strong></td>
</tr>
<tr>
<td width="283"><strong>JTS</strong></td>
<td width="357"><strong>CRM Self Service Administration (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>LNS</strong></td>
<td width="357"><strong>Loans</strong></td>
</tr>
<tr>
<td width="283"><strong>MRP</strong></td>
<td width="357"><strong>Master Scheduling/MRP</strong></td>
</tr>
<tr>
<td width="283"><strong>MSC</strong></td>
<td width="357"><strong>Advanced Supply Chain Planning</strong></td>
</tr>
<tr>
<td width="283"><strong>MSD</strong></td>
<td width="357"><strong>Demand Planning</strong></td>
</tr>
<tr>
<td width="283"><strong>MST</strong></td>
<td width="357"><strong>Transportation Planning (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>MTH</strong></td>
<td width="357"><strong>Oracle Manufacturing Operations Center</strong></td>
</tr>
<tr>
<td width="283"><strong>OKC</strong></td>
<td width="357"><strong>Contracts Core</strong></td>
</tr>
<tr>
<td width="283"><strong>OKE</strong></td>
<td width="357"><strong>Project Contracts</strong></td>
</tr>
<tr>
<td width="283"><strong>OKI</strong></td>
<td width="357"><strong>Contracts Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>OKL</strong></td>
<td width="357"><strong>Lease and Finance Management</strong></td>
</tr>
<tr>
<td width="283"><strong>OKR</strong></td>
<td width="357"><strong>Contracts for Rights (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>OKS</strong></td>
<td width="357"><strong>Service Contracts</strong></td>
</tr>
<tr>
<td width="283"><strong>ONT</strong></td>
<td width="357"><strong>Order Management</strong></td>
</tr>
<tr>
<td width="283"><strong>OPI</strong></td>
<td width="357"><strong>Operations Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>OTA</strong></td>
<td width="357"><strong>Learning Management</strong></td>
</tr>
<tr>
<td width="283"><strong>OZF</strong></td>
<td width="357"><strong>Trade Management</strong></td>
</tr>
<tr>
<td width="283"><strong>PA</strong></td>
<td width="357"><strong>Projects</strong></td>
</tr>
<tr>
<td width="283"><strong>PAY</strong></td>
<td width="357"><strong>Payroll</strong></td>
</tr>
<tr>
<td width="283"><strong>PER</strong></td>
<td width="357"><strong>Human Resources</strong></td>
</tr>
<tr>
<td width="283"><strong>PFT</strong></td>
<td width="357"><strong>Oracle Profitability Manager (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>PJI</strong></td>
<td width="357"><strong>Project Intelligence(Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>PJM</strong></td>
<td width="357"><strong>Project Manufacturing</strong></td>
</tr>
<tr>
<td width="283"><strong>PN</strong></td>
<td width="357"><strong>Property Manager</strong></td>
</tr>
<tr>
<td width="283"><strong>PO</strong></td>
<td width="357"><strong>Purchasing</strong></td>
</tr>
<tr>
<td width="283"><strong>POA</strong></td>
<td width="357"><strong>Purchasing Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>POM</strong></td>
<td width="357"><strong>Exchange</strong></td>
</tr>
<tr>
<td width="283"><strong>PON</strong></td>
<td width="357"><strong>Sourcing</strong></td>
</tr>
<tr>
<td width="283"><strong>POS</strong></td>
<td width="357"><strong>iSupplier Portal</strong></td>
</tr>
<tr>
<td width="283"><strong>PQH</strong></td>
<td width="357"><strong>Public Sector HR</strong></td>
</tr>
<tr>
<td width="283"><strong>PRP</strong></td>
<td width="357"><strong>Proposals</strong></td>
</tr>
<tr>
<td width="283"><strong>PSA</strong></td>
<td width="357"><strong>Public Sector Financials</strong></td>
</tr>
<tr>
<td width="283"><strong>PSB</strong></td>
<td width="357"><strong>Public Sector Budgeting (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>PSP</strong></td>
<td width="357"><strong>Labor Distribution</strong></td>
</tr>
<tr>
<td width="283"><strong>PV</strong></td>
<td width="357"><strong>Partner Management</strong></td>
</tr>
<tr>
<td width="283"><strong>QA</strong></td>
<td width="357"><strong>Quality</strong></td>
</tr>
<tr>
<td width="283"><strong>QP</strong></td>
<td width="357"><strong>Advanced Pricing</strong></td>
</tr>
<tr>
<td width="283"><strong>QPR</strong></td>
<td width="357"><strong>Oracle Deal Management</strong></td>
</tr>
<tr>
<td width="283"><strong>QRM</strong></td>
<td width="357"><strong>Risk Management</strong></td>
</tr>
<tr>
<td width="283"><strong>RCM</strong></td>
<td width="357"><strong>Regulatory Capital Manager (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>RG</strong></td>
<td width="357"><strong>Application Report Generator</strong></td>
</tr>
<tr>
<td width="283"><strong>RLM</strong></td>
<td width="357"><strong>Release Management</strong></td>
</tr>
<tr>
<td width="283"><strong>VEA</strong></td>
<td width="357"><strong>Automotive</strong></td>
</tr>
<tr>
<td width="283"><strong>WIP</strong></td>
<td width="357"><strong>Work in Process</strong></td>
</tr>
<tr>
<td width="283"><strong>WMS</strong></td>
<td width="357"><strong>Warehouse Management</strong></td>
</tr>
<tr>
<td width="283"><strong>WSH</strong></td>
<td width="357"><strong>Shipping Execution</strong></td>
</tr>
<tr>
<td width="283"><strong>WSM</strong></td>
<td width="357"><strong>Shop Floor Management</strong></td>
</tr>
<tr>
<td width="283"><strong>XDO</strong></td>
<td width="357"><strong>XML Publisher</strong></td>
</tr>
<tr>
<td width="283"><strong>XDP</strong></td>
<td width="357"><strong>Provisioning</strong></td>
</tr>
<tr>
<td width="283"><strong>XLA</strong></td>
<td width="357"><strong>Subledger Accounting</strong></td>
</tr>
<tr>
<td width="283"><strong>XLE</strong></td>
<td width="357"><strong>Legal Entity Configurator</strong></td>
</tr>
<tr>
<td width="283"><strong>XNB</strong></td>
<td width="357"><strong>Oracle Telecommunications Billing Integrator</strong></td>
</tr>
<tr>
<td width="283"><strong>XNC</strong></td>
<td width="357"><strong>Sales for Communications (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>XNI</strong></td>
<td width="357"><strong>Install Base Intelligence (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>XNP</strong></td>
<td width="357"><strong>Number Portability</strong></td>
</tr>
<tr>
<td width="283"><strong>XNS</strong></td>
<td width="357"><strong>Service for Communications (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>XTR</strong></td>
<td width="357"><strong>Treasury</strong></td>
</tr>
<tr>
<td width="283"><strong>ZPB</strong></td>
<td width="357"><strong>Enterprise Planning and Budgeting (Obsolete)</strong></td>
</tr>
<tr>
<td width="283"><strong>ZX</strong></td>
<td width="357"><strong>E &#8211; Business Tax</strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Conclusões</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Bem espero ter ajudado a dar um pouco mais de esclarecimento quais são os módulos que fazem parte do EBS, nos próximos artigos vamos entender como realizamos a aplicação de patches para os módulos e a infra do EBS.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Até a próxima!</p>
<p>&nbsp;</p>
<p>André DBA</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2017/11/modulos-do-e-business-suite-12i/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5119</post-id>	</item>
	</channel>
</rss>
