<?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>OracleAppsDNA</title>
	<atom:link href="https://www.oracleappsdna.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.oracleappsdna.com</link>
	<description>...my insight to oracle apps</description>
	<lastBuildDate>Fri, 25 Mar 2022 17:28:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Oracle ERP Cloud Instance Clone/Refresh Guidelines</title>
		<link>https://www.oracleappsdna.com/2022/03/oracle-erp-cloud-instance-clone-refresh-guidelines/</link>
					<comments>https://www.oracleappsdna.com/2022/03/oracle-erp-cloud-instance-clone-refresh-guidelines/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Fri, 25 Mar 2022 17:23:59 +0000</pubDate>
				<category><![CDATA[Oracle ERP Cloud]]></category>
		<category><![CDATA[Cloning]]></category>
		<category><![CDATA[Instance Planning]]></category>
		<category><![CDATA[Patching]]></category>
		<category><![CDATA[Refresh]]></category>
		<category><![CDATA[T2T]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3674</guid>

					<description><![CDATA[<p>Here is the article on the process to create a clone/refresh request and the guidelines to consider for a better planning P2T &#8211; PROD as a source instance and TEST as target Instance clone. TEST can be any NON PROD instances like DEV, SIT and TEST T2T &#8211; TEST to TEST instance clone. This is&#8230;&#160;<a href="https://www.oracleappsdna.com/2022/03/oracle-erp-cloud-instance-clone-refresh-guidelines/" class="" rel="bookmark">Read More &#187;<span class="screen-reader-text">Oracle ERP Cloud Instance Clone/Refresh Guidelines</span></a></p>
The post <a href="https://www.oracleappsdna.com/2022/03/oracle-erp-cloud-instance-clone-refresh-guidelines/">Oracle ERP Cloud Instance Clone/Refresh Guidelines</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2016/05/a-killer-auto-refresh-option-on-concurrent-request-window-new-features-to-concurrent-form/" rel="bookmark" title="A killer &#8220;Auto Refresh&#8221; option on Concurrent Request Window &#8211; New Features to Concurrent Request Form">A killer &#8220;Auto Refresh&#8221; option on Concurrent Request Window &#8211; New Features to Concurrent Request Form</a></li>
<li><a href="https://www.oracleappsdna.com/2020/07/process-to-upload-public-private-key-for-file-transmissions-in-oracle-erp-cloud/" rel="bookmark" title="Process to Upload Public/Private Key for File Transmissions in Oracle ERP Cloud">Process to Upload Public/Private Key for File Transmissions in Oracle ERP Cloud</a></li>
<li><a href="https://www.oracleappsdna.com/2019/10/soap-payload-to-run-a-bi-publisher-report-on-oracle-erp-cloud/" rel="bookmark" title="SOAP Payload to Run a BI Publisher Report on Oracle ERP Cloud">SOAP Payload to Run a BI Publisher Report on Oracle ERP Cloud</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2022/03/oracle-erp-cloud-instance-clone-refresh-guidelines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ESS  Request History with Time took to Run</title>
		<link>https://www.oracleappsdna.com/2021/11/ess-and-report-request-history-with-time-took-to-run/</link>
					<comments>https://www.oracleappsdna.com/2021/11/ess-and-report-request-history-with-time-took-to-run/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Sun, 07 Nov 2021 10:50:28 +0000</pubDate>
				<category><![CDATA[ERP Cloud General SQL Queries]]></category>
		<category><![CDATA[ESS Request History]]></category>
		<category><![CDATA[ESS Request Run Time]]></category>
		<category><![CDATA[long running ESS jobs]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3662</guid>

					<description><![CDATA[<p>/********************************************************* *PURPOSE: SQL Query to find ESS Job History * *AUTHOR: Shailender Thallam * *********************************************************/ SELECT p.requestid parent_request_id, m.requestid request_id, NVL(p.name, substr(p.DEFINITION, instr(p.DEFINITION, '/', - 1) + 1, length(p.DEFINITION))) parent_job_name, NVL(m.name, substr(m.DEFINITION, instr(m.DEFINITION, '/', - 1) + 1, length(m.DEFINITION))) job_name, FLV1.MEANING parent_request_state, FLV2.MEANING child_request_state, TO_CHAR(m.processstart, 'DD-MM-YYYY HH24:MI:SS') START_DATE, TO_CHAR(m.processend, 'DD-MM-YYYY HH24:MI:SS') END_DATE, ( m.processend -&#8230;&#160;<a href="https://www.oracleappsdna.com/2021/11/ess-and-report-request-history-with-time-took-to-run/" class="" rel="bookmark">Read More &#187;<span class="screen-reader-text">ESS  Request History with Time took to Run</span></a></p>
The post <a href="https://www.oracleappsdna.com/2021/11/ess-and-report-request-history-with-time-took-to-run/">ESS  Request History with Time took to Run</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2020/05/sql-query-to-find-report-job-history-in-erp-cloud/" rel="bookmark" title="SQL Query to find Report Job History in ERP Cloud">SQL Query to find Report Job History in ERP Cloud</a></li>
<li><a href="https://www.oracleappsdna.com/2018/07/sql-query-to-find-bip-report-jobs-history/" rel="bookmark" title="SQL Query to find BIP Report Jobs History">SQL Query to find BIP Report Jobs History</a></li>
<li><a href="https://www.oracleappsdna.com/2011/08/sql-query-to-list-active-responsibilities-of-a-active-user/" rel="bookmark" title="SQL Query to list Active Responsibilities of a Active User">SQL Query to list Active Responsibilities of a Active User</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2021/11/ess-and-report-request-history-with-time-took-to-run/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Payload to Update AR Invoice DFF in Oracle ERP Cloud</title>
		<link>https://www.oracleappsdna.com/2021/06/payload-to-update-ar-invoice-dff-in-oracle-erp-cloud/</link>
					<comments>https://www.oracleappsdna.com/2021/06/payload-to-update-ar-invoice-dff-in-oracle-erp-cloud/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Thu, 17 Jun 2021 07:06:39 +0000</pubDate>
				<category><![CDATA[ERP Cloud Webservice Payloads]]></category>
		<category><![CDATA[ErpObjectDFFUpdateService]]></category>
		<category><![CDATA[receivablesInvoiceDFF]]></category>
		<category><![CDATA[Update AR Invoice DFF]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3646</guid>

					<description><![CDATA[<p>We have REST Service &#8220;receivablesInvoiceDFF&#8220;to Create an AR Invoice DFF, but unfortunately we cannot update DFF with REST Service. We have a SOAP Service &#8220;ERP Object Descriptive Flexfield Update Service&#8221; to update DFF. This is a generic service to update DFF of several entities. Below is the sample payload: SINGLE Receivables Invoice #NULL 73003 300000019480136&#8230;&#160;<a href="https://www.oracleappsdna.com/2021/06/payload-to-update-ar-invoice-dff-in-oracle-erp-cloud/" class="" rel="bookmark">Read More &#187;<span class="screen-reader-text">Payload to Update AR Invoice DFF in Oracle ERP Cloud</span></a></p>
The post <a href="https://www.oracleappsdna.com/2021/06/payload-to-update-ar-invoice-dff-in-oracle-erp-cloud/">Payload to Update AR Invoice DFF in Oracle ERP Cloud</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2019/11/webservice-payload-to-upload-attachments-in-erp-cloud-erpobjectattachmentservice/" rel="bookmark" title="Webservice Payload to upload Attachments in ERP Cloud &#8211; ErpObjectAttachmentService">Webservice Payload to upload Attachments in ERP Cloud &#8211; ErpObjectAttachmentService</a></li>
<li><a href="https://www.oracleappsdna.com/2019/09/gl-journal-fbdi-automation-using-erpintegrationservice/" rel="bookmark" title="GL Journal FBDI Automation using ErpIntegrationService">GL Journal FBDI Automation using ErpIntegrationService</a></li>
<li><a href="https://www.oracleappsdna.com/2019/10/soap-payload-to-run-a-bi-publisher-report-on-oracle-erp-cloud/" rel="bookmark" title="SOAP Payload to Run a BI Publisher Report on Oracle ERP Cloud">SOAP Payload to Run a BI Publisher Report on Oracle ERP Cloud</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2021/06/payload-to-update-ar-invoice-dff-in-oracle-erp-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Emails generated by Oracle ERP are delivered to customer/Supplier with from email address as &#8220;no-reply@oracle.com&#8221; instead of no-reply@client-DomainName.com</title>
		<link>https://www.oracleappsdna.com/2021/06/emails-generated-by-oracle-erp-are-delivered-to-customer-supplier-with-from-email-address-as-no-replyoracle-com-instead-of-no-replyclient-domainname-com/</link>
					<comments>https://www.oracleappsdna.com/2021/06/emails-generated-by-oracle-erp-are-delivered-to-customer-supplier-with-from-email-address-as-no-replyoracle-com-instead-of-no-replyclient-domainname-com/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Tue, 15 Jun 2021 16:09:39 +0000</pubDate>
				<category><![CDATA[Oracle ERP Cloud]]></category>
		<category><![CDATA[Email Sent as SPAM]]></category>
		<category><![CDATA[Email Sent to Junk Box]]></category>
		<category><![CDATA[no_reply@oracle.com]]></category>
		<category><![CDATA[no-reply@oracle.com]]></category>
		<category><![CDATA[no.reply@oracle.com]]></category>
		<category><![CDATA[noreply@oracle.com]]></category>
		<category><![CDATA[SPF]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3631</guid>

					<description><![CDATA[<p>Sometimes you may observe that emails sent out to customers or suppliers from oracle are with from address as &#8220;no-reply@oracle.com&#8221; instead of your client domain &#8220;no-reply@ClienDomain.com&#8221;. This happens even if from email address is configured properly in the setup or hardcoded in the bursting query. This is because oracle is not authorized to send email&#8230;&#160;<a href="https://www.oracleappsdna.com/2021/06/emails-generated-by-oracle-erp-are-delivered-to-customer-supplier-with-from-email-address-as-no-replyoracle-com-instead-of-no-replyclient-domainname-com/" class="" rel="bookmark">Read More &#187;<span class="screen-reader-text">Emails generated by Oracle ERP are delivered to customer/Supplier with from email address as &#8220;no-reply@oracle.com&#8221; instead of no-reply@client-DomainName.com</span></a></p>
The post <a href="https://www.oracleappsdna.com/2021/06/emails-generated-by-oracle-erp-are-delivered-to-customer-supplier-with-from-email-address-as-no-replyoracle-com-instead-of-no-replyclient-domainname-com/">Emails generated by Oracle ERP are delivered to customer/Supplier with from email address as “no-reply@oracle.com” instead of no-reply@client-DomainName.com</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2021/06/emails-generated-by-oracle-erp-are-delivered-to-customer-supplier-with-from-email-address-as-no-replyoracle-com-instead-of-no-replyclient-domainname-com/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Oracle ERP Cloud SQL Query to find Bank Accounts Associated with a Supplier</title>
		<link>https://www.oracleappsdna.com/2021/01/oracle-erp-cloud-sql-query-to-find-bank-accounts-associated-with-a-supplier/</link>
					<comments>https://www.oracleappsdna.com/2021/01/oracle-erp-cloud-sql-query-to-find-bank-accounts-associated-with-a-supplier/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Thu, 21 Jan 2021 09:59:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3622</guid>

					<description><![CDATA[<p>/******************************************************************* *PURPOSE: ERP Cloud SQL Query to find Bank Accounts Associated with a Supplier * *AUTHOR: Shailender Thallam * *******************************************************************/ SELECT ps.segment1 AS vendor_num , hzp.party_name AS vendor_name , pssm.attribute20 AS legacy_vendor_number , pssm.vendor_site_code , bank.party_name bank_name , branch.party_name branch_name , ieb.bank_account_name , ieb.bank_account_num , ieb.currency_code , ieb.Bank_Account_Name_alt AS TRANSIT_NUMBER , ieb.Secondary_Account_Reference AS ROUTING_NUMBER FROM&#8230;&#160;<a href="https://www.oracleappsdna.com/2021/01/oracle-erp-cloud-sql-query-to-find-bank-accounts-associated-with-a-supplier/" class="" rel="bookmark">Read More &#187;<span class="screen-reader-text">Oracle ERP Cloud SQL Query to find Bank Accounts Associated with a Supplier</span></a></p>
The post <a href="https://www.oracleappsdna.com/2021/01/oracle-erp-cloud-sql-query-to-find-bank-accounts-associated-with-a-supplier/">Oracle ERP Cloud SQL Query to find Bank Accounts Associated with a Supplier</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2016/06/query-to-list-bank-bank-branch-bank-account-information-operating-unit-wise/" rel="bookmark" title="Query to list Bank, Bank Branch, Bank Account information  Operating Unit wise">Query to list Bank, Bank Branch, Bank Account information  Operating Unit wise</a></li>
<li><a href="https://www.oracleappsdna.com/2012/04/sql-query-to-find-out-duplicate-customer-contacts/" rel="bookmark" title="SQL Query to find out Duplicate Customer Contacts">SQL Query to find out Duplicate Customer Contacts</a></li>
<li><a href="https://www.oracleappsdna.com/2016/06/query-to-list-all-documents-and-their-information-under-a-payment-process-request/" rel="bookmark" title="Query to list all Documents and their information under a Payment Process Request">Query to list all Documents and their information under a Payment Process Request</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2021/01/oracle-erp-cloud-sql-query-to-find-bank-accounts-associated-with-a-supplier/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SQL Query to Validate Email Address</title>
		<link>https://www.oracleappsdna.com/2020/11/sql-query-to-validate-email-address/</link>
					<comments>https://www.oracleappsdna.com/2020/11/sql-query-to-validate-email-address/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 13:44:58 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[REGEXP_LIKE]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3619</guid>

					<description><![CDATA[<p>/******************************************************************* *PURPOSE: SQL Query to validate email address * *AUTHOR: Shailender Thallam * *******************************************************************/ select EMAIL_ADDRESS from HZ_CONTACT_POINTS where EMAIL_ADDRESS is not null and not REGEXP_LIKE(email_address,'^[a-zA-Z0-9._%-]+@[a-zA-Z0-9._%-]+\.[a-zA-Z]{2,4}$')</p>
The post <a href="https://www.oracleappsdna.com/2020/11/sql-query-to-validate-email-address/">SQL Query to Validate Email Address</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2015/10/sql-query-to-find-customer-customer-account-and-customer-sites-information/" rel="bookmark" title="SQL Query to find Customer, Customer Account and Customer Sites Information">SQL Query to find Customer, Customer Account and Customer Sites Information</a></li>
<li><a href="https://www.oracleappsdna.com/2020/05/sql-query-to-find-report-job-history-in-erp-cloud/" rel="bookmark" title="SQL Query to find Report Job History in ERP Cloud">SQL Query to find Report Job History in ERP Cloud</a></li>
<li><a href="https://www.oracleappsdna.com/2013/03/sql-query-to-findout-application-tops-unix-physical-path/" rel="bookmark" title="SQL Query to findout Application Tops unix physical path">SQL Query to findout Application Tops unix physical path</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2020/11/sql-query-to-validate-email-address/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to find Oracle Fusion Instance Name through SQL</title>
		<link>https://www.oracleappsdna.com/2020/11/how-to-find-oracle-fusion-instance-name-through-sql/</link>
					<comments>https://www.oracleappsdna.com/2020/11/how-to-find-oracle-fusion-instance-name-through-sql/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 06:22:57 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fusion Instance Name]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3614</guid>

					<description><![CDATA[<p>We can find instance name using FUSION.ASK_DEPLOYED_DOMAINS table. /******************************************************************* *PURPOSE: SQL Query to find Oracle FUsion Instance name * *AUTHOR: Shailender Thallam * *******************************************************************/ SELECT external_virtual_host, SUBSTR (external_virtual_host, 1,instr(external_virtual_host,'.') -1) FROM fusion.ask_deployed_domains ad WHERE ad.deployed_domain_name='FADomain'</p>
The post <a href="https://www.oracleappsdna.com/2020/11/how-to-find-oracle-fusion-instance-name-through-sql/">How to find Oracle Fusion Instance Name through SQL</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2018/07/sql-query-to-find-bip-report-jobs-history/" rel="bookmark" title="SQL Query to find BIP Report Jobs History">SQL Query to find BIP Report Jobs History</a></li>
<li><a href="https://www.oracleappsdna.com/2020/09/sql-query-of-manage-data-access-along-with-security-context/" rel="bookmark" title="SQL Query of Manage Data Access along with Security Context">SQL Query of Manage Data Access along with Security Context</a></li>
<li><a href="https://www.oracleappsdna.com/2011/08/some-useful-queries-to-know-information-about-your-oracle-instance/" rel="bookmark" title="Some Useful Queries to know Information about your Oracle Instance">Some Useful Queries to know Information about your Oracle Instance</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2020/11/how-to-find-oracle-fusion-instance-name-through-sql/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SQL Query of Manage Data Access along with Security Context</title>
		<link>https://www.oracleappsdna.com/2020/09/sql-query-of-manage-data-access-along-with-security-context/</link>
					<comments>https://www.oracleappsdna.com/2020/09/sql-query-of-manage-data-access-along-with-security-context/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Mon, 07 Sep 2020 14:55:51 +0000</pubDate>
				<category><![CDATA[ERP Cloud General SQL Queries]]></category>
		<category><![CDATA[Data Access]]></category>
		<category><![CDATA[Data Access Security Context]]></category>
		<category><![CDATA[fun_user_role_data_asgnmnts]]></category>
		<category><![CDATA[Users with Data Access]]></category>
		<category><![CDATA[Users without Data Access]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3608</guid>

					<description><![CDATA[<p>select * from ( select gl.name , role.role_name , pu.username from fusion.fun_user_role_data_asgnmnts role , fusion.gl_access_sets gl , fusion.per_users pu where gl.access_set_id = role.access_set_id and pu.user_guid = role.user_guid union select bu.bu_name , role.role_name , pu.username from fusion.fun_all_business_units_v bu , fusion.fun_user_role_data_asgnmnts role , fusion.per_users pu where role.org_id = bu.bu_id and pu.user_guid = role.user_guid union select led.name ,&#8230;&#160;<a href="https://www.oracleappsdna.com/2020/09/sql-query-of-manage-data-access-along-with-security-context/" class="" rel="bookmark">Read More &#187;<span class="screen-reader-text">SQL Query of Manage Data Access along with Security Context</span></a></p>
The post <a href="https://www.oracleappsdna.com/2020/09/sql-query-of-manage-data-access-along-with-security-context/">SQL Query of Manage Data Access along with Security Context</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2019/09/sql-query-to-list-all-user-roles-in-erp-cloud/" rel="bookmark" title="SQL Query to list All User Roles in ERP Cloud">SQL Query to list All User Roles in ERP Cloud</a></li>
<li><a href="https://www.oracleappsdna.com/2018/07/sql-query-to-list-oracle-erp-cloud-users-and-their-attached-roles/" rel="bookmark" title="SQL Query to List Oracle ERP Cloud Users and their Attached Roles">SQL Query to List Oracle ERP Cloud Users and their Attached Roles</a></li>
<li><a href="https://www.oracleappsdna.com/2016/06/plsql-script-to-remove-and-add-users-to-adhoc-role/" rel="bookmark" title="PL/SQL Script to Remove and Add Users to Adhoc Role">PL/SQL Script to Remove and Add Users to Adhoc Role</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2020/09/sql-query-of-manage-data-access-along-with-security-context/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Process to Upload Public/Private Key for File Transmissions in Oracle ERP Cloud</title>
		<link>https://www.oracleappsdna.com/2020/07/process-to-upload-public-private-key-for-file-transmissions-in-oracle-erp-cloud/</link>
					<comments>https://www.oracleappsdna.com/2020/07/process-to-upload-public-private-key-for-file-transmissions-in-oracle-erp-cloud/#comments</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Fri, 17 Jul 2020 02:49:18 +0000</pubDate>
				<category><![CDATA[Oracle ERP Cloud]]></category>
		<category><![CDATA[Payables]]></category>
		<category><![CDATA[Payments]]></category>
		<category><![CDATA[Create Wallet]]></category>
		<category><![CDATA[UCM Account fin/payments/import]]></category>
		<category><![CDATA[Upload Private Key]]></category>
		<category><![CDATA[Upload Public Key]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3570</guid>

					<description><![CDATA[<p>Refer to Blog Post for generating Public/Private Key combination Through File Import and Export wizard, Private key should be uploaded to UCM Account &#8220;fin/payments/import&#8220; Note: To run any bank related integrations, wallet has to be created and wallet is something specific to an instance. Wallet cannot be cloned from one instance to another instance. Also,&#8230;&#160;<a href="https://www.oracleappsdna.com/2020/07/process-to-upload-public-private-key-for-file-transmissions-in-oracle-erp-cloud/" class="" rel="bookmark">Read More &#187;<span class="screen-reader-text">Process to Upload Public/Private Key for File Transmissions in Oracle ERP Cloud</span></a></p>
The post <a href="https://www.oracleappsdna.com/2020/07/process-to-upload-public-private-key-for-file-transmissions-in-oracle-erp-cloud/">Process to Upload Public/Private Key for File Transmissions in Oracle ERP Cloud</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2019/12/configuring-bank-transmission-by-generating-own-private-and-public-key-pair/" rel="bookmark" title="Configuring Bank Transmission by Generating own Private and Public Key Pair">Configuring Bank Transmission by Generating own Private and Public Key Pair</a></li>
<li><a href="https://www.oracleappsdna.com/2019/11/webservice-payload-to-upload-attachments-in-erp-cloud-erpobjectattachmentservice/" rel="bookmark" title="Webservice Payload to upload Attachments in ERP Cloud &#8211; ErpObjectAttachmentService">Webservice Payload to upload Attachments in ERP Cloud &#8211; ErpObjectAttachmentService</a></li>
<li><a href="https://www.oracleappsdna.com/2018/07/how-to-customize-seeded-bip-reports-in-erp-cloud/" rel="bookmark" title="How to customize seeded BIP reports in ERP Cloud">How to customize seeded BIP reports in ERP Cloud</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2020/07/process-to-upload-public-private-key-for-file-transmissions-in-oracle-erp-cloud/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Oracle ERP Cloud – SQL Query to get Organization Structure along with Legal Entity, Business Unit, Ledger and Flex Values</title>
		<link>https://www.oracleappsdna.com/2020/07/oracle-erp-cloud-sql-query-to-get-organization-structure-along-with-legal-entity-business-unit-ledger-and-flex-values/</link>
					<comments>https://www.oracleappsdna.com/2020/07/oracle-erp-cloud-sql-query-to-get-organization-structure-along-with-legal-entity-business-unit-ledger-and-flex-values/#respond</comments>
		
		<dc:creator><![CDATA[Shailender Thallam]]></dc:creator>
		<pubDate>Fri, 03 Jul 2020 05:57:46 +0000</pubDate>
				<category><![CDATA[ERP Cloud General SQL Queries]]></category>
		<category><![CDATA[Business Unit]]></category>
		<category><![CDATA[gl_ledger_norm_seg_vals]]></category>
		<category><![CDATA[gl_legal_entities_bsvs]]></category>
		<category><![CDATA[xle_entity_profiles]]></category>
		<category><![CDATA[xle_registrations]]></category>
		<guid isPermaLink="false">https://www.oracleappsdna.com/?p=3565</guid>

					<description><![CDATA[<p>/******************************************************************* *PURPOSE: SQL Query to get Org Structure along with LE, BU, Ledger and Flex * *AUTHOR: Shailender Thallam * *******************************************************************/ SELECT horg.name enterprise , horg.organization_id enterprise_id , xep.legal_entity_id , xep.name legal_entity , glev.flex_segment_value , gll.name ledger_name , gll.ledger_id , xr.registered_name , xr.alternate_registered_name , xr.registration_number , xr.place_of_registration , xr.effective_from , xr.effective_to , xep.name "LEGAL_ENTITY_NAME" ,&#8230;&#160;<a href="https://www.oracleappsdna.com/2020/07/oracle-erp-cloud-sql-query-to-get-organization-structure-along-with-legal-entity-business-unit-ledger-and-flex-values/" class="" rel="bookmark">Read More &#187;<span class="screen-reader-text">Oracle ERP Cloud – SQL Query to get Organization Structure along with Legal Entity, Business Unit, Ledger and Flex Values</span></a></p>
The post <a href="https://www.oracleappsdna.com/2020/07/oracle-erp-cloud-sql-query-to-get-organization-structure-along-with-legal-entity-business-unit-ledger-and-flex-values/">Oracle ERP Cloud – SQL Query to get Organization Structure along with Legal Entity, Business Unit, Ledger and Flex Values</a> first appeared on <a href="https://www.oracleappsdna.com">OracleAppsDNA</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Related posts:<ol>
<li><a href="https://www.oracleappsdna.com/2020/07/oracle-erp-cloud-sql-query-to-get-organization-structure-along-with-legal-entity-business-unit-and-ledger/" rel="bookmark" title="Oracle ERP Cloud &#8211; SQL Query to get Organization Structure along with Legal Entity, Business Unit and Ledger">Oracle ERP Cloud &#8211; SQL Query to get Organization Structure along with Legal Entity, Business Unit and Ledger</a></li>
<li><a href="https://www.oracleappsdna.com/2020/05/sql-query-to-get-list-of-procurement-agents-in-oracle-erp-coud/" rel="bookmark" title="SQL Query to get List of Procurement Agents in Oracle ERP Coud">SQL Query to get List of Procurement Agents in Oracle ERP Coud</a></li>
<li><a href="https://www.oracleappsdna.com/2018/07/sql-query-to-list-reference-data-sets-and-their-assignments-with-business-units-in-oracle-erp-cloud/" rel="bookmark" title="SQL Query to List Reference Data Sets and their Assignments with Business Units in Oracle ERP Cloud">SQL Query to List Reference Data Sets and their Assignments with Business Units in Oracle ERP Cloud</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.oracleappsdna.com/2020/07/oracle-erp-cloud-sql-query-to-get-organization-structure-along-with-legal-entity-business-unit-ledger-and-flex-values/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.oracleappsdna.com @ 2026-05-31 23:04:49 by W3 Total Cache
-->