DBA Data[Home] [Help]

APPS.HZ_FUZZY_PUB dependencies on HZ_FUZZY_PUB

Line 1: PACKAGE BODY HZ_FUZZY_PUB as

1: PACKAGE BODY HZ_FUZZY_PUB as
2: /*$Header: ARHFUZYB.pls 120.9 2005/08/29 13:11:22 rchanamo ship $ */
3:
4: -- Following two strings would be used in a translate function
5: -- to replace punctuation characters etc. The letter 'z' is added

Line 1178: arp_util.debug('OTHERS : hz_fuzzy_pub.generate_full_table_key');

1174: FND_FILE.PUT_LINE (FND_FILE.LOG, to_char(l_rec_count) || ' ' || p_key_type || ' keys generated.');
1175:
1176: EXCEPTION
1177: WHEN OTHERS THEN
1178: arp_util.debug('OTHERS : hz_fuzzy_pub.generate_full_table_key');
1179: Errbuf := fnd_message.get||' '||SQLERRM;
1180: Retcode := 2;
1181:
1182: END Generate_Full_Table_Key;

Line 1579: END HZ_FUZZY_PUB;

1575: p_count := l_count;
1576:
1577: end Fuzzy_Search_Party;
1578:
1579: END HZ_FUZZY_PUB;