DBA Data[Home] [Help]

APPS.HRFASTANSWERS dependencies on FND_DATE

Line 271: l_inputs(i).value := FND_Date.Date_To_Canonical (p_effective_date);

267: -- Set up context values for the formula
268: for i in l_inputs.first..l_inputs.last loop
269:
270: if l_inputs(i).name = 'DATE_EARNED' then
271: l_inputs(i).value := FND_Date.Date_To_Canonical (p_effective_date);
272:
273: elsif l_inputs(i).name = 'ASSIGNMENT_ID' then
274: l_inputs(i).value := p_assignment_id;
275: end if;

Line 400: l_inputs(i).value := FND_Date.Date_To_Canonical (p_effective_date);

396: then
397: for i in l_inputs.first..l_inputs.last loop
398: --
399: if l_inputs(i).name = 'DATE_EARNED' then
400: l_inputs(i).value := FND_Date.Date_To_Canonical (p_effective_date);
401: --
402: elsif l_inputs(i).name = 'ASSIGNMENT_ID' then
403: l_inputs(i).value := p_assignment_id;
404: end if;

Line 1470: l_ff_inputs(i).value := FND_Date.Date_To_Canonical(p_effective_date);

1466: loop
1467:
1468: if (l_ff_inputs(i).name = 'DATE_EARNED')
1469: then
1470: l_ff_inputs(i).value := FND_Date.Date_To_Canonical(p_effective_date);
1471:
1472: elsif (l_ff_inputs(i).name = 'ASSIGNMENT_ID')
1473: then
1474: l_ff_inputs(i).value := p_assignment_id;