Home » Applications » Oracle Fusion Apps & E-Business Suite » Update party Site (R12.1)
Update party Site [message #587984] Wed, 19 June 2013 12:02 Go to next message
sidh.000
Messages: 1
Registered: June 2013
Junior Member
Hi ALL,

I am currently working on updating party sites using standard update API , hz_party_site_v2pub.update_party_site.

I ran the hz_party_site_v2pub.update_party_site API. We have some 14K sites that will get updated with this API.

I have created this update process as a concurrent request. So when I've submitted this Concurrent request another standard request "DQM Serial Sync Index Program (DQM Serial Sync Index Program)" is been submitted several times .I guess at least for 10 API updates 1 DMQ request is been submitted.

Is this fine ? or any action needed from my side ?

In the update API I have some thing like below..

{CODE}
l_init_msg_list VARCHAR2 (1000) := fnd_api.g_true;
l_party_site_rec apps.hz_party_site_v2pub.party_site_rec_type;
x_oracle_user_id NUMBER;
x_ver_number NUMBER;
x_status VARCHAR2(1);
x_return_status VARCHAR2(1);
x_message VARCHAR2(4000);
x_msg_data VARCHAR2(4000);
x_msg_count NUMBER;
x_resp_id NUMBER;
x_appl_id NUMBER;
x_total_cnt NUMBER := 0;
x_total_scs NUMBER := 0;
x_total_err NUMBER := 0;
x_rec_count NUMBER;
x_conc_request_id NUMBER := fnd_global.conc_request_id ;


l_party_site_rec.party_site_id := c_site_store_num_rec.party_site_id;
l_party_site_rec.attribute2 := c_site_store_num_rec.customer_store_num;
l_party_site_rec.created_by_module := 'CUSTOMER_INTERFACE';
x_ver_number := c_site_store_num_rec.object_version_number;

apps.hz_party_site_v2pub.update_party_site(
l_init_msg_list,
l_party_site_rec,
x_ver_number,
x_return_status,
x_msg_count,
x_msg_data
);
{CODE}

more info..

https://forums.oracle.com/thread/2549631

Any pointers ?

[Updated on: Wed, 19 June 2013 12:06]

Report message to a moderator

Re: Update party Site [message #589077 is a reply to message #587984] Tue, 02 July 2013 00:38 Go to previous message
a_kamalraj
Messages: 18
Registered: May 2013
Location: Bangalore
Junior Member

Hi,

With this DQM Concurrent Program(Calls Package HZ_DQM_SYNC.sync_index_serial) are you feeling any problem in updating of Sites?.
What is the issue for you if tat program is running.

As per my understanding its trying to create index on that table or you can check what is tat DQM Concurrent Program and its Activities.

Cheers
Kamal(kamal.love@gmail.com)
Previous Topic: Frm-92101 Error in Application
Next Topic: OAF Problem
Goto Forum:
  


Current Time: Fri Mar 29 02:25:33 CDT 2024