DBA Data[Home] [Help]

APPS.QA_VALIDATION_API dependencies on FND_DATE

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

2247: BEGIN
2248:
2249: -- Bug 4965371
2250: -- Convert the format of the argument value which would be '2005/12/21 17:09:36' to the
2251: -- format compatible to the fnd_date.displayDT_to_date function which needs the value to
2252: -- be in the format 'DD-MON-RRRR HH24:MI:SS'. So used qltdate.any_to_user_dt to convert
2253: -- the value to the format 'DD-MON-RRRR HH24:MI:SS' and then call the Fnd_date functions.
2254: -- ntungare Sun Feb 12 04:35:39 PST 2006
2255:

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

2249: -- Bug 4965371
2250: -- Convert the format of the argument value which would be '2005/12/21 17:09:36' to the
2251: -- format compatible to the fnd_date.displayDT_to_date function which needs the value to
2252: -- be in the format 'DD-MON-RRRR HH24:MI:SS'. So used qltdate.any_to_user_dt to convert
2253: -- the value to the format 'DD-MON-RRRR HH24:MI:SS' and then call the Fnd_date functions.
2254: -- ntungare Sun Feb 12 04:35:39 PST 2006
2255:
2256: l_value := qltdate.any_to_user_dt(value);
2257:

Line 2264: Fnd_date.date_to_canonical(fnd_date.displayDT_to_date(l_value));

2260: -- Using the converted value
2261: -- ntungare Sun Feb 12 04:35:20 PST 2006
2262:
2263: result_holder.canonical_value :=
2264: Fnd_date.date_to_canonical(fnd_date.displayDT_to_date(l_value));
2265:
2266: RETURN ok;
2267:
2268: EXCEPTION

Line 2973: fnd_date.date_to_displayDT(fnd_date.canonical_to_date(assigned_value));

2969:
2970: -- bug 3178307. rkaza. 10/07/2003. Timezone Support.
2971: If qa_chars_api.datatype(target_element) = qa_ss_const.datetime_datatype then
2972: assigned_value :=
2973: fnd_date.date_to_displayDT(fnd_date.canonical_to_date(assigned_value));
2974: End if;
2975:
2976: -- anagarwa Wed Jan 28 16:39:34 PST 2004
2977: -- Bug bug 3404863 Commenting the hardcoded message