DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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