DBA Data[Home] [Help]

APPS.PER_ES_LOCATION dependencies on PER_ES_LOCATION

Line 1: PACKAGE body per_es_location AS

1: PACKAGE body per_es_location AS
2: /* $Header: peesladp.pkb 120.1 2006/09/14 14:36:40 mgettins noship $ */
3: g_package VARCHAR2(33) := 'per_es_location.';
4: --
5: PROCEDURE check_es_location (p_style IN VARCHAR2

Line 3: g_package VARCHAR2(33) := 'per_es_location.';

1: PACKAGE body per_es_location AS
2: /* $Header: peesladp.pkb 120.1 2006/09/14 14:36:40 mgettins noship $ */
3: g_package VARCHAR2(33) := 'per_es_location.';
4: --
5: PROCEDURE check_es_location (p_style IN VARCHAR2
6: ,p_postal_code IN VARCHAR2
7: ,p_region_2 IN VARCHAR2) IS

Line 35: per_es_location.check_es_location(p_style => p_style

31: -- Added for GSI Bug 5472781
32: --
33: IF hr_utility.chk_product_install('Oracle Human Resources', 'ES') THEN
34: --
35: per_es_location.check_es_location(p_style => p_style
36: ,p_postal_code => p_postal_code
37: ,p_region_2 => p_region_2);
38: --
39: END IF;

Line 53: per_es_location.check_es_location(p_style => p_style

49: -- Added for GSI Bug 5472781
50: --
51: IF hr_utility.chk_product_install('Oracle Human Resources', 'ES') THEN
52: --
53: per_es_location.check_es_location(p_style => p_style
54: ,p_postal_code => p_postal_code
55: ,p_region_2 => p_region_2);
56: --
57: END IF;

Line 61: END per_es_location;

57: END IF;
58: --
59: END update_es_location;
60: --
61: END per_es_location;