DBA Data[Home] [Help]

APPS.ZX_VALID_INIT_PARAMS_PKG dependencies on DBMS_UTILITY

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

1576: ELSE
1577: x_tx_evnt_typ_code := ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_typ_map_tbl(l_index).tax_event_type_code;
1578: l_tax_event_type_code := ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_typ_map_tbl(l_index).tax_event_type_code;
1579:
1580: l_index2 := dbms_utility.get_hash_value(p_tx_evnt_cls_code ||l_tax_event_type_code,
1581: 1,8192);
1582:
1583: IF ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_cls_typs_tbl.exists(l_index2) THEN
1584:

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

4425: BEGIN
4426:
4427: x_return_status := FND_API.G_RET_STS_SUCCESS;
4428:
4429: l_index := dbms_utility.get_hash_value(to_char(p_application_id)||p_entity_code||p_event_class_code,1,8192);
4430:
4431: IF ZX_GLOBAL_STRUCTURES_PKG.g_zx_event_class_rec_tbl.EXISTS(l_index) then
4432:
4433: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN

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

4576: BEGIN
4577:
4578: x_return_status := FND_API.G_RET_STS_SUCCESS;
4579:
4580: l_index := dbms_utility.get_hash_value(to_char(p_application_id)||p_entity_code||p_event_class_code
4581: ||p_event_type_Code,1,8192);
4582:
4583: IF ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_typ_map_tbl.EXISTS(l_index) then
4584:

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

4644: BEGIN
4645:
4646: FOR l_evnt_cls_typs_rec in c_get_evnt_cls_typs LOOP
4647:
4648: l_index := dbms_utility.get_hash_value(l_evnt_cls_typs_rec.TAX_EVENT_CLASS_CODE ||
4649: l_evnt_cls_typs_rec.TAX_EVENT_TYPE_CODE,
4650: 1,8192);
4651:
4652: ZX_GLOBAL_STRUCTURES_PKG.g_zx_evnt_cls_typs_tbl(l_index) := l_evnt_cls_typs_rec.STATUS_CODE;