DBA Data[Home] [Help]

APPS.ZX_TPI_SERVICES_PKG dependencies on DBMS_UTILITY

Line 1315: l_tbl_index := dbms_utility.get_hash_value(to_char(p_application_id)||'$$'||p_entity_code||'$$'||p_event_class_code||'$$'||to_char(ZX_SECURITY.G_FIRST_PARTY_ORG_ID)||'$$'||p_tax_regime_code, 1, 8192);

1311: ' Tax Regime code = ' || p_tax_regime_code ||
1312: ' ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW =' || ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW);
1313: END IF;
1314:
1315: l_tbl_index := dbms_utility.get_hash_value(to_char(p_application_id)||'$$'||p_entity_code||'$$'||p_event_class_code||'$$'||to_char(ZX_SECURITY.G_FIRST_PARTY_ORG_ID)||'$$'||p_tax_regime_code, 1, 8192);
1316:
1317: IF tax_regime_tmp_tbl.exists(l_tbl_index)
1318: AND tax_regime_tmp_tbl(l_tbl_index).application_id = p_application_id
1319: AND tax_regime_tmp_tbl(l_tbl_index).entity_code = p_entity_code