DBA Data[Home] [Help]

APPS.BEN_CWB_DYN_CALC_PKG dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- --------------------------------------------------------------------------
7: --
8: g_package varchar2(33):=' ben_cwb_dyn_calc_pkg.';
9: g_debug boolean := hr_utility.debug_enabled;
10:
11: cursor c_calc_details
12: (v_def_key in number
13: ,v_def_type in varchar2) is

Line 1665: hr_utility.set_location('execute_column '||p_group_per_in_ler_id||p_rslt_col,99);

1661:
1662: end if;
1663: exception
1664: when others then
1665: hr_utility.set_location('execute_column '||p_group_per_in_ler_id||p_rslt_col,99);
1666: raise;
1667:
1668: end execute_column;
1669:

Line 1879: hr_utility.set_location('run_dynamic_calculations '||p_group_per_in_ler_id,999);

1875: end if;
1876:
1877: exception
1878: when others then
1879: hr_utility.set_location('run_dynamic_calculations '||p_group_per_in_ler_id,999);
1880: raise;
1881:
1882: end run_dynamic_calculations;
1883: