DBA Data[Home] [Help]

APPS.IRC_RECRUITING_SITES_API dependencies on HR_UTILITY

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

70: l_effective_date date;
71: l_language_code varchar2(30);
72:
73: begin
74: hr_utility.set_location('Entering:'|| l_proc, 10);
75: --
76: -- Issue a savepoint
77: --
78: savepoint CREATE_RECRUITING_SITE;

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

86: --
87: -- Call Before Process User Hook
88: --
89: begin
90: hr_utility.set_location(l_proc, 20);
91: IRC_RECRUITING_SITES_BK1.CREATE_RECRUITING_SITE_B
92: (p_effective_date => p_effective_date
93: ,p_language_code => l_language_code
94: ,p_site_name => p_site_name

Line 140: hr_utility.set_location(l_proc, 30);

136: ,p_attribute28 => p_attribute28
137: ,p_attribute29 => p_attribute29
138: ,p_attribute30 => p_attribute30
139: );
140: hr_utility.set_location(l_proc, 30);
141: exception
142: when hr_api.cannot_find_prog_unit then
143: hr_api.cannot_find_prog_unit_error
144: (p_module_name => 'CREATE_RECRUITING_SITE'

Line 154: hr_utility.set_location(l_proc, 40);

150: --
151: --
152: -- Process Logic
153: --
154: hr_utility.set_location(l_proc, 40);
155: irc_rse_ins.ins
156: (p_effective_date => l_effective_date
157: ,p_date_from => p_date_from
158: ,p_date_to => p_date_to

Line 216: hr_utility.set_location(l_proc, 50);

212: if (p_posting_password is not null) then
213: fnd_vault.put('IRC_SITE',l_recruiting_site_id,p_posting_password);
214: end if;
215:
216: hr_utility.set_location(l_proc, 50);
217: -- Call After Process User Hook
218: --
219: begin
220: IRC_RECRUITING_SITES_BK1.CREATE_RECRUITING_SITE_A

Line 271: hr_utility.set_location(l_proc, 60);

267: ,p_attribute29 => p_attribute29
268: ,p_attribute30 => p_attribute30
269: ,p_recruiting_site_id => l_recruiting_site_id
270: );
271: hr_utility.set_location(l_proc, 60);
272: exception
273: when hr_api.cannot_find_prog_unit then
274: hr_api.cannot_find_prog_unit_error
275: (p_module_name => 'CREATE_RECRUITING_SITE'

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

287: --
288: p_object_version_number := l_object_version_number;
289: p_recruiting_site_id := l_recruiting_site_id;
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 70);
292: exception
293: when hr_api.validate_enabled then
294: --
295: -- As the Validate_Enabled exception has been raised

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

305: -- Reset IN OUT parameters and set OUT parameters
306: --
307: p_recruiting_site_id := null;
308: p_object_version_number := null;
309: hr_utility.set_location(' Leaving:'||l_proc, 80);
310: when others then
311: --
312: -- A validation or unexpected error has occured
313: --

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

317: -- Reset IN OUT parameters and set OUT parameters
318: --
319: p_recruiting_site_id := null;
320: p_object_version_number := null;
321: hr_utility.set_location(' Leaving:'||l_proc, 90);
322: raise;
323: end CREATE_RECRUITING_SITE;
324: --
325: -- ----------------------------------------------------------------------------

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

387: l_language_code varchar2(30);
388: l_object_version_number number := p_object_version_number;
389: BEGIN
390: --
391: hr_utility.set_location('Entering:'|| l_proc, 10);
392: --
393: -- Issue a savepoint
394: --
395: savepoint UPDATE_RECRUITING_SITE;

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

606: -- Set all output arguments
607: --
608: --
609: p_object_version_number := l_object_version_number;
610: hr_utility.set_location(' Leaving:'||l_proc, 70);
611: exception
612: when hr_api.validate_enabled then
613: --
614: -- As the Validate_Enabled exception has been raised

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

623: --
624: -- Reset IN OUT parameters and set OUT parameters
625: --
626: p_object_version_number := l_object_version_number;
627: hr_utility.set_location(' Leaving:'||l_proc, 80);
628: when others then
629: --
630: -- A validation or unexpected error has occured
631: --

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

633: --
634: -- Reset IN OUT parameters and set OUT parameters
635: --
636: p_object_version_number := l_object_version_number;
637: hr_utility.set_location(' Leaving:'||l_proc, 90);
638: raise;
639: end UPDATE_RECRUITING_SITE;
640: --
641: -- ----------------------------------------------------------------------------

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

652: --
653: l_proc varchar2(72) := g_package||'DELETE_RECRUITING_SITE';
654: --
655: begin
656: hr_utility.set_location('Entering:'|| l_proc, 10);
657: --
658: -- Issue a savepoint
659: --
660: savepoint DELETE_RECRUITING_SITE;

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

728: --
729: -- Set all output arguments
730: --
731: --
732: hr_utility.set_location(' Leaving:'||l_proc, 70);
733: exception
734: when hr_api.validate_enabled then
735: --
736: -- As the Validate_Enabled exception has been raised

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

742: -- (Any key or derived arguments must be set to null
743: -- when validation only mode is being used.)
744: --
745: --
746: hr_utility.set_location(' Leaving:'||l_proc, 80);
747: when others then
748: --
749: -- A validation or unexpected error has occured
750: --

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

748: --
749: -- A validation or unexpected error has occured
750: --
751: rollback to DELETE_RECRUITING_SITE;
752: hr_utility.set_location(' Leaving:'||l_proc, 90);
753: raise;
754: end DELETE_RECRUITING_SITE;
755: --
756: end IRC_RECRUITING_SITES_API;