DBA Data[Home] [Help]

APPS.HR_API_MODULE_INTERNAL dependencies on HR_UTILITY

Line 41: hr_utility.set_location('Entering:'|| l_proc, 5);

37: where ham.module_name = p_module_name
38: and ham.api_module_type = p_api_module_type;
39: --
40: begin
41: hr_utility.set_location('Entering:'|| l_proc, 5);
42: --
43: -- Set l_effective_date equal to truncated version of p_effective_date for
44: -- API work. Stops dates being passed to row handlers with time portion.
45: --

Line 54: hr_utility.set_location(l_proc, 10);

50: if p_validate then
51: savepoint create_api_module;
52: end if;
53: --
54: hr_utility.set_location(l_proc, 10);
55: --
56: -- Validation in addition to Table Handlers
57: --
58: -- None required.

Line 88: hr_utility.set_location(l_proc, 20);

84: );
85: end if;
86: close csr_valid_combo;
87: --
88: hr_utility.set_location(l_proc, 20);
89: --
90: -- When in validation only mode raise the Validate_Enabled exception
91: --
92: if p_validate then

Line 100: hr_utility.set_location(' Leaving:'||l_proc, 100);

96: -- Set all output arguments
97: --
98: p_api_module_id := l_api_module_id;
99: --
100: hr_utility.set_location(' Leaving:'||l_proc, 100);
101: exception
102: when hr_api.validate_enabled then
103: --
104: -- Only set output warning arguments

Line 128: hr_utility.set_location('Entering:'|| l_proc, 5);

124: --
125: l_proc varchar2(72) := g_package||'delete_api_module';
126: --
127: begin
128: hr_utility.set_location('Entering:'|| l_proc, 5);
129: --
130: -- Issue a savepoint if operating in validation only mode.
131: --
132: if p_validate then

Line 136: hr_utility.set_location(l_proc, 10);

132: if p_validate then
133: savepoint delete_api_module;
134: end if;
135: --
136: hr_utility.set_location(l_proc, 10);
137: --
138: -- Validation in addition to Table Handlers
139: --
140: -- None required.

Line 147: hr_utility.set_location(l_proc, 20);

143: --
144: hr_amd_del.del
145: (p_api_module_id => p_api_module_id);
146: --
147: hr_utility.set_location(l_proc, 20);
148: --
149: -- When in validation only mode raise the Validate_Enabled exception
150: --
151: if p_validate then

Line 155: hr_utility.set_location(' Leaving:'||l_proc, 100);

151: if p_validate then
152: raise hr_api.validate_enabled;
153: end if;
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 100);
156: exception
157: when hr_api.validate_enabled then
158: --
159: -- As the Validate_Enabled exception has been raised

Line 182: hr_utility.set_location('Entering:'|| l_proc, 5);

178: --
179: l_proc varchar2(72) := g_package||'update_api_module';
180: --
181: begin
182: hr_utility.set_location('Entering:'|| l_proc, 5);
183: --
184: -- Issue a savepoint if operating in validation only mode.
185: --
186: if p_validate then

Line 190: hr_utility.set_location(l_proc, 10);

186: if p_validate then
187: savepoint update_api_module;
188: end if;
189: --
190: hr_utility.set_location(l_proc, 10);
191: --
192: -- Validation in addition to Table Handlers
193: --
194: -- None required.

Line 206: hr_utility.set_location(l_proc, 20);

202: p_data_within_business_group => p_data_within_business_group,
203: p_effective_date => p_effective_date
204: );
205: --
206: hr_utility.set_location(l_proc, 20);
207: --
208: -- When in validation only mode raise the Validate_Enabled exception
209: --
210: if p_validate then

Line 214: hr_utility.set_location(' Leaving:'||l_proc, 100);

210: if p_validate then
211: raise hr_api.validate_enabled;
212: end if;
213: --
214: hr_utility.set_location(' Leaving:'||l_proc, 100);
215: exception
216: when hr_api.validate_enabled then
217: --
218: -- As the Validate_Enabled exception has been raised