DBA Data[Home] [Help]

APPS.BIS_PMV_QUERY_PVT dependencies on BIS_PARAMETER_VALIDATION

Line 3168: l_attribute2 := BIS_PARAMETER_VALIDATION.getDimensionForAttribute(rtrim(ltrim(l_attribute_code)), p_region_code);

3164: if l_index1 = 0 or l_index2 = 0 then
3165: exit;
3166: end if;
3167: l_attribute_code := substr(l_lov_where, l_index1+1, l_index2-l_index1-1);
3168: l_attribute2 := BIS_PARAMETER_VALIDATION.getDimensionForAttribute(rtrim(ltrim(l_attribute_code)), p_region_code);
3169: l_parameter_name := nvl(l_attribute2, l_attribute_code);
3170:
3171: if p_parameter_tbl.COUNT > 0 then
3172: for i in p_parameter_tbl.FIRST..p_parameter_tbl.LAST loop

Line 4483: vAttribute2 := BIS_PARAMETER_VALIDATION.getDimensionForAttribute(rtrim(ltrim(vAttributeCode)), pUserSession_rec.region_Code);

4479: if vIndex1 = 0 or vIndex2 = 0 THEN
4480: EXIT;
4481: end if;
4482: vAttributeCode := substr(x_custom_sql, vIndex1+1, vIndex2-vIndex1-1);
4483: vAttribute2 := BIS_PARAMETER_VALIDATION.getDimensionForAttribute(rtrim(ltrim(vAttributeCode)), pUserSession_rec.region_Code);
4484:
4485: x_custom_sql := replace( x_custom_sql, vAttributeCode, vAttribute2);
4486: vIndex1 := vIndex2+1;
4487: END LOOP;