DBA Data[Home] [Help]

APPS.PAY_PBD_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_pbd_ins.g_bal_attribute_default_id_i := p_bal_attribute_default_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_pbd_ins.g_bal_attribute_default_id_i := p_bal_attribute_default_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_defaults

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_pbd_ins.g_bal_attribute_default_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.bal_attribute_default_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 308: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

351: --
352: l_proc varchar2(72) := g_package||'ins';
353: --
354: Begin
355: hr_utility.set_location('Entering:'||l_proc, 5);
356: --
357: -- Call the supporting insert validate operations
358: --
359: pay_pbd_bus.insert_validate

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

379: --
380: -- Call to raise any errors on multi-message list
381: hr_multi_message.end_validation_set;
382: --
383: hr_utility.set_location('Leaving:'||l_proc, 20);
384: end ins;
385: --
386: -- ----------------------------------------------------------------------------
387: -- |---------------------------------< ins >----------------------------------|

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

398: l_rec pay_pbd_shd.g_rec_type;
399: l_proc varchar2(72) := g_package||'ins';
400: --
401: Begin
402: hr_utility.set_location('Entering:'||l_proc, 5);
403: --
404: -- Call conversion function to turn arguments into the
405: -- p_rec structure.
406: --

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

425: -- are specified as an OUT's we must set these values.
426: --
427: p_bal_attribute_default_id := l_rec.bal_attribute_default_id;
428: --
429: hr_utility.set_location(' Leaving:'||l_proc, 10);
430: End ins;
431: --
432: end pay_pbd_ins;