DBA Data[Home] [Help]

APPS.WF_NTF_RULE dependencies on DBMS_UTILITY

Line 115: idx := dbms_utility.get_hash_value(c.column_name, hashbase, hashsize);

111: loop
112: -- column name is unique within the same rule
113: -- Hash Size 512 (2^9) must be large enough to prevent collision
114:
115: idx := dbms_utility.get_hash_value(c.column_name, hashbase, hashsize);
116: if (x_custom_col_tbl.exists(idx)) then
117: x_custom_col_tbl(idx).override := 'Y';
118: else
119: x_custom_col_tbl(idx).rule_name := c.rule_name;