DBA Data[Home] [Help]

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

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

99: );
100: --
101: per_za_lsa_shd.g_api_dml := false; -- Unset the api dml status
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: Exception
105: When hr_api.check_integrity_violated Then
106: -- A check constraint has been violated
107: per_za_lsa_shd.g_api_dml := false; -- Unset the api dml status

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

158: --
159: l_proc varchar2(72) := g_package||'post_insert';
160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 10);
165: End post_insert;
166: --

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

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

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

175: --
176: l_proc varchar2(72) := g_package||'ins';
177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: -- Determine if the business process is to be validated.
182: --
183: If p_validate then

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

201: If p_validate then
202: Raise HR_Api.Validate_Enabled;
203: End If;
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: Exception
207: When HR_Api.Validate_Enabled Then
208: --
209: -- As the Validate_Enabled exception has been raised

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

236: l_rec per_za_lsa_shd.g_za_rec_type;
237: l_proc varchar2(72) := g_package||'ins';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: -- Call conversion function to turn arguments into the
243: -- p_rec structure.
244: --

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

270: -- As the primary key argument(s)
271: -- are specified as an OUT's we must set these values.
272: --
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: End ins;
276: --
277: end per_za_lsa_ins;