DBA Data[Home] [Help]

APPS.PQP_GB_PSI_ALLOWANCE_HISTORY dependencies on FND_NUMBER

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

1285: ,p_assignment_id => p_assignment_id
1286: ,p_output => p_output -- OUT
1287: );
1288: --
1289: l_output_value := fnd_number.canonical_to_number(p_output);
1290:
1291: -- !!! IMP - new error message
1292: IF p_output IS NULL THEN
1293: -- raise error that the bonus amount is null and value will not be reported.

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

1342: ,p_effective_date => p_effective_date
1343: ,p_output => p_output
1344: );
1345:
1346: l_output_value := fnd_number.canonical_to_number(p_output);
1347:
1348: IF l_output_value < 0 THEN
1349: p_output := rtrim(ltrim(to_char(l_output_value,'S09999999D99')));
1350: ELSE