DBA Data[Home] [Help]

APPS.PQH_CTL_INS dependencies on HR_UTILITY

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

48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: --
54: --
55: --
56: -- Insert the row into: pqh_transaction_categories_tl

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

68: p_rec.source_lang
69: );
70: --
71: --
72: hr_utility.set_location(' Leaving:'||l_proc, 10);
73: Exception
74: When hr_api.check_integrity_violated Then
75: -- A check constraint has been violated
76: pqh_ctl_shd.constraint_error

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

131: --
132: --
133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 5);
136: --
137: --
138: p_rec.transaction_category_id := p_transaction_category_id;
139: --

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

136: --
137: --
138: p_rec.transaction_category_id := p_transaction_category_id;
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: End pre_insert;
142: --
143: -- ----------------------------------------------------------------------------
144: -- |-----------------------------< post_insert >------------------------------|

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

176: --
177: l_proc varchar2(72) := g_package||'post_insert';
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: --
183: -- Start of API User Hook for post_insert.
184: --

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

204: --
205: -- End of API User Hook for post_insert.
206: --
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End post_insert;
210: --
211: -- ----------------------------------------------------------------------------
212: -- |---------------------------------< ins >----------------------------------|

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

219: --
220: l_proc varchar2(72) := g_package||'ins';
221: --
222: Begin
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: --
225: -- Call the supporting insert validate operations
226: --
227: pqh_ctl_bus.insert_validate(p_rec);

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

254: l_rec pqh_ctl_shd.g_rec_type;
255: l_proc varchar2(72) := g_package||'ins';
256: --
257: Begin
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: --
260: -- Call conversion function to turn arguments into the
261: -- p_rec structure.
262: --

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

275: ins(p_rec => l_rec,
276: p_transaction_category_id => p_transaction_category_id);
277: --
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: End ins;
281: --
282: -- ----------------------------------------------------------------------------
283: -- |------------------------------< ins_tl >----------------------------------|

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

299: l_proc varchar2(72) := g_package||'ins_tl';
300: --
301: begin
302: --
303: hr_utility.set_location(' Entering:'||l_proc, 10);
304: --
305: for l_lang in csr_ins_langs loop
306:
307: ins(p_transaction_category_id => p_transaction_category_id,

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

310: p_source_lang => p_language_code);
311: --
312: end loop;
313: --
314: hr_utility.set_location(' Leaving:'||l_proc, 20);
315: --
316: end ins_tl;
317: --
318: end pqh_ctl_ins;