DBA Data[Home] [Help]

APPS.PER_CNF_INS dependencies on HR_UTILITY

Line 24: hr_utility.set_location('Entering:'||l_proc, 10);

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: per_cnf_ins.g_configuration_code_i := p_configuration_code;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: per_cnf_ins.g_configuration_code_i := p_configuration_code;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --

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

100: );
101: --
102: --
103: --
104: hr_utility.set_location(' Leaving:'||l_proc, 10);
105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: --

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

175: l_proc varchar2(72) := g_package||'pre_insert';
176: l_exists varchar2(1);
177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: If (per_cnf_ins.g_configuration_code_i is not null) Then
182: --
183: -- Verify registered primary key values not already in use

Line 212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');

208: -- Select the next sequence number
209: --
210: -- No registerd key values, so raise error
211: --
212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
213: hr_utility.set_message_token('API_NAME', g_package);
214: hr_utility.set_message_token('ARGUMENT', 'CONFIGURATION_CODE');
215: hr_utility.raise_error;
216:

Line 213: hr_utility.set_message_token('API_NAME', g_package);

209: --
210: -- No registerd key values, so raise error
211: --
212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
213: hr_utility.set_message_token('API_NAME', g_package);
214: hr_utility.set_message_token('ARGUMENT', 'CONFIGURATION_CODE');
215: hr_utility.raise_error;
216:
217: End If;

Line 214: hr_utility.set_message_token('ARGUMENT', 'CONFIGURATION_CODE');

210: -- No registerd key values, so raise error
211: --
212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
213: hr_utility.set_message_token('API_NAME', g_package);
214: hr_utility.set_message_token('ARGUMENT', 'CONFIGURATION_CODE');
215: hr_utility.raise_error;
216:
217: End If;
218: --

Line 215: hr_utility.raise_error;

211: --
212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
213: hr_utility.set_message_token('API_NAME', g_package);
214: hr_utility.set_message_token('ARGUMENT', 'CONFIGURATION_CODE');
215: hr_utility.raise_error;
216:
217: End If;
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

215: hr_utility.raise_error;
216:
217: End If;
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: End pre_insert;
221: --
222: -- ----------------------------------------------------------------------------
223: -- |-----------------------------< post_insert >------------------------------|

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

258: --
259: l_proc varchar2(72) := g_package||'post_insert';
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: begin
264: --
265: per_cnf_rki.after_insert
266: (p_effective_date => p_effective_date

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

283: ,p_hook_type => 'AI');
284: --
285: end;
286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 10);
288: End post_insert;
289: --
290: -- ----------------------------------------------------------------------------
291: -- |---------------------------------< ins >----------------------------------|

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

297: --
298: l_proc varchar2(72) := g_package||'ins';
299: --
300: Begin
301: hr_utility.set_location('Entering:'||l_proc, 5);
302: --
303: -- Call the supporting insert validate operations
304: --
305: per_cnf_bus.insert_validate

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

327: --
328: -- Call to raise any errors on multi-message list
329: hr_multi_message.end_validation_set;
330: --
331: hr_utility.set_location('Leaving:'||l_proc, 20);
332: end ins;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |---------------------------------< ins >----------------------------------|

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

345: l_rec per_cnf_shd.g_rec_type;
346: l_proc varchar2(72) := g_package||'ins';
347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: -- Call conversion function to turn arguments into the
352: -- p_rec structure.
353: --

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

372: --
373:
374: p_object_version_number := l_rec.object_version_number;
375: --
376: hr_utility.set_location(' Leaving:'||l_proc, 10);
377: End ins;
378: --
379: end per_cnf_ins;