DBA Data[Home] [Help]

APPS.QA_VALIDATION_API dependencies on FND_DATE

Line 2318: -- format compatible to the fnd_date.displayDT_to_date function which needs the value to

2314: BEGIN
2315:
2316: -- Bug 4965371
2317: -- Convert the format of the argument value which would be '2005/12/21 17:09:36' to the
2318: -- format compatible to the fnd_date.displayDT_to_date function which needs the value to
2319: -- be in the format 'DD-MON-RRRR HH24:MI:SS'. So used qltdate.any_to_user_dt to convert
2320: -- the value to the format 'DD-MON-RRRR HH24:MI:SS' and then call the Fnd_date functions.
2321: -- ntungare Sun Feb 12 04:35:39 PST 2006
2322:

Line 2320: -- the value to the format 'DD-MON-RRRR HH24:MI:SS' and then call the Fnd_date functions.

2316: -- Bug 4965371
2317: -- Convert the format of the argument value which would be '2005/12/21 17:09:36' to the
2318: -- format compatible to the fnd_date.displayDT_to_date function which needs the value to
2319: -- be in the format 'DD-MON-RRRR HH24:MI:SS'. So used qltdate.any_to_user_dt to convert
2320: -- the value to the format 'DD-MON-RRRR HH24:MI:SS' and then call the Fnd_date functions.
2321: -- ntungare Sun Feb 12 04:35:39 PST 2006
2322:
2323: l_value := qltdate.any_to_user_dt(value);
2324:

Line 2331: Fnd_date.date_to_canonical(fnd_date.displayDT_to_date(l_value, calendar_aware=> FND_DATE.calendar_aware_alt));

2327: -- Using the converted value
2328: -- ntungare Sun Feb 12 04:35:20 PST 2006
2329:
2330: result_holder.canonical_value :=
2331: Fnd_date.date_to_canonical(fnd_date.displayDT_to_date(l_value, calendar_aware=> FND_DATE.calendar_aware_alt));
2332:
2333: RETURN ok;
2334:
2335: EXCEPTION

Line 3040: fnd_date.date_to_displayDT(fnd_date.canonical_to_date(assigned_value), calendar_aware=> FND_DATE.calendar_aware_alt);

3036:
3037: -- bug 3178307. rkaza. 10/07/2003. Timezone Support.
3038: If qa_chars_api.datatype(target_element) = qa_ss_const.datetime_datatype then
3039: assigned_value :=
3040: fnd_date.date_to_displayDT(fnd_date.canonical_to_date(assigned_value), calendar_aware=> FND_DATE.calendar_aware_alt);
3041: End if;
3042:
3043: -- anagarwa Wed Jan 28 16:39:34 PST 2004
3044: -- Bug bug 3404863 Commenting the hardcoded message