DBA Data[Home] [Help]

APPS.PQH_TTL_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_templates_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_ttl_shd.constraint_error

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

130: l_proc varchar2(72) := g_package||'pre_insert';
131: --
132: --
133: Begin
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: --
137: -- Select the next sequence number
138: --

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

137: -- Select the next sequence number
138: --
139: p_rec.template_id := p_template_id;
140: --
141: hr_utility.set_location(' Leaving:'||l_proc, 10);
142: End pre_insert;
143: --
144: -- ----------------------------------------------------------------------------
145: -- |-----------------------------< post_insert >------------------------------|

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

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

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

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

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

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

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

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

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

281: -- are specified as an OUT's we must set these values.
282: --
283: --
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 10);
286: End ins;
287: --
288: --
289: -- ----------------------------------------------------------------------------

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

309: l_proc varchar2(72) := g_package||'ins_tl';
310: --
311: begin
312: --
313: hr_utility.set_location(' Entering:'||l_proc, 10);
314: --
315: for l_lang in csr_ins_langs loop
316:
317: ins(p_template_id => p_template_id,

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

320: p_source_lang => p_language_code);
321: --
322: end loop;
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 20);
325: --
326: end ins_tl;
327: --
328: