DBA Data[Home] [Help]

APPS.PAY_AMT_INS dependencies on HR_UTILITY

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

22: --
23: Begin
24: l_proc := g_package||'set_base_key_value';
25: --
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28: pay_amt_ins.g_module_type_id_i := p_module_type_id;
29: --
30: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28: pay_amt_ins.g_module_type_id_i := p_module_type_id;
29: --
30: hr_utility.set_location(' Leaving:'||l_proc, 20);
31: End set_base_key_value;
32: --
33: --
34: -- ----------------------------------------------------------------------------

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

82: --
83: Begin
84: l_proc := g_package||'insert_dml';
85: --
86: hr_utility.set_location('Entering:'||l_proc, 5);
87: p_rec.object_version_number := 1; -- Initialise the object version
88: --
89: pay_amt_shd.g_api_dml := true; -- Set the api dml status
90: --

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

106: );
107: --
108: pay_amt_shd.g_api_dml := false; -- Unset the api dml status
109: --
110: hr_utility.set_location(' Leaving:'||l_proc, 10);
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: pay_amt_shd.g_api_dml := false; -- Unset the api dml status

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

183: --
184: Begin
185: l_proc := g_package||'pre_insert';
186: --
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: If (pay_amt_ins.g_module_type_id_i is not null) Then
190: --
191: -- Verify registered primary key values not already in use

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

219: Fetch C_Sel1 Into p_rec.module_type_id;
220: Close C_Sel1;
221: End If;
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 10);
224: End pre_insert;
225: --
226: -- ----------------------------------------------------------------------------
227: -- |-----------------------------< post_insert >------------------------------|

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

263: --
264: Begin
265: l_proc := g_package||'post_insert';
266: --
267: hr_utility.set_location('Entering:'||l_proc, 5);
268: --
269: hr_utility.set_location(' Leaving:'||l_proc, 10);
270: End post_insert;
271: --

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

265: l_proc := g_package||'post_insert';
266: --
267: hr_utility.set_location('Entering:'||l_proc, 5);
268: --
269: hr_utility.set_location(' Leaving:'||l_proc, 10);
270: End post_insert;
271: --
272: -- ----------------------------------------------------------------------------
273: -- |---------------------------------< ins >----------------------------------|

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

280: --
281: Begin
282: l_proc := g_package||'ins';
283: --
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: -- Call the supporting insert validate operations
287: --
288: pay_amt_bus.insert_validate

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

308: --
309: -- Call to raise any errors on multi-message list
310: hr_multi_message.end_validation_set;
311: --
312: hr_utility.set_location('Leaving:'||l_proc, 20);
313: end ins;
314: --
315: -- ----------------------------------------------------------------------------
316: -- |---------------------------------< ins >----------------------------------|

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

328: --
329: Begin
330: l_proc := g_package||'ins';
331: --
332: hr_utility.set_location('Entering:'||l_proc, 5);
333: --
334: -- Call conversion function to turn arguments into the
335: -- p_rec structure.
336: --

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

355: --
356: p_module_type_id := l_rec.module_type_id;
357: p_object_version_number := l_rec.object_version_number;
358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: End ins;
361: --
362: begin
363: g_package := ' pay_amt_ins.'; -- Global package name