DBA Data[Home] [Help]

APPS.PER_ZA_ASS_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: per_za_ass_shd.g_api_dml := true; -- Set the api dml status
62: --

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

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

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

170: --
171: l_proc varchar2(72) := g_package||'post_insert';
172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End post_insert;
178: --

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

172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End post_insert;
178: --
179: -- ----------------------------------------------------------------------------
180: -- |---------------------------------< ins >----------------------------------|

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

187: --
188: l_proc varchar2(72) := g_package||'ins';
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: -- Determine if the business process is to be validated.
194: --
195: If p_validate then

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

213: If p_validate then
214: Raise HR_Api.Validate_Enabled;
215: End If;
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: Exception
219: When HR_Api.Validate_Enabled Then
220: --
221: -- As the Validate_Enabled exception has been raised

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

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

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

296: -- As the primary key argument(s)
297: -- are specified as an OUT's we must set these values.
298: --
299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 10);
301: End ins;
302: --
303: end per_za_ass_ins;