DBA Data[Home] [Help]

APPS.OTA_TPC_BUS1 dependencies on HR_DBCHKFMT

Line 434: hr_dbchkfmt.is_db_format

430: -- validate the format of the value field
431: --
432: hr_utility.set_location(' Step:'|| l_proc, 70);
433: if l_unit = 'M' then
434: hr_dbchkfmt.is_db_format
435: (p_value => p_amount
436: ,p_arg_name => 'VALUE'
437: ,p_format => 'MONEY'
438: ,p_curcode => p_currency_code);

Line 440: hr_dbchkfmt.is_db_format

436: ,p_arg_name => 'VALUE'
437: ,p_format => 'MONEY'
438: ,p_curcode => p_currency_code);
439: else
440: hr_dbchkfmt.is_db_format
441: (p_value => p_amount
442: ,p_arg_name => 'VALUE'
443: ,p_format => l_unit);
444: end if;