DBA Data[Home] [Help]

APPS.PQH_PTI_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: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: pqh_ptx_info_types

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

72: p_rec.object_version_number
73: );
74: --
75: --
76: hr_utility.set_location(' Leaving:'||l_proc, 10);
77: Exception
78: When hr_api.check_integrity_violated Then
79: -- A check constraint has been violated
80: pqh_pti_shd.constraint_error

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

134: --
135: --
136: --
137: Begin
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --
140: --
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --
140: --
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 10);
143: End pre_insert;
144: --
145: -- ----------------------------------------------------------------------------
146: -- |-----------------------------< post_insert >------------------------------|

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

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

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

210: --
211: -- End of API User Hook for post_insert.
212: --
213: --
214: hr_utility.set_location(' Leaving:'||l_proc, 10);
215: End post_insert;
216: --
217: -- ----------------------------------------------------------------------------
218: -- |---------------------------------< ins >----------------------------------|

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

225: --
226: l_proc varchar2(72) := g_package||'ins';
227: --
228: Begin
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: -- Call the supporting insert validate operations
232: --
233: pqh_pti_bus.insert_validate(p_rec

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

264: l_rec pqh_pti_shd.g_rec_type;
265: l_proc varchar2(72) := g_package||'ins';
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: -- Call conversion function to turn arguments into the
271: -- p_rec structure.
272: --

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

292: --
293: p_information_type := l_rec.information_type;
294: p_object_version_number := l_rec.object_version_number;
295: --
296: hr_utility.set_location(' Leaving:'||l_proc, 10);
297: End ins;
298: --
299: end pqh_pti_ins;