DBA Data[Home] [Help]

APPS.PAY_AU_MODULES_API dependencies on HR_UTILITY

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

47: --
48: begin
49: l_proc := g_package||'create_au_module';
50: --
51: hr_utility.set_location('Entering:'|| l_proc, 5);
52: --
53: -- Issue a savepoint if operating in validation only mode.
54: --
55: if p_validate then

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

55: if p_validate then
56: savepoint create_au_module;
57: end if;
58: --
59: hr_utility.set_location(l_proc, 10);
60: --
61: --
62: -- Process Logic
63: --

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

91: );
92: end if;
93: close csr_valid_combo;
94: --
95: hr_utility.set_location(l_proc, 20);
96: --
97: -- When in validation only mode raise the Validate_Enabled exception
98: --
99: if p_validate then

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

104: --
105: p_module_id := l_module_id;
106: p_object_version_number := l_object_version_number;
107: --
108: hr_utility.set_location(' Leaving:'||l_proc, 100);
109: exception
110: when hr_api.validate_enabled then
111: --
112: -- Only set output warning arguments

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

135: --
136: begin
137: l_proc := g_package||'delete_au_module';
138: --
139: hr_utility.set_location('Entering:'|| l_proc, 5);
140: --
141: -- Issue a savepoint if operating in validation only mode.
142: --
143: if p_validate then

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

143: if p_validate then
144: savepoint delete_au_module;
145: end if;
146: --
147: hr_utility.set_location(l_proc, 10);
148: --
149: -- Validation in addition to Table Handlers
150: --
151: -- None required.

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

155: pay_amo_del.del
156: (p_module_id => p_module_id,
157: p_object_version_number => p_object_version_number);
158: --
159: hr_utility.set_location(l_proc, 20);
160: --
161: -- When in validation only mode raise the Validate_Enabled exception
162: --
163: if p_validate then

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

163: if p_validate then
164: raise hr_api.validate_enabled;
165: end if;
166: --
167: hr_utility.set_location(' Leaving:'||l_proc, 100);
168: exception
169: when hr_api.validate_enabled then
170: --
171: -- As the Validate_Enabled exception has been raised

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

198: --
199: begin
200: l_proc := g_package||'update_au_module';
201: --
202: hr_utility.set_location('Entering:'|| l_proc, 5);
203: --
204: -- Issue a savepoint if operating in validation only mode.
205: --
206: if p_validate then

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

206: if p_validate then
207: savepoint update_au_module;
208: end if;
209: --
210: hr_utility.set_location(l_proc, 10);
211: --
212: -- Validation in addition to Table Handlers
213: --
214: -- None required.

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

228: p_procedure_function_name => p_procedure_function_name,
229: p_formula_name => p_formula_name
230: );
231: --
232: hr_utility.set_location(l_proc, 20);
233: --
234: -- When in validation only mode raise the Validate_Enabled exception
235: --
236: if p_validate then

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

236: if p_validate then
237: raise hr_api.validate_enabled;
238: end if;
239: --
240: hr_utility.set_location(' Leaving:'||l_proc, 100);
241: exception
242: when hr_api.validate_enabled then
243: --
244: -- As the Validate_Enabled exception has been raised