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.105 2011/03/10 11:28:56 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 8801: l(' | Compiled by the HZ Match Rule Compiler');

8797: l(' | ' || p_pkg_name);
8798: l(' |');
8799: l(' | DESCRIPTION');
8800: l(' |');
8801: l(' | Compiled by the HZ Match Rule Compiler');
8802: l(' | -- Do Not Modify --');
8803: l(' |');
8804: l(' | PUBLIC PROCEDURES');
8805: l(' | find_parties');

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

8808: l(' | get_matching_contact_points');
8809: l(' | get_score_details');
8810: l(' | ');
8811: l(' | HISTORY');
8812: l(' | '||TO_CHAR(SYSDATE,'DD-MON-YYYY') || ' Generated by HZ Match Rule Compiler');
8813: l(' |');
8814: l(' *=======================================================================*/');
8815: l('');
8816: l('-- ==========================================================================================');

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

15656: FETCH c_rules_for_compile INTO l_match_rule_id, l_rule_name;
15657: EXIT WHEN c_rules_for_compile%NOTFOUND;
15658:
15659: BEGIN
15660: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_id,'Y',
15661: l_return_status,
15662: l_msg_count,
15663: l_msg_data) ;
15664:

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

15726: EXIT WHEN c_rules_for_compile%NOTFOUND;
15727:
15728: BEGIN
15729: log('Compiling Match Rule ' || l_rule_name || ' ... ', FALSE);
15730: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_id,'Y',
15731: l_return_status,
15732: l_msg_count,
15733: l_msg_data) ;
15734:

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

16071: EXIT WHEN c_rulesets_for_compile%NOTFOUND;
16072:
16073: BEGIN
16074: log('Compiling Match Rule Set ' || l_rule_name || ' ... ', FALSE);
16075: HZ_MATCH_RULE_COMPILE.COMPILE_MATCH_RULE( l_match_rule_set_id,'Y',
16076: l_return_status,
16077: l_msg_count,
16078: l_msg_data) ;
16079: