DBA Data[Home] [Help]

APPS.HR_FR_CONTRACT_API dependencies on FND_NUMBER

Line 149: l_amount := fnd_number.number_to_canonical(p_amount);

145: hr_utility.set_location(l_proc, 60);
146: --
147: -- Number to canonical conversion
148: --
149: l_amount := fnd_number.number_to_canonical(p_amount);
150: --
151: -- Call the contract business process
152: --
153: hr_contract_api.create_contract

Line 364: l_amount := fnd_number.number_to_canonical(p_amount);

360: --
361: if p_amount = hr_api.g_number then
362: l_amount := hr_api.g_varchar2;
363: else
364: l_amount := fnd_number.number_to_canonical(p_amount);
365: end if;
366: --
367: -- Call the contract business process
368: --