DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on DBMS_UTILITY

Line 36: l_tab_index := dbms_utility.get_hash_value(p_concat_segment,1,TABLE_SIZE);

32: l_found BOOLEAN;
33: l_hash_value NUMBER;
34:
35: BEGIN
36: l_tab_index := dbms_utility.get_hash_value(p_concat_segment,1,TABLE_SIZE);
37: oe_debug_pub.add('Find: hash_value:'||l_tab_index,1);
38: IF Prf_Tbl.EXISTS(l_tab_index) THEN
39: IF Prf_Tbl(l_tab_index).concat_segment = p_concat_segment THEN
40: RETURN l_tab_index;

Line 95: l_tab_index := dbms_utility.get_hash_value(p_concat_segment,1,TABLE_SIZE);

91: l_stored BOOLEAN :=FALSE;
92: l_prof_value VARCHAR2(240);
93: l_hash_value NUMBER;
94: BEGIN
95: l_tab_index := dbms_utility.get_hash_value(p_concat_segment,1,TABLE_SIZE);
96: --l_prof_value := FND_PROFILE.VALUE_SPECIFIC('AR_ALLOW_TAX_CODE_OVERRIDE',p_user_id,p_resp_id,p_appl_id);
97: l_prof_value := FND_PROFILE.VALUE_SPECIFIC('ZX_ALLOW_TAX_CLASSIF_OVERRIDE',p_user_id,p_resp_id,p_appl_id);
98: oe_debug_pub.add('Put:hash_value:'||l_tab_index,1);
99: IF Prf_Tbl.EXISTS(l_tab_index) THEN