DBA Data[Home] [Help]

APPS.CLN_RN_UTILS dependencies on FND_TIMEZONES_PVT

Line 41: x_utc_date := FND_TIMEZONES_PVT.adjust_datetime(p_input_date,l_db_timezone,l_rn_timezone);

37: IF (l_Debug_Level <= 1) THEN
38: cln_debug_pub.Add('Calling function to convert the datetime to UTC',1);
39: END IF;
40: -- this function converts the datetime from the user entered/db timezone to UTC
41: x_utc_date := FND_TIMEZONES_PVT.adjust_datetime(p_input_date,l_db_timezone,l_rn_timezone);
42: IF (l_Debug_Level <= 1) THEN
43: cln_debug_pub.Add('Date in UTC format -->'||x_utc_date,1);
44: END IF;
45: IF (l_Debug_Level <= 2) THEN

Line 235: x_db_date := FND_TIMEZONES_PVT.adjust_datetime(l_utc_datetime,l_rn_timezone,l_db_timezone);

231: IF (l_Debug_Level <= 1) THEN
232: cln_debug_pub.Add('Date After Formatting (Date)'||l_utc_datetime,1);
233: END IF;
234: -- this function converts the datetime from the user entered/db timezone to UTC
235: x_db_date := FND_TIMEZONES_PVT.adjust_datetime(l_utc_datetime,l_rn_timezone,l_db_timezone);
236: IF (l_Debug_Level <= 1) THEN
237: cln_debug_pub.Add('Date after conversion '||x_db_date,1);
238: END IF;
239: ELSE

Line 1520: x_db_date := FND_TIMEZONES_PVT.adjust_datetime(l_utc_datetime,l_rn_timezone,l_db_timezone);

1516: IF (l_Debug_Level <= 1) THEN
1517: cln_debug_pub.Add('Date After Formatting (Date)'||l_utc_datetime,1);
1518: END IF;
1519: -- this function converts the datetime from the user entered/db timezone to UTC
1520: x_db_date := FND_TIMEZONES_PVT.adjust_datetime(l_utc_datetime,l_rn_timezone,l_db_timezone);
1521: IF (l_Debug_Level <= 1) THEN
1522: cln_debug_pub.Add('Date after conversion '||x_db_date,1);
1523: END IF;
1524: ELSE