DBA Data[Home] [Help]

APPS.HZ_PARTY_MERGE dependencies on HZ_COMMON_PUB

Line 647: hz_common_pub.disable_cont_source_security;

643: outandlog('Request Type: ' || G_REQUEST_TYPE);
644: outandlog('Ruleset: '||l_rule_set_name);
645: outandlog('NEWLINE');
646:
647: hz_common_pub.disable_cont_source_security;
648:
649:
650: -- Stamp concurrent request id to batch
651: UPDATE HZ_MERGE_BATCH

Line 1235: hz_common_pub.enable_cont_source_security;

1231:
1232: -- set back orig. DSS profile
1233: fnd_profile.put('HZ_DSS_ENABLED',l_dss_orig_prof_val);
1234:
1235: hz_common_pub.enable_cont_source_security;
1236:
1237: IF g_inv_merge_dict is not null THEN
1238: log('');
1239: log('CAUTION: The following tables that are registered in the Party Merge');

Line 1303: hz_common_pub.enable_cont_source_security;

1299: UPDATE HZ_DUP_SETS
1300: set status = 'ERROR'
1301: where dup_set_id = p_batch_id;
1302: commit;
1303: hz_common_pub.enable_cont_source_security;
1304: outandlog('Error: Aborting Batch');
1305: outandlog('Error: '|| SQLERRM);
1306: retcode := 2;
1307: errbuf := errbuf || logerror;

Line 1328: hz_common_pub.enable_cont_source_security;

1324: UPDATE HZ_DUP_SETS
1325: set status = 'ERROR'
1326: where dup_set_id = p_batch_id;
1327: commit;
1328: hz_common_pub.enable_cont_source_security;
1329: outandlog('Error: Aborting Batch');
1330: outandlog('Error: '|| SQLERRM);
1331: retcode := 2;
1332: errbuf := errbuf || logerror;

Line 1353: hz_common_pub.enable_cont_source_security;

1349: UPDATE HZ_DUP_SETS
1350: set status = 'ERROR'
1351: where dup_set_id = p_batch_id;
1352: commit;
1353: hz_common_pub.enable_cont_source_security;
1354: outandlog('Error: Aborting Batch');
1355: outandlog('Error: '|| SQLERRM);
1356: retcode := 2;
1357: errbuf := errbuf || logerror;