DBA Data[Home] [Help]

APPS.BEN_EOM_SHD dependencies on HR_UTILITY

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

14: --
15: l_proc varchar2(72) := g_package||'return_api_dml_status';
16: --
17: Begin
18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: Return (nvl(g_api_dml, false));
21: --
22: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: Return (nvl(g_api_dml, false));
21: --
22: hr_utility.set_location(' Leaving:'||l_proc, 10);
23: End return_api_dml_status;
24: --
25: -- ----------------------------------------------------------------------------
26: -- |---------------------------< constraint_error >---------------------------|

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

30: --
31: l_proc varchar2(72) := g_package||'constraint_error';
32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_ELIG_OPTD_MDCR_PRTE_PK') Then
37: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
38: fnd_message.set_token('PROCEDURE', l_proc);

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

44: fnd_message.set_token('CONSTRAINT_NAME', p_constraint_name);
45: fnd_message.raise_error;
46: End If;
47: --
48: hr_utility.set_location(' Leaving:'||l_proc, 10);
49: End constraint_error;
50: --
51: -- ----------------------------------------------------------------------------
52: -- |-----------------------------< api_updating >-----------------------------|

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

109: l_proc varchar2(72) := g_package||'api_updating';
110: l_fct_ret boolean;
111: --
112: Begin
113: hr_utility.set_location('Entering:'||l_proc, 5);
114: --
115: If (p_effective_date is null or
116: p_elig_optd_mdcr_prte_id is null or
117: p_object_version_number is null) Then

Line 126: hr_utility.set_location(l_proc, 10);

122: l_fct_ret := false;
123: Else
124: If (p_elig_optd_mdcr_prte_id = g_old_rec.elig_optd_mdcr_prte_id and
125: p_object_version_number = g_old_rec.object_version_number) Then
126: hr_utility.set_location(l_proc, 10);
127: --
128: -- The g_old_rec is current therefore we must
129: -- set the returning function to true
130: --

Line 151: hr_utility.set_location(l_proc, 15);

147: If (p_object_version_number <> g_old_rec.object_version_number) Then
148: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
149: fnd_message.raise_error;
150: End If;
151: hr_utility.set_location(l_proc, 15);
152: l_fct_ret := true;
153: End If;
154: End If;
155: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 155: hr_utility.set_location(' Leaving:'||l_proc, 20);

151: hr_utility.set_location(l_proc, 15);
152: l_fct_ret := true;
153: End If;
154: End If;
155: hr_utility.set_location(' Leaving:'||l_proc, 20);
156: Return (l_fct_ret);
157: --
158: End api_updating;
159: --

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

179: and p_effective_date
180: between t.effective_start_date and t.effective_end_date;
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: Open C_Sel1;
185: Fetch C_Sel1 Into l_parent_key_value1;
186: If C_Sel1%notfound then
187: Close C_Sel1;

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

206: p_delete => p_delete,
207: p_future_change => p_future_change,
208: p_delete_next_change => p_delete_next_change);
209: --
210: hr_utility.set_location(' Leaving:'||l_proc, 10);
211: End find_dt_del_modes;
212: --
213: -- ----------------------------------------------------------------------------
214: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

223: --
224: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
225: --
226: Begin
227: hr_utility.set_location('Entering:'||l_proc, 5);
228: --
229: -- Call the corresponding datetrack api
230: --
231: dt_api.find_dt_upd_modes

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

237: p_update => p_update,
238: p_update_override => p_update_override,
239: p_update_change_insert => p_update_change_insert);
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End find_dt_upd_modes;
243: --
244: -- ----------------------------------------------------------------------------
245: -- |------------------------< upd_effective_end_date >------------------------|

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

255: l_proc varchar2(72) := g_package||'upd_effective_end_date';
256: l_object_version_number number;
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: -- Because we are updating a row we must get the next object
262: -- version number.
263: --

Line 270: hr_utility.set_location(l_proc, 10);

266: (p_base_table_name => 'ben_elig_optd_mdcr_prte_f',
267: p_base_key_column => 'elig_optd_mdcr_prte_id',
268: p_base_key_value => p_base_key_value);
269: --
270: hr_utility.set_location(l_proc, 10);
271: g_api_dml := true; -- Set the api dml status
272: --
273: -- Update the specified datetrack row setting the effective
274: -- end date to the specified new effective end date.

Line 285: hr_utility.set_location(' Leaving:'||l_proc, 15);

281: between t.effective_start_date and t.effective_end_date;
282: --
283: g_api_dml := false; -- Unset the api dml status
284: p_object_version_number := l_object_version_number;
285: hr_utility.set_location(' Leaving:'||l_proc, 15);
286: --
287: Exception
288: When Others Then
289: g_api_dml := false; -- Unset the api dml status

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

359: --
360: --
361: --
362: Begin
363: hr_utility.set_location('Entering:'||l_proc, 5);
364: --
365: -- Ensure that all the mandatory arguments are not null
366: --
367: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 404: hr_utility.set_location(l_proc, 15);

400: If (p_object_version_number <> g_old_rec.object_version_number) Then
401: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
402: fnd_message.raise_error;
403: End If;
404: hr_utility.set_location(l_proc, 15);
405: --
406: --
407: -- Validate the datetrack mode mode getting the validation start
408: -- and end dates for the specified datetrack operation.

Line 439: hr_utility.set_location(' Leaving:'||l_proc, 30);

435: --
436: p_validation_start_date := l_validation_start_date;
437: p_validation_end_date := l_validation_end_date;
438: --
439: hr_utility.set_location(' Leaving:'||l_proc, 30);
440: --
441: -- We need to trap the ORA LOCK exception
442: --
443: Exception

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

509: l_proc varchar2(72) := g_package||'convert_args';
510: --
511: Begin
512: --
513: hr_utility.set_location('Entering:'||l_proc, 5);
514: --
515: -- Convert arguments into local l_rec structure.
516: --
517: l_rec.elig_optd_mdcr_prte_id := p_elig_optd_mdcr_prte_id;

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

555: l_rec.object_version_number := p_object_version_number;
556: --
557: -- Return the plsql record structure.
558: --
559: hr_utility.set_location(' Leaving:'||l_proc, 10);
560: Return(l_rec);
561: --
562: End convert_args;
563: --