DBA Data[Home] [Help]

APPS.PQP_GB_PSI_ALLOWANCE_HISTORY dependencies on FND_NUMBER

Line 1438: l_output_value := fnd_number.canonical_to_number(p_output);

1434: ,p_assignment_id => p_assignment_id
1435: ,p_output => p_output -- OUT
1436: );
1437: --
1438: l_output_value := fnd_number.canonical_to_number(p_output);
1439:
1440: -- !!! IMP - new error message
1441: IF p_output IS NULL THEN
1442: -- raise error that the bonus amount is null and value will not be reported.

Line 1495: l_output_value := fnd_number.canonical_to_number(p_output);

1491: ,p_effective_date => p_effective_date
1492: ,p_output => p_output
1493: );
1494:
1495: l_output_value := fnd_number.canonical_to_number(p_output);
1496:
1497: IF l_output_value < 0 THEN
1498: p_output := rtrim(ltrim(to_char(l_output_value,'S09999999D99')));
1499: ELSE