DBA Data[Home] [Help]

APPS.HRI_BPL_CONC_LOG dependencies on FND_DATE

Line 465: -- RETURN fnd_date.date_to_displaydt(l_date_to_return,'FND_NO_CONVERT');

461: END IF;
462: --
463: -- 4303724, Added the parameter value 'FND_NO_CONVERT' in function call
464: --
465: -- RETURN fnd_date.date_to_displaydt(l_date_to_return,'FND_NO_CONVERT');
466: --
467: --
468: -- Bug 5217834, used fnd_date.date_to_displaydate to return value
469: -- to value set FND_STANDARD_DATE.

Line 468: -- Bug 5217834, used fnd_date.date_to_displaydate to return value

464: --
465: -- RETURN fnd_date.date_to_displaydt(l_date_to_return,'FND_NO_CONVERT');
466: --
467: --
468: -- Bug 5217834, used fnd_date.date_to_displaydate to return value
469: -- to value set FND_STANDARD_DATE.
470: --
471: RETURN fnd_date.date_to_displaydate(l_date_to_return);
472: --

Line 471: RETURN fnd_date.date_to_displaydate(l_date_to_return);

467: --
468: -- Bug 5217834, used fnd_date.date_to_displaydate to return value
469: -- to value set FND_STANDARD_DATE.
470: --
471: RETURN fnd_date.date_to_displaydate(l_date_to_return);
472: --
473: --
474: END get_last_collect_to_date;
475: --