DBA Data[Home] [Help]

APPS.OKL_ECV_PVT dependencies on FND_NUMBER

Line 683: p_ecv_rec.crit_cat_value1 := fnd_number.number_to_canonical(p_ecv_rec.crit_cat_numval1);

679: ,p_token1 => g_col_name_token
680: ,p_token1_value => 'CRIT_CAT_NUMVAL1');
681: RAISE okl_api.g_exception_error;
682: ELSE
683: p_ecv_rec.crit_cat_value1 := fnd_number.number_to_canonical(p_ecv_rec.crit_cat_numval1);
684: IF p_ecv_rec.crit_cat_numval2 IS NOT NULL AND NOT p_ecv_rec.crit_cat_numval2 = g_miss_num THEN
685: p_ecv_rec.crit_cat_value2 := fnd_number.number_to_canonical(p_ecv_rec.crit_cat_numval2);
686: ELSE
687: p_ecv_rec.crit_cat_value2 := NULL;

Line 685: p_ecv_rec.crit_cat_value2 := fnd_number.number_to_canonical(p_ecv_rec.crit_cat_numval2);

681: RAISE okl_api.g_exception_error;
682: ELSE
683: p_ecv_rec.crit_cat_value1 := fnd_number.number_to_canonical(p_ecv_rec.crit_cat_numval1);
684: IF p_ecv_rec.crit_cat_numval2 IS NOT NULL AND NOT p_ecv_rec.crit_cat_numval2 = g_miss_num THEN
685: p_ecv_rec.crit_cat_value2 := fnd_number.number_to_canonical(p_ecv_rec.crit_cat_numval2);
686: ELSE
687: p_ecv_rec.crit_cat_value2 := NULL;
688: END IF;
689: END IF;