DBA Data[Home] [Help]

APPS.PAY_ITERATIVE_RULES_API dependencies on HR_UTILITY

Line 59: hr_utility.set_location('Entering:'|| l_proc, 10);

55: l_effective_end_date pay_iterative_rules_f.effective_end_date%TYPE;
56: --
57: begin
58: --
59: hr_utility.set_location('Entering:'|| l_proc, 10);
60: --
61: savepoint CREATE_ITERATIVE_RULE;
62: --
63: -- Truncate the time portion from all IN date parameters

Line 88: hr_utility.set_location(l_proc, 20);

84: ,p_hook_type => 'BP'
85: );
86: end;
87: --
88: hr_utility.set_location(l_proc, 20);
89: --
90: -- Process Logic
91: --
92: pay_itr_ins.ins

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

160: p_object_version_number := null;
161: p_effective_start_date := null;
162: p_effective_end_date := null;
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 80);
165: when others then
166: --
167: -- A validation or unexpected error has occured
168: --

Line 179: hr_utility.set_location(' Leaving:'||l_proc, 90);

175: p_object_version_number := null;
176: p_effective_start_date := null;
177: p_effective_end_date := null;
178:
179: hr_utility.set_location(' Leaving:'||l_proc, 90);
180: raise;
181: --
182: end create_iterative_rule;
183: --

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

232: l_effective_end_date pay_iterative_rules_f.effective_end_date%TYPE;
233: --
234: begin
235: --
236: hr_utility.set_location('Entering:'|| l_proc, 10);
237: --
238: -- Issue a savepoint
239: --
240: savepoint UPDATE_ITERATIVE_RULE;

Line 316: hr_utility.set_location('Entering:'|| l_proc, 20);

312: ,p_hook_type => 'AP'
313: );
314: end;
315: --
316: hr_utility.set_location('Entering:'|| l_proc, 20);
317: --
318: -- Bug no. 4038593
319: -- When in validation only mode raise the Validate_Enabled exception
320: --

Line 346: hr_utility.set_location(' Leaving:'||l_proc, 40);

342: p_object_version_number := l_object_version_number;
343: p_effective_start_date := null;
344: p_effective_end_date := null;
345: --
346: hr_utility.set_location(' Leaving:'||l_proc, 40);
347: when others then
348: --
349: -- A validation or unexpected error has occured
350: --

Line 360: hr_utility.set_location(' Leaving:'||l_proc, 50);

356: p_object_version_number := l_object_version_number;
357: p_effective_start_date := null;
358: p_effective_end_date := null;
359:
360: hr_utility.set_location(' Leaving:'||l_proc, 50);
361: raise;
362: --
363: end update_iterative_rule;
364: --

Line 411: hr_utility.set_location('Entering:'|| l_proc, 10);

407: l_effective_end_date pay_iterative_rules_f.effective_end_date%TYPE;
408: --
409: begin
410: --
411: hr_utility.set_location('Entering:'|| l_proc, 10);
412: --
413: -- Issue a savepoint
414: --
415: savepoint DELETE_ITERATIVE_RULE;

Line 471: hr_utility.set_location(' Leaving:'||l_proc, 70);

467: ,p_hook_type => 'AP'
468: );
469: end;
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 70);
472: --
473: --
474: -- Bug no. 4038593
475: -- When in validation only mode raise the Validate_Enabled exception

Line 502: hr_utility.set_location(' Leaving:'||l_proc, 40);

498: p_object_version_number := l_object_version_number;
499: p_effective_start_date := null;
500: p_effective_end_date := null;
501: --
502: hr_utility.set_location(' Leaving:'||l_proc, 40);
503: when others then
504: --
505: -- A validation or unexpected error has occured
506: --

Line 516: hr_utility.set_location(' Leaving:'||l_proc, 50);

512: p_object_version_number := l_object_version_number;
513: p_effective_start_date := null;
514: p_effective_end_date := null;
515:
516: hr_utility.set_location(' Leaving:'||l_proc, 50);
517: raise;
518: --
519: end delete_iterative_rule ;
520: --

Line 565: hr_utility.set_location('Entering:'|| l_proc, 10);

561: l_validation_end_date date;
562: --
563: begin
564: --
565: hr_utility.set_location('Entering:'|| l_proc, 10);
566: --
567: pay_itr_shd.lck
568: (
569: p_effective_date => p_effective_date

Line 577: hr_utility.set_location(' Leaving:'||l_proc, 70);

573: ,p_validation_start_date => l_validation_start_date
574: ,p_validation_end_date => l_validation_end_date
575: );
576: --
577: hr_utility.set_location(' Leaving:'||l_proc, 70);
578: --
579: end lck_iterative_rule;
580: */
581: --