DECLARE
begin
fnd_global.apps_initialize(61477,61595,222);
dbms_output.put_line('API STARTED EXECUTION' );
hz_cust_account_site_v2pub.update_cust_site_use(fnd_api.g_true,
l_cust_site_use_rec,
p_object_version_number,
exception when others then
Oracle apps functional flow and other details are included in a single Blog.
DECLARE
begin
fnd_global.apps_initialize(61477,61595,222);
dbms_output.put_line('API STARTED EXECUTION' );
hz_cust_account_site_v2pub.update_cust_site_use(fnd_api.g_true,
l_cust_site_use_rec,
p_object_version_number,
exception when others then
How to delete rows with no where clause The following example deletes all rows from the Person.Person the table in the AdventureWork...
No comments:
Post a Comment