DBA Data[Home] [Help]

APPS.PAY_ROM_BUS dependencies on HR_DBCHKFMT

Line 770: hr_dbchkfmt.is_db_format (p_value => l_amount,

766: open get_curcode;
767: fetch get_curcode into l_curcode;
768: close get_curcode;
769: --
770: hr_dbchkfmt.is_db_format (p_value => l_amount,
771: p_arg_name => 'AMOUNT',
772: p_format => 'M',
773: p_curcode => l_curcode);
774: else

Line 783: hr_dbchkfmt.is_db_format (p_value => l_percentage,

779: -- 2 decimal places
780: --
781: l_percentage := to_char(p_percent);
782: --
783: hr_dbchkfmt.is_db_format (p_value => l_percentage,
784: p_arg_name => 'PERCENTAGE',
785: p_format => 'H_DECIMAL2');
786: end if;
787: --