DBA Data[Home] [Help]

APPS.PAY_US_GET_ITEM_DATA_PKG dependencies on FND_DATE

Line 481: l_effective_date := fnd_date.canonical_TO_DATE(l_input_2);

477: -- the address issue
478: --
479: l_input_2 := ltrim(rtrim(p_input_2));
480: if l_input_2 is not null then
481: l_effective_date := fnd_date.canonical_TO_DATE(l_input_2);
482: else
483: l_effective_date := p_effective_date;
484: end if;
485: hr_utility.trace('In function GET_MMREF_EMPLOYEE_ADDRESS');