DBA Data[Home] [Help]

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

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

79: );
80: --
81: per_za_ao_ass_shd.g_api_dml := false; -- Unset the api dml status
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: Exception
85: When hr_api.check_integrity_violated Then
86: -- A check constraint has been violated
87: per_za_ao_ass_shd.g_api_dml := false; -- Unset the api dml status

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

138: --
139: l_proc varchar2(72) := g_package||'post_insert';
140: --
141: Begin
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: --
144: hr_utility.set_location(' Leaving:'||l_proc, 10);
145: End post_insert;
146: --

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

140: --
141: Begin
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: --
144: hr_utility.set_location(' Leaving:'||l_proc, 10);
145: End post_insert;
146: --
147: -- ----------------------------------------------------------------------------
148: -- |---------------------------------< ins >----------------------------------|

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

155: --
156: l_proc varchar2(72) := g_package||'ins';
157: --
158: Begin
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: --
161: -- Determine if the business process is to be validated.
162: --
163: If p_validate then

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

181: If p_validate then
182: Raise HR_Api.Validate_Enabled;
183: End If;
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: Exception
187: When HR_Api.Validate_Enabled Then
188: --
189: -- As the Validate_Enabled exception has been raised

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

208: l_rec per_za_ao_ass_shd.g_za_rec_type;
209: l_proc varchar2(72) := g_package||'ins';
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: -- Call conversion function to turn arguments into the
215: -- p_rec structure.
216: --

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

232: -- As the primary key argument(s)
233: -- are specified as an OUT's we must set these values.
234: --
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End ins;
238: --
239: end per_za_ao_ass_ins;