DBA Data[Home] [Help]

APPS.OKL_ECV_PVT dependencies on FND_DATE

Line 698: p_ecv_rec.crit_cat_value1 := fnd_date.date_to_canonical(p_ecv_rec.crit_cat_dateval1);

694: ,p_token1 => g_col_name_token
695: ,p_token1_value => 'CRIT_CAT_DATEVAL1');
696: RAISE okl_api.g_exception_error;
697: ELSE
698: p_ecv_rec.crit_cat_value1 := fnd_date.date_to_canonical(p_ecv_rec.crit_cat_dateval1);
699: IF p_ecv_rec.crit_cat_dateval2 IS NOT NULL AND NOT p_ecv_rec.crit_cat_dateval2 = g_miss_date THEN
700: p_ecv_rec.crit_cat_value2 := fnd_date.date_to_canonical(p_ecv_rec.crit_cat_dateval2);
701: ELSE
702: p_ecv_rec.crit_cat_value2 := NULL;

Line 700: p_ecv_rec.crit_cat_value2 := fnd_date.date_to_canonical(p_ecv_rec.crit_cat_dateval2);

696: RAISE okl_api.g_exception_error;
697: ELSE
698: p_ecv_rec.crit_cat_value1 := fnd_date.date_to_canonical(p_ecv_rec.crit_cat_dateval1);
699: IF p_ecv_rec.crit_cat_dateval2 IS NOT NULL AND NOT p_ecv_rec.crit_cat_dateval2 = g_miss_date THEN
700: p_ecv_rec.crit_cat_value2 := fnd_date.date_to_canonical(p_ecv_rec.crit_cat_dateval2);
701: ELSE
702: p_ecv_rec.crit_cat_value2 := NULL;
703: END IF;
704: END IF;