DBA Data[Home] [Help]

APPS.PQH_CRE_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: pqh_cre_ins.g_criteria_rate_element_id_i := p_criteria_rate_element_id;
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: pqh_cre_ins.g_criteria_rate_element_id_i := p_criteria_rate_element_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

126: --
127: l_proc varchar2(72) := g_package||'insert_dml';
128: --
129: Begin
130: hr_utility.set_location('Entering:'||l_proc, 5);
131: p_rec.object_version_number := 1; -- Initialise the object version
132: --
133: --
134: --

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

154: );
155: --
156: --
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: Exception
160: When hr_api.check_integrity_violated Then
161: -- A check constraint has been violated
162: --

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

229: l_proc varchar2(72) := g_package||'pre_insert';
230: l_exists varchar2(1);
231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: --
235: If (pqh_cre_ins.g_criteria_rate_element_id_i is not null) Then
236: --
237: -- Verify registered primary key values not already in use

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

265: Fetch C_Sel1 Into p_rec.criteria_rate_element_id;
266: Close C_Sel1;
267: End If;
268: --
269: hr_utility.set_location(' Leaving:'||l_proc, 10);
270: End pre_insert;
271: --
272: -- ----------------------------------------------------------------------------
273: -- |-----------------------------< post_insert >------------------------------|

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

307: --
308: l_proc varchar2(72) := g_package||'post_insert';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);
312: begin
313: --
314: -- insert ownerships if applicable
315: create_app_ownerships

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

343: ,p_hook_type => 'AI');
344: --
345: end;
346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 10);
348: End post_insert;
349: --
350: -- ----------------------------------------------------------------------------
351: -- |---------------------------------< ins >----------------------------------|

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

356: --
357: l_proc varchar2(72) := g_package||'ins';
358: --
359: Begin
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: --
362: -- Call the supporting insert validate operations
363: --
364: pqh_cre_bus.insert_validate

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

384: --
385: -- Call to raise any errors on multi-message list
386: hr_multi_message.end_validation_set;
387: --
388: hr_utility.set_location('Leaving:'||l_proc, 20);
389: end ins;
390: --
391: -- ----------------------------------------------------------------------------
392: -- |---------------------------------< ins >----------------------------------|

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

404: l_rec pqh_cre_shd.g_rec_type;
405: l_proc varchar2(72) := g_package||'ins';
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- Call conversion function to turn arguments into the
411: -- p_rec structure.
412: --

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

433: --
434: p_criteria_rate_element_id := l_rec.criteria_rate_element_id;
435: p_object_version_number := l_rec.object_version_number;
436: --
437: hr_utility.set_location(' Leaving:'||l_proc, 10);
438: End ins;
439: --
440: end pqh_cre_ins;