DBA Data[Home] [Help]

APPS.ZX_VALID_INIT_PARAMS_PKG dependencies on DBMS_UTILITY

Line 1602: l_index2 := dbms_utility.get_hash_value(p_tx_evnt_cls_code ||l_tax_event_type_code,

1598: ELSE
1599: x_tx_evnt_typ_code := ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_typ_map_tbl(l_index).tax_event_type_code;
1600: l_tax_event_type_code := ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_typ_map_tbl(l_index).tax_event_type_code;
1601:
1602: l_index2 := dbms_utility.get_hash_value(p_tx_evnt_cls_code ||l_tax_event_type_code,
1603: 1,8192);
1604:
1605: IF ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_cls_typs_tbl.exists(l_index2) THEN
1606:

Line 4456: l_index := dbms_utility.get_hash_value(to_char(p_application_id)||p_entity_code||p_event_class_code,1,8192);

4452: BEGIN
4453:
4454: x_return_status := FND_API.G_RET_STS_SUCCESS;
4455:
4456: l_index := dbms_utility.get_hash_value(to_char(p_application_id)||p_entity_code||p_event_class_code,1,8192);
4457:
4458: IF ZX_GLOBAL_STRUCTURES_PKG.g_zx_event_class_rec_tbl.EXISTS(l_index) then
4459:
4460: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN

Line 4607: l_index := dbms_utility.get_hash_value(to_char(p_application_id)||p_entity_code||p_event_class_code

4603: BEGIN
4604:
4605: x_return_status := FND_API.G_RET_STS_SUCCESS;
4606:
4607: l_index := dbms_utility.get_hash_value(to_char(p_application_id)||p_entity_code||p_event_class_code
4608: ||p_event_type_Code,1,8192);
4609:
4610: IF ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_typ_map_tbl.EXISTS(l_index) then
4611:

Line 4675: l_index := dbms_utility.get_hash_value(l_evnt_cls_typs_rec.TAX_EVENT_CLASS_CODE ||

4671: BEGIN
4672:
4673: FOR l_evnt_cls_typs_rec in c_get_evnt_cls_typs LOOP
4674:
4675: l_index := dbms_utility.get_hash_value(l_evnt_cls_typs_rec.TAX_EVENT_CLASS_CODE ||
4676: l_evnt_cls_typs_rec.TAX_EVENT_TYPE_CODE,
4677: 1,8192);
4678:
4679: ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_cls_typs_tbl(l_index) := l_evnt_cls_typs_rec.STATUS_CODE;