DBA Data[Home] [Help]

APPS.PAY_BAD_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: pay_bad_ins.g_attribute_id_i := p_attribute_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: pay_bad_ins.g_attribute_id_i := p_attribute_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: --
132: --
133: --
134: -- Insert the row into: pay_bal_attribute_definitions

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

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

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

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

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

262: Fetch C_Sel1 Into p_rec.attribute_id;
263: Close C_Sel1;
264: End If;
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 10);
267: End pre_insert;
268: --
269: -- ----------------------------------------------------------------------------
270: -- |-----------------------------< post_insert >------------------------------|

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

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

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

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

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

354: --
355: l_proc varchar2(72) := g_package||'ins';
356: --
357: Begin
358: hr_utility.set_location('Entering:'||l_proc, 5);
359: --
360: -- Call the supporting insert validate operations
361: --
362: pay_bad_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 pay_bad_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 436: hr_utility.set_location(' Leaving:'||l_proc, 10);

432: -- are specified as an OUT's we must set these values.
433: --
434: p_attribute_id := l_rec.attribute_id;
435: --
436: hr_utility.set_location(' Leaving:'||l_proc, 10);
437: End ins;
438: --
439: end pay_bad_ins;