DBA Data[Home] [Help]

APPS.PQH_BPL_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: pqh_bpl_ins.g_pool_id_i := p_pool_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: pqh_bpl_ins.g_pool_id_i := p_pool_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

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

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

112: );
113: --
114: pqh_bpl_shd.g_api_dml := false; -- Unset the api dml status
115: --
116: hr_utility.set_location(' Leaving:'||l_proc, 10);
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated
120: pqh_bpl_shd.g_api_dml := false; -- Unset the api dml status

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

117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated
120: pqh_bpl_shd.g_api_dml := false; -- Unset the api dml status
121: hr_utility.set_location(' Leaving:'||l_proc, 20);
122: pqh_bpl_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.parent_integrity_violated Then
125: -- Parent integrity has been violated

Line 127: hr_utility.set_location(' Leaving:'||l_proc, 30);

123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.parent_integrity_violated Then
125: -- Parent integrity has been violated
126: pqh_bpl_shd.g_api_dml := false; -- Unset the api dml status
127: hr_utility.set_location(' Leaving:'||l_proc, 30);
128: pqh_bpl_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.unique_integrity_violated Then
131: -- Unique integrity has been violated

Line 133: hr_utility.set_location(' Leaving:'||l_proc, 40);

129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.unique_integrity_violated Then
131: -- Unique integrity has been violated
132: pqh_bpl_shd.g_api_dml := false; -- Unset the api dml status
133: hr_utility.set_location(' Leaving:'||l_proc, 40);
134: pqh_bpl_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When Others Then
137: pqh_bpl_shd.g_api_dml := false; -- Unset the api dml status

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

190: l_proc varchar2(72) := g_package||'pre_insert';
191: l_exists varchar2(1);
192: --
193: Begin
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: --
196: If (pqh_bpl_ins.g_pool_id_i is not null) Then
197: --
198: -- Verify registered primary key values not already in use

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

226: Fetch C_Sel1 Into p_rec.pool_id;
227: Close C_Sel1;
228: End If;
229: --
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: End pre_insert;
232: --
233: -- ----------------------------------------------------------------------------
234: -- |-----------------------------< post_insert >------------------------------|

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

269: --
270: l_proc varchar2(72) := g_package||'post_insert';
271: --
272: Begin
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: begin
275: --
276: pqh_bpl_rki.after_insert
277: (p_effective_date => p_effective_date

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

306: ,p_hook_type => 'AI');
307: --
308: end;
309: --
310: hr_utility.set_location(' Leaving:'||l_proc, 10);
311: End post_insert;
312: --
313: -- ----------------------------------------------------------------------------
314: -- |---------------------------------< ins >----------------------------------|

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

320: --
321: l_proc varchar2(72) := g_package||'ins';
322: --
323: Begin
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: --
326: -- Call the supporting insert validate operations
327: --
328: pqh_bpl_bus.insert_validate

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

350: --
351: -- Call to raise any errors on multi-message list
352: hr_multi_message.end_validation_set;
353: --
354: hr_utility.set_location('Leaving:'||l_proc, 20);
355: end ins;
356: --
357: -- ----------------------------------------------------------------------------
358: -- |---------------------------------< ins >----------------------------------|

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

374: l_rec pqh_bpl_shd.g_rec_type;
375: l_proc varchar2(72) := g_package||'ins';
376: --
377: Begin
378: hr_utility.set_location('Entering:'||l_proc, 5);
379: --
380: -- Call conversion function to turn arguments into the
381: -- p_rec structure.
382: --

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

407: --
408: p_pool_id := l_rec.pool_id;
409: p_object_version_number := l_rec.object_version_number;
410: --
411: hr_utility.set_location(' Leaving:'||l_proc, 10);
412: End ins;
413: --
414: end pqh_bpl_ins;