DBA Data[Home] [Help]

APPS.PAY_FR_RULES dependencies on DBMS_UTILITY

Line 255: l_map_tbl_ind := DBMS_UTILITY.get_hash_value(g_estab_id||p_org_meth,1,1048576); -- (2^20)

251: close csr_get_estab;
252: g_assignment_action_id := p_assignment_action_id;
253: end if;
254: --
255: l_map_tbl_ind := DBMS_UTILITY.get_hash_value(g_estab_id||p_org_meth,1,1048576); -- (2^20)
256: if not g_org_meth_map_tbl.exists(l_map_tbl_ind)
257: or g_org_meth_map_tbl(l_map_tbl_ind).estab_id <> g_estab_id
258: or g_org_meth_map_tbl(l_map_tbl_ind).gen_org_paymeth_id <> p_org_meth
259: then