DBA Data[Home] [Help]

APPS.OZF_TIME_PVT dependencies on FND_DATE

Line 1378: return fnd_date.date_to_displaydt(l_return_date);

1374: into l_return_date
1375: from ozf_time_day;
1376: end if;
1377:
1378: return fnd_date.date_to_displaydt(l_return_date);
1379:
1380: end DEFAULT_LOAD_FROM_DATE;
1381:
1382: ---------------------------------------------------

Line 1404: return fnd_date.date_to_displaydt(l_return_date);

1400: where adjustment_period_flag = 'N'
1401: and period_set_name = l_period_set_name
1402: and period_type = l_period_type;
1403:
1404: return fnd_date.date_to_displaydt(l_return_date);
1405:
1406: end DEFAULT_LOAD_TO_DATE;
1407:
1408: