DBA Data[Home] [Help]

APPS.PAY_MGR_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: pay_mgr_shd.g_api_dml := true; -- Set the api dml status
62: --

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

90: );
91: --
92: pay_mgr_shd.g_api_dml := false; -- Unset the api dml status
93: --
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: Exception
96: When hr_api.check_integrity_violated Then
97: -- A check constraint has been violated
98: pay_mgr_shd.g_api_dml := false; -- Unset the api dml status

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

156: --
157: --
158: --
159: Begin
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: --
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: --
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 10);
165: End pre_insert;
166: --
167: -- ----------------------------------------------------------------------------
168: -- |-----------------------------< post_insert >------------------------------|

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

200: --
201: l_proc varchar2(72) := g_package||'post_insert';
202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: End post_insert;
208: --

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

202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: End post_insert;
208: --
209: -- ----------------------------------------------------------------------------
210: -- |---------------------------------< ins >----------------------------------|

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

217: --
218: l_proc varchar2(72) := g_package||'ins';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: -- Determine if the business process is to be validated.
224: --
225: If p_validate then

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

250: If p_validate then
251: Raise HR_Api.Validate_Enabled;
252: End If;
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: Exception
256: When HR_Api.Validate_Enabled Then
257: --
258: -- As the Validate_Enabled exception has been raised

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

283: l_rec pay_mgr_shd.g_rec_type;
284: l_proc varchar2(72) := g_package||'ins';
285: --
286: Begin
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: --
289: -- Call conversion function to turn arguments into the
290: -- p_rec structure.
291: --

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

316: -- p_magnetic_block_id := l_rec.magnetic_block_id;
317: -- p_sequence := l_rec.sequence;
318: --
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 10);
321: End ins;
322: --
323: end pay_mgr_ins;