DBA Data[Home] [Help]

APPS.PER_CAGR_UTILITY_PKG dependencies on PER_CAGR_UTILITY_PKG

Line 1: PACKAGE BODY per_cagr_utility_pkg AS

1: PACKAGE BODY per_cagr_utility_pkg AS
2: /* $Header: pecgrutl.pkb 120.0 2005/05/31 06:40:05 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Package Type Specification |

Line 21: g_pkg constant varchar2(25) := 'PER_CAGR_UTILITY_PKG.';

17: -- ----------------------------------------------------------------------------
18: --
19: g_log_text_table cagr_log_text_table;
20: g_log_priority_table cagr_log_priority_table;
21: g_pkg constant varchar2(25) := 'PER_CAGR_UTILITY_PKG.';
22: g_log_counter NUMBER := 0;
23: --
24: -- ----------------------------------------------------------------------------
25: -- |--------------------< convert_uom_to_data_type >--------------------------|

Line 1073: per_cagr_utility_pkg.put_log(' last result deleted for cagr_request_id '

1069:
1070: DELETE FROM per_cagr_log
1071: WHERE cagr_request_id = p_cagr_request_id;
1072:
1073: per_cagr_utility_pkg.put_log(' last result deleted for cagr_request_id '
1074: ||p_cagr_request_id||', log entries deleted');
1075:
1076: exception
1077: when no_data_found then

Line 1244: END per_cagr_utility_pkg;

1240:
1241: hr_utility.set_location(' Leaving:' || l_proc,40);
1242: END populate_current_asg;
1243:
1244: END per_cagr_utility_pkg;