DBA Data[Home] [Help]

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

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

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

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

148: --
149: l_proc varchar2(72) := g_package||'post_insert';
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End post_insert;
156: --

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

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End post_insert;
156: --
157: -- ----------------------------------------------------------------------------
158: -- |---------------------------------< ins >----------------------------------|

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

165: --
166: l_proc varchar2(72) := g_package||'ins';
167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: -- Determine if the business process is to be validated.
172: --
173: If p_validate then

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

191: If p_validate then
192: Raise HR_Api.Validate_Enabled;
193: End If;
194: --
195: hr_utility.set_location(' Leaving:'||l_proc, 10);
196: Exception
197: When HR_Api.Validate_Enabled Then
198: --
199: -- As the Validate_Enabled exception has been raised

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

223: l_rec per_za_tra_shd.g_za_rec_type;
224: l_proc varchar2(72) := g_package||'ins';
225: --
226: Begin
227: hr_utility.set_location('Entering:'||l_proc, 5);
228: --
229: -- Call conversion function to turn arguments into the
230: -- p_rec structure.
231: --

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

252: -- As the primary key argument(s)
253: -- are specified as an OUT's we must set these values.
254: --
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 10);
257: End ins;
258: --
259: end per_za_tra_ins;