<?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: R12 : EBS Banking Model in demanding and Changing World</title>
	<atom:link href="http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/</link>
	<description>Odyssey of an OracleApps Consultant</description>
	<lastBuildDate>Thu, 16 May 2013 22:05:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Prashant</title>
		<link>http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/comment-page-1/#comment-2480</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Tue, 01 Sep 2009 13:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/#comment-2480</guid>
		<description>Thnx for the document.
I am facing a problem where multiple operating units are sharing the same account.
Please tell me the workaround in oracle.
I am thinking to define duplicate bank account in different operating units with differnt cash and cash clearing account.
Please tell me is this solution  a good one?
or please tell me any other workaround.</description>
		<content:encoded><![CDATA[<p>Thnx for the document.<br />
I am facing a problem where multiple operating units are sharing the same account.<br />
Please tell me the workaround in oracle.<br />
I am thinking to define duplicate bank account in different operating units with differnt cash and cash clearing account.<br />
Please tell me is this solution  a good one?<br />
or please tell me any other workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R12 Supplier Bank - Techno Functional Guide &#124; OracleApps Epicenter</title>
		<link>http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/comment-page-1/#comment-1876</link>
		<dc:creator>R12 Supplier Bank - Techno Functional Guide &#124; OracleApps Epicenter</dc:creator>
		<pubDate>Tue, 21 Oct 2008 14:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/#comment-1876</guid>
		<description>[...] R12 : EBS Banking Model in demanding and Changing World [...]</description>
		<content:encoded><![CDATA[<p>[...] R12 : EBS Banking Model in demanding and Changing World [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjit Anand</title>
		<link>http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/comment-page-1/#comment-1763</link>
		<dc:creator>Sanjit Anand</dc:creator>
		<pubDate>Mon, 29 Sep 2008 03:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/#comment-1763</guid>
		<description>When the user define a new bank account in the supplier form the information is stored in the IBY_EXT_BANK_ACCOUNTS.

The internal bank accounts are stored in the CE_BANK_ACCOUNT.</description>
		<content:encoded><![CDATA[<p>When the user define a new bank account in the supplier form the information is stored in the IBY_EXT_BANK_ACCOUNTS.</p>
<p>The internal bank accounts are stored in the CE_BANK_ACCOUNT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjit Anand</title>
		<link>http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/comment-page-1/#comment-1762</link>
		<dc:creator>Sanjit Anand</dc:creator>
		<pubDate>Mon, 29 Sep 2008 03:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/#comment-1762</guid>
		<description>that true, supplier bank which is not your house bank and there account information is in the table: IBY_EXT_BANK_ACCOUNTS
where as bank and bank branches information is in the table: HZ_PARTIES.


you can try this by:
SELECT BANK_ACCOUNT_NAME, BANK_ACCOUNT_NUM 
FROM IBY_EXT_BANK_ACCOUNTS 
WHERE EXT_BANK_ACCOUNT_ID IN 
(SELECT EXT_BANK_ACCOUNT_ID 
FROM IBY_ACCOUNT_OWNERS 
WHERE ACCOUNT_OWNER_PARTY_ID IN 
(SELECT party_id 
FROM hz_party_sites 
WHERE party_site_name = &#039;&#039;))</description>
		<content:encoded><![CDATA[<p>that true, supplier bank which is not your house bank and there account information is in the table: IBY_EXT_BANK_ACCOUNTS<br />
where as bank and bank branches information is in the table: HZ_PARTIES.</p>
<p>you can try this by:<br />
SELECT BANK_ACCOUNT_NAME, BANK_ACCOUNT_NUM<br />
FROM IBY_EXT_BANK_ACCOUNTS<br />
WHERE EXT_BANK_ACCOUNT_ID IN<br />
(SELECT EXT_BANK_ACCOUNT_ID<br />
FROM IBY_ACCOUNT_OWNERS<br />
WHERE ACCOUNT_OWNER_PARTY_ID IN<br />
(SELECT party_id<br />
FROM hz_party_sites<br />
WHERE party_site_name = &#8221;))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/comment-page-1/#comment-1758</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Fri, 26 Sep 2008 21:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleappshub.com/account-payable/r12-ebs-banking-model-in-demanding-and-changing-world/#comment-1758</guid>
		<description>Hi Anand,
Its a great document, very well compiled, but I believe you missed IBY_EXT_BANK_ACCOUNTS table for External Bank.

Please let me know if you feel I am wrong or there is any other reason for not mentioning this table here.

Thanks &amp; Regards
Sachin</description>
		<content:encoded><![CDATA[<p>Hi Anand,<br />
Its a great document, very well compiled, but I believe you missed IBY_EXT_BANK_ACCOUNTS table for External Bank.</p>
<p>Please let me know if you feel I am wrong or there is any other reason for not mentioning this table here.</p>
<p>Thanks &amp; Regards<br />
Sachin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
