DBA Data[Home] [Help]

APPS.HR_JP_AST_UTILITY_PKG dependencies on FND_DATE

Line 375: l_inputs(i).value := fnd_date.date_to_canonical(p_effective_date);

371: if l_inputs(i).class = 'CONTEXT' then
372: if l_inputs(i).name = 'ASSIGNMENT_ID' then
373: l_inputs(i).value := to_char(p_assignment_id);
374: elsif l_inputs(i).name = 'DATE_EARNED' then
375: l_inputs(i).value := fnd_date.date_to_canonical(p_effective_date);
376: end if;
377: end if;
378: end loop;
379: --