DBA Data[Home] [Help]

APPS.PAY_US_GET_ITEM_DATA_PKG dependencies on FND_DATE

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

404: -- the address issue
405: --
406: l_input_2 := ltrim(rtrim(p_input_2));
407: if l_input_2 is not null then
408: l_effective_date := fnd_date.canonical_TO_DATE(l_input_2);
409: else
410: l_effective_date := p_effective_date;
411: end if;
412: hr_utility.trace('In function GET_MMREF_EMPLOYEE_ADDRESS');