Anda di halaman 1dari 4

9/16/2017 Oracle Apps Solutions: December 2012

More Next Blog Create Blog Sign In

Oracle Apps Solutions

Wednesday, December 19, 2012

Customer Interface Performance Issue


Customer Interface (RACUST) for a large number of records run extremely slow. Please
do the followings, hopefully performance should improve.

1) Run "Gather Schema Statistics"/"Gather Table Statistics" program for AR from System
Administrator Responsibility.
> You can use fnd_stats/dbms_stats to gather schema/table statistics if you want to do
it from back end.

2) Set HZ: Gather Table Stats profile value to 'Yes' at site level
> Navigation: System Administrator > Profile > System Search This Blog
> query for profile 'HZ: Gather Table Stats'
Search

3) Set the profile option 'HZ: Number of Workers Used by Customer Interface' to a high
value like 6 at the Site level. Labels

Accounts Payables (2) API Errors (2)


4) Run "Customer Interface Master Conc Program" (RACUSTMA) instead of
"Customers Interface".
API Scripts (39) Business
Event (6) Discoverer (2) General
Ledger (4) Handy Scripts
Posted by Abhay Kumar at 7:07 AM No comments:
(33) HRMS (37)
Labels: Receivable Interface/Form Errors (4) Let's Play
WIth SQL (5) OAF (7) Oracle
Developer (9) Purchasing (4)
New Customers/Customer changes not visible from Receivable (5) Sales & Marketing (1)
System Administrator (7) Unix (3) User
application(R12) Hooks (1) Web ADI (13) Workflow
(5) XML Gateway (4) XML Reports
(4)
Sometimes when you use open interface (Customer Interface) or HZ APIs to create or
amend Customers, it is not visible from front end, though you can see the changes from Blog Archive
back end.
2017 (5)
DQM Synchronization program (DQM Serial Sync Index Program (DQM Serial Sync 2016 (9)
Index Program)) is submitted automatically when a user updates any customer 2015 (23)
information.
2014 (41)

This program is for Synchronizing the party records from the HZ tables into the DQM 2013 (30)
indexed tables which is what you query against when you search in the application. 2012 (10)
December (3)
DQM indexed tables are: Customer Interface
HZ_PARTIES = HZ_STAGED_PARTIES Performance Issue
HZ_PARTY_SITES = HZ_STAGED_PARTY_SITES
New Customers/Customer
HZ_CONTACTS = HZ_STAGED_CONTACTS changes not visible from
HZ_CONTACT_POINTS = HZ_STAGED_CONTACT_POINTS ap...
Script to get profile option
In R12, the DQM Synchronization can be set to: Automatic/Batch/Disabled values at different l...

November (5)
> Navigation: Customers Online Data Librarian Super User/Trading Community Manager

http://abhayappssolution.blogspot.com/2012/12/ 1/4
9/16/2017 Oracle Apps Solutions: December 2012
> Administration Tab > DQM tab > DQM Synchronization Method October (1)
August (1)
> Further more, when one sync concurrent request is in pending status, no other sync
concurrent request would even be submitted. If a party is created while a sync 2011 (10)
concurrent program is already running, the DQM Serial Sync Index Program was not run 2010 (1)
for the newly created party.

To overcome this, you can set the profile option at site level: Viewers

HZ: Ignore Concurrent Request Limits for DQM Synchronization Live Traffic Feed
If it is set to yes,it will run the DQM Serial Sync Index Program irrespective of the other A visitor from Englewood,
sync concurrent programs. Colorado viewed "Oracle Apps
Solutions: December 2012" 3
Ref: Metalink Note [ID 465993.1] mins ago from Medelln,
A visitor
Even after above changes, if it does not run automatically, Antioquia viewed "Oracle Apps
Solutions: Calling a Concurrent
1> Clear the Global Cache Program
A visitor -from
WebUnited
ADI" 33 mins
States
>> Navigation: Functional Administrator > Core Services > Caching Framework ago
viewed "Oracle Apps Solutions:
> Global Configuration > Clear All Cache > Ignore warning message. Signing Limit - API" 36 mins
A visitor from Mason, Ohio
ago
2> Please run the "DQM Synchronization Program" manually from "Trading Community viewed "Oracle Apps Solutions:
Manager" responsibility. Concurrent Request Delivery
Option (Email) - Unable to
determine
A visitor from
SMTPHyderabad,
server to use"
1 hr 6 mins
Andhra Pradesh
ago viewed "Oracle
Posted by Abhay Kumar at 3:37 AM No comments: Apps Solutions: Custom Web
Labels: Receivable ADI (Download/Upload)" 1 hr
27visitor
A mins ago
from Minneapolis,
Minnesota viewed "Oracle Apps
Monday, December 3, 2012 Solutions: Business Event:
Creation And Subscription" 1 hr
Script to get profile option values at different levels 34visitor
A mins ago
from Irvine, California
viewed "Oracle Apps Solutions:
>> Please provide the User Profile Option Name as an Input. Create/Update/Delete Phone -
HRMS
A visitorAPIs"
from1Kolkata,
hr 44 mins
Westago
------------------------
-----------
Bengal viewed "Oracle Apps
select fpo.profile_option_name "Profile Option Name"
Solutions: RICE/CEMLI
, fpot.user_profile_option_name "User Profile Option Name"
Terminology" 1 hr 47 mins ago
, fpot.description
A visitor from Elk Grove
, fpo.start_date_active "Start Active Date"
Village, Illinois viewed "Oracle
, fpo.end_date_active "End Date Active"
Apps Solutions: Concurrent
, fpo.creation_date "Creation Date"
Request Delivery Option
, fu.user_name "Created By"
(Email) - Unable to determine
A
SMTPvisitor fromtoMexico,
server Distrito
use" 1 hr 52
, 'Site' "Level" Federal viewed "Oracle Apps
, 'SITE' "Level Value"
mins ago
Solutions: Resending
, fpov.profile_option_value "Profile Option Value" Failed/Sent Notifications
from fnd_profile_options_tl fpot Real-time view Get Feedjit
, fnd_profile_options fpo
, fnd_profile_option_values fpov
, fnd_user fu
where fpot.user_profile_option_name like '%'||:profile_name||'%' Followers
and fpot.profile_option_name = fpo.profile_option_name
and fpo.application_id = fpov.application_id Followers (8)
and fpo.profile_option_id = fpov.profile_option_id
and fpo.created_by = fu.user_id
and fpot.language = userenv('Lang')
and fpov.level_id = 10001 /* site level */
union all
Follow
select fpo.profile_option_name "Profile Option Name"
, fpot.user_profile_option_name "User Profile Option Name"
, fpot.description Follow this Blog
, fpo.start_date_active "Start Active Date"
, fpo.end_date_active "End Date Active" Email address... Submit
, fpo.creation_date "Creation Date"
, fu.user_name "Created By"
, 'Appl' "Level"
, fa.application_name "Level Value"
, fpov.profile_option_value "Profile Option Value"

http://abhayappssolution.blogspot.com/2012/12/ 2/4
9/16/2017 Oracle Apps Solutions: December 2012
from fnd_profile_options_tl fpot
, fnd_profile_options fpo
, fnd_profile_option_values fpov
, fnd_user fu
, fnd_application_tl fa
where fpot.user_profile_option_name like '%'||:profile_name||'%'
and fpot.profile_option_name = fpo.profile_option_name
and fpo.profile_option_id = fpov.profile_option_id
and fpo.created_by = fu.user_id
and fpot.language = userenv('Lang')
and fpov.level_id = 10002 /* application level */
and fpov.level_value = fa.application_id
union all
select fpo.profile_option_name "Profile Option Name"
, fpot.user_profile_option_name "User Profile Option Name"
, fpot.description
, fpo.start_date_active "Start Active Date"
, fpo.end_date_active "End Date Active"
, fpo.creation_date "Creation Date"
, fu.user_name "Created By"
, 'Resp' "Level"
, frt.responsibility_name "Level Value"
, fpov.profile_option_value "Profile Option Value"
from fnd_profile_options_tl fpot
, fnd_profile_options fpo
, fnd_profile_option_values fpov
, fnd_user fu
, fnd_responsibility_tl frt
where fpot.user_profile_option_name like '%'||:profile_name||'%'
and fpot.profile_option_name = fpo.profile_option_name
and fpo.profile_option_id = fpov.profile_option_id
and fpo.created_by = fu.user_id
and frt.language = userenv('Lang')
and fpot.language = userenv('Lang')
and fpov.level_id = 10003 /*responsibility level */
and fpov.level_value = frt.responsibility_id
and fpov.level_value_application_id = frt.application_id
union all
select fpo.profile_option_name "Profile Option Name"
, fpot.user_profile_option_name "User Profile Option Name"
, fpot.description
, fpo.start_date_active "Start Active Date"
, fpo.end_date_active "End Date Active"
, fpo.creation_date "Creation Date"
, fu.user_name "Created By"
, 'User' "Level"
, fu2.user_name "Level Value"
, fpov.profile_option_value "Profile Option Value"
from fnd_profile_options_tl fpot
, fnd_profile_options fpo
, fnd_profile_option_values fpov
, fnd_user fu
, fnd_user fu2
where fpot.user_profile_option_name like '%'||:profile_name||'%'
and fpot.profile_option_name = fpo.profile_option_name
and fpo.profile_option_id = fpov.profile_option_id
and fpo.created_by = fu.user_id
and fpov.level_id = 10004 /* user level */
and fpov.level_value = fu2.user_id
and fpot.language = userenv('Lang')
order by "User Profile Option Name", "Level", "Level Value"

Posted by Abhay Kumar at 4:46 AM No comments:

Labels: Handy Scripts

Newer Posts Home Older Posts

http://abhayappssolution.blogspot.com/2012/12/ 3/4
9/16/2017 Oracle Apps Solutions: December 2012
Subscribe to: Posts (Atom)

Stand out with a website SAP Basis Survival Guide


When youre ready to
Learn How To Manage SAP
share your big idea,
Like A BOSS With This Guide.
create a beautiful
Get It Now!
website with
Squarespace. Symmery Corporation

Get GST Ready Software

Oracle Apps Solutions. Simple theme. Powered by Blogger.

http://abhayappssolution.blogspot.com/2012/12/ 4/4

Anda mungkin juga menyukai