DBA Data[Home] [Help]

APPS.PAY_RFP_INS dependencies on HR_UTILITY

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

22: --
23: l_proc varchar2(72) := g_package||'set_base_key_value';
24: --
25: Begin
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28: pay_rfp_ins.g_report_format_mapping_id_i := p_report_format_mapping_id;
29: pay_rfp_ins.g_parameter_name_i := p_parameter_name;
30: --

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

27: --
28: pay_rfp_ins.g_report_format_mapping_id_i := p_report_format_mapping_id;
29: pay_rfp_ins.g_parameter_name_i := p_parameter_name;
30: --
31: hr_utility.set_location(' Leaving:'||l_proc, 20);
32: End set_base_key_value;
33: --
34: --
35: -- ----------------------------------------------------------------------------

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

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

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

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

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

169: --
170: l_proc varchar2(72) := g_package||'pre_insert';
171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: -- Removed the code generated in pre_insert by the api generator
176: -- since it is not required for this table owing to its structure.
177: --

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

174: --
175: -- Removed the code generated in pre_insert by the api generator
176: -- since it is not required for this table owing to its structure.
177: --
178: hr_utility.set_location(' Leaving:'||l_proc, 10);
179: End pre_insert;
180: --
181: -- ----------------------------------------------------------------------------
182: -- |-----------------------------< post_insert >------------------------------|

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

216: --
217: l_proc varchar2(72) := g_package||'post_insert';
218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: End post_insert;
224: --

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

218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: End post_insert;
224: --
225: -- ----------------------------------------------------------------------------
226: -- |---------------------------------< ins >----------------------------------|

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

231: --
232: l_proc varchar2(72) := g_package||'ins';
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: -- Call the supporting insert validate operations
238: --
239: pay_rfp_bus.insert_validate

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

259: --
260: -- Call to raise any errors on multi-message list
261: hr_multi_message.end_validation_set;
262: --
263: hr_utility.set_location('Leaving:'||l_proc, 20);
264: end ins;
265: --
266: -- ----------------------------------------------------------------------------
267: -- |---------------------------------< ins >----------------------------------|

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

276: l_rec pay_rfp_shd.g_rec_type;
277: l_proc varchar2(72) := g_package||'ins';
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc, 5);
281: --
282: -- Call conversion function to turn arguments into the
283: -- p_rec structure.
284: --

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

299: --
300:
301: p_object_version_number := l_rec.object_version_number;
302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 10);
304: End ins;
305: --
306: end pay_rfp_ins;