DBA Data[Home] [Help]

APPS.PAY_PPM_BUS dependencies on HR_DBCHKFMT

Line 1019: hr_dbchkfmt.is_db_format

1015: open get_curcode;
1016: fetch get_curcode into l_curcode;
1017: close get_curcode;
1018: --
1019: hr_dbchkfmt.is_db_format
1020: (p_value => l_amount,
1021: p_arg_name => 'AMOUNT',
1022: p_format => 'M',
1023: p_curcode => l_curcode);

Line 1032: hr_dbchkfmt.is_db_format

1028: -- 2 decimal places
1029: --
1030: l_percentage := to_char(p_percentage);
1031: --
1032: hr_dbchkfmt.is_db_format
1033: (p_value => l_percentage,
1034: p_arg_name => 'PERCENTAGE',
1035: -- p_format => 'INTEGER');
1036: p_format => 'H_DECIMAL2');