DBA Data[Home] [Help]

APPS.HZ_MATCH_RULE_COMPILE dependencies on HZ_MATCH_RULE_COMPILE

Line 1: PACKAGE BODY HZ_MATCH_RULE_COMPILE AS

1: PACKAGE BODY HZ_MATCH_RULE_COMPILE AS
2: /*$Header: ARHDQMCB.pls 120.97.12010000.3 2008/10/06 12:44:14 amstephe ship $ */
3:
4: g_party_and_query VARCHAR2(4000);
5: g_party_or_query VARCHAR2(4000);

Line 755: l(' | Compiled by the HZ Match Rule Compiler');

751: l(' | HZ_PARTY_SEARCH');
752: l(' |');
753: l(' | DESCRIPTION');
754: l(' |');
755: l(' | Compiled by the HZ Match Rule Compiler');
756: l(' | PUBLIC PROCEDURES');
757: l(' | find_parties');
758: l(' | get_matching_party_sites');
759: l(' | get_matching_contacts');

Line 764: l(' | '||TO_CHAR(SYSDATE,'DD-MON-YYYY') || ' Generated by HZ Match Rule Compiler');

760: l(' | get_matching_contact_points');
761: l(' | get_party_score_details');
762: l(' | ');
763: l(' | HISTORY');
764: l(' | '||TO_CHAR(SYSDATE,'DD-MON-YYYY') || ' Generated by HZ Match Rule Compiler');
765: l(' |');
766: l(' *=======================================================================*/');
767:
768: l(' g_debug_count NUMBER := 0;');

Line 2964: l(' | Compiled by the HZ Match Rule Compiler');

2960: l(' | ' || p_pkg_name);
2961: l(' |');
2962: l(' | DESCRIPTION');
2963: l(' |');
2964: l(' | Compiled by the HZ Match Rule Compiler');
2965: l(' | -- Do Not Modify --');
2966: l(' |');
2967: l(' | PUBLIC PROCEDURES');
2968: l(' | find_parties');

Line 2975: l(' | '||TO_CHAR(SYSDATE,'DD-MON-YYYY') || ' Generated by HZ Match Rule Compiler');

2971: l(' | get_matching_contact_points');
2972: l(' | get_score_details');
2973: l(' | ');
2974: l(' | HISTORY');
2975: l(' | '||TO_CHAR(SYSDATE,'DD-MON-YYYY') || ' Generated by HZ Match Rule Compiler');
2976: l(' |');
2977: l(' *=======================================================================*/');
2978:
2979: IF l_purpose = 'S'

Line 8755: l(' | Compiled by the HZ Match Rule Compiler');

8751: l(' | ' || p_pkg_name);
8752: l(' |');
8753: l(' | DESCRIPTION');
8754: l(' |');
8755: l(' | Compiled by the HZ Match Rule Compiler');
8756: l(' | -- Do Not Modify --');
8757: l(' |');
8758: l(' | PUBLIC PROCEDURES');
8759: l(' | find_parties');

Line 8766: l(' | '||TO_CHAR(SYSDATE,'DD-MON-YYYY') || ' Generated by HZ Match Rule Compiler');

8762: l(' | get_matching_contact_points');
8763: l(' | get_score_details');
8764: l(' | ');
8765: l(' | HISTORY');
8766: l(' | '||TO_CHAR(SYSDATE,'DD-MON-YYYY') || ' Generated by HZ Match Rule Compiler');
8767: l(' |');
8768: l(' *=======================================================================*/');
8769: l('');
8770: l('-- ==========================================================================================');

Line 15602: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_id,'Y',

15598: FETCH c_rules_for_compile INTO l_match_rule_id, l_rule_name;
15599: EXIT WHEN c_rules_for_compile%NOTFOUND;
15600:
15601: BEGIN
15602: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_id,'Y',
15603: l_return_status,
15604: l_msg_count,
15605: l_msg_data) ;
15606:

Line 15672: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_id,'Y',

15668: EXIT WHEN c_rules_for_compile%NOTFOUND;
15669:
15670: BEGIN
15671: log('Compiling Match Rule ' || l_rule_name || ' ... ', FALSE);
15672: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_id,'Y',
15673: l_return_status,
15674: l_msg_count,
15675: l_msg_data) ;
15676:

Line 16017: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_set_id,'Y',

16013: EXIT WHEN c_rulesets_for_compile%NOTFOUND;
16014:
16015: BEGIN
16016: log('Compiling Match Rule Set ' || l_rule_name || ' ... ', FALSE);
16017: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_set_id,'Y',
16018: l_return_status,
16019: l_msg_count,
16020: l_msg_data) ;
16021: