DBA Data[Home] [Help]

APPS.HZ_PARTY_MERGE dependencies on HZ_COMMON_PUB

Line 624: hz_common_pub.disable_cont_source_security;

620: outandlog('Request Type: ' || G_REQUEST_TYPE);
621: outandlog('Ruleset: '||l_rule_set_name);
622: outandlog('NEWLINE');
623:
624: hz_common_pub.disable_cont_source_security;
625:
626:
627: -- Stamp concurrent request id to batch
628: UPDATE HZ_MERGE_BATCH

Line 1198: hz_common_pub.enable_cont_source_security;

1194:
1195: -- set back orig. DSS profile
1196: fnd_profile.put('HZ_DSS_ENABLED',l_dss_orig_prof_val);
1197:
1198: hz_common_pub.enable_cont_source_security;
1199:
1200: IF g_inv_merge_dict is not null THEN
1201: log('');
1202: log('CAUTION: The following tables that are registered in the Party Merge');

Line 1266: hz_common_pub.enable_cont_source_security;

1262: UPDATE HZ_DUP_SETS
1263: set status = 'ERROR'
1264: where dup_set_id = p_batch_id;
1265: commit;
1266: hz_common_pub.enable_cont_source_security;
1267: outandlog('Error: Aborting Batch');
1268: retcode := 2;
1269: errbuf := errbuf || logerror;
1270: store_merge_log(l_batch_pid, -1,

Line 1290: hz_common_pub.enable_cont_source_security;

1286: UPDATE HZ_DUP_SETS
1287: set status = 'ERROR'
1288: where dup_set_id = p_batch_id;
1289: commit;
1290: hz_common_pub.enable_cont_source_security;
1291: outandlog('Error: Aborting Batch');
1292: retcode := 2;
1293: errbuf := errbuf || logerror;
1294: store_merge_log(l_batch_pid, -1,

Line 1314: hz_common_pub.enable_cont_source_security;

1310: UPDATE HZ_DUP_SETS
1311: set status = 'ERROR'
1312: where dup_set_id = p_batch_id;
1313: commit;
1314: hz_common_pub.enable_cont_source_security;
1315: outandlog('Error: Aborting Batch');
1316: retcode := 2;
1317: errbuf := errbuf || logerror;
1318: store_merge_log(l_batch_pid, -1,