DBA Data[Home] [Help]

APPS.PQH_CEF_INS dependencies on HR_UTILITY

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

51: --
52: l_proc varchar2(72) := g_package||'insert_dml';
53: --
54: Begin
55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Added the following code as a part of Zero Downtime Patching Project.

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

95: p_rec.context
96: );
97: --
98: --
99: hr_utility.set_location(' Leaving:'||l_proc, 10);
100: Exception
101: When hr_api.check_integrity_violated Then
102: -- A check constraint has been violated
103: pqh_cef_shd.constraint_error

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

157: --
158: Cursor C_Sel1 is select pqh_copy_entity_functions_s.nextval from sys.dual;
159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: --
164: -- Select the next sequence number
165: --

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

166: Open C_Sel1;
167: Fetch C_Sel1 Into p_rec.copy_entity_function_id;
168: Close C_Sel1;
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: End pre_insert;
172: --
173: -- ----------------------------------------------------------------------------
174: -- |-----------------------------< post_insert >------------------------------|

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

207: --
208: l_proc varchar2(72) := g_package||'post_insert';
209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: --
214: -- Start of API User Hook for post_insert.
215: --

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

240: --
241: -- End of API User Hook for post_insert.
242: --
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 10);
245: End post_insert;
246: --
247: -- ----------------------------------------------------------------------------
248: -- |---------------------------------< ins >----------------------------------|

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

255: --
256: l_proc varchar2(72) := g_package||'ins';
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: -- Call the supporting insert validate operations
262: --
263: pqh_cef_bus.insert_validate(p_rec

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

296: l_rec pqh_cef_shd.g_rec_type;
297: l_proc varchar2(72) := g_package||'ins';
298: --
299: Begin
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: --
302: -- Call conversion function to turn arguments into the
303: -- p_rec structure.
304: --

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

326: --
327: p_copy_entity_function_id := l_rec.copy_entity_function_id;
328: p_object_version_number := l_rec.object_version_number;
329: --
330: hr_utility.set_location(' Leaving:'||l_proc, 10);
331: End ins;
332: --
333: end pqh_cef_ins;