DBA Data[Home] [Help]

APPS.PQH_FR_GLOBAL_PAYSCALE_API dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' pqh_fr_global_payscale_api.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: -- ----------------------------------------------------------------------------
10: -- |---------------------------------------------------|
11: -- ----------------------------------------------------------------------------

Line 38: g_debug := hr_utility.debug_enabled;

34: l_effective_end_date date;
35:
36: begin
37:
38: g_debug := hr_utility.debug_enabled;
39:
40: if g_debug then
41: --
42: hr_utility.set_location('Entering:'|| l_proc, 10);

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

38: g_debug := hr_utility.debug_enabled;
39:
40: if g_debug then
41: --
42: hr_utility.set_location('Entering:'|| l_proc, 10);
43: --
44: End if;
45:
46: --

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

125: p_effective_end_date := l_effective_end_date;
126: --
127: if g_debug then
128: --
129: hr_utility.set_location(' Leaving:'||l_proc, 70);
130: --
131: End if;
132:
133: exception

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

148: p_effective_end_date := null;
149:
150: if g_debug then
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 80);
153: --
154: End if;
155:
156: when others then

Line 202: g_debug := hr_utility.debug_enabled;

198: l_effective_end_date date;
199:
200: begin
201:
202: g_debug := hr_utility.debug_enabled;
203:
204: if g_debug then
205: --
206: hr_utility.set_location('Entering:'|| l_proc, 10);

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

202: g_debug := hr_utility.debug_enabled;
203:
204: if g_debug then
205: --
206: hr_utility.set_location('Entering:'|| l_proc, 10);
207: --
208: End if;
209:
210: --

Line 240: hr_utility.set_location('After Before Hook :'|| l_proc, 11);

236: ,p_hook_type => 'BP'
237: );
238: end;
239:
240: hr_utility.set_location('After Before Hook :'|| l_proc, 11);
241: --
242: -- Validation in addition to Row Handlers
243: --
244: --

Line 258: hr_utility.set_location('After Process Logic:'|| l_proc, 12);

254: ,p_effective_start_date => l_effective_start_date
255: ,p_effective_end_date => l_effective_end_date
256: );
257: --
258: hr_utility.set_location('After Process Logic:'|| l_proc, 12);
259: -- Call After Process User Hook
260: --
261: begin
262:

Line 281: hr_utility.set_location('After After Hook:'|| l_proc, 13);

277: );
278: end;
279: --
280: --
281: hr_utility.set_location('After After Hook:'|| l_proc, 13);
282: -- When in validation only mode raise the Validate_Enabled exception
283: --
284: if p_validate then
285: raise hr_api.validate_enabled;

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

293: p_effective_end_date := l_effective_end_date;
294: --
295: if g_debug then
296: --
297: hr_utility.set_location(' Leaving:'||l_proc, 70);
298: --
299: End if;
300:
301: exception

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

316: p_effective_end_date := null;
317:
318: if g_debug then
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 80);
321: --
322: End if;
323:
324: when others then

Line 371: g_debug := hr_utility.debug_enabled;

367: l_effective_end_date date;
368:
369: begin
370:
371: g_debug := hr_utility.debug_enabled;
372:
373: if g_debug then
374: --
375: hr_utility.set_location('Entering:'|| l_proc, 10);

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

371: g_debug := hr_utility.debug_enabled;
372:
373: if g_debug then
374: --
375: hr_utility.set_location('Entering:'|| l_proc, 10);
376: --
377: End if;
378:
379: --

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

468: p_object_version_number := l_object_version_number;
469: --
470: if g_debug then
471: --
472: hr_utility.set_location(' Leaving:'||l_proc, 70);
473: --
474: End if;
475:
476: exception

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

489:
490:
491: if g_debug then
492: --
493: hr_utility.set_location(' Leaving:'||l_proc, 80);
494: --
495: End if;
496:
497: when others then

Line 542: g_debug := hr_utility.debug_enabled;

538: l_effective_end_date date;
539:
540: begin
541:
542: g_debug := hr_utility.debug_enabled;
543:
544: if g_debug then
545: --
546: hr_utility.set_location('Entering:'|| l_proc, 10);

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

542: g_debug := hr_utility.debug_enabled;
543:
544: if g_debug then
545: --
546: hr_utility.set_location('Entering:'|| l_proc, 10);
547: --
548: End if;
549:
550: --

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

637: p_effective_end_date := l_effective_end_date;
638: --
639: if g_debug then
640: --
641: hr_utility.set_location(' Leaving:'||l_proc, 70);
642: --
643: End if;
644:
645: exception

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

659: p_effective_end_date := null;
660:
661: if g_debug then
662: --
663: hr_utility.set_location(' Leaving:'||l_proc, 80);
664: --
665: End if;
666:
667: when others then

Line 710: g_debug := hr_utility.debug_enabled;

706:
707:
708: begin
709:
710: g_debug := hr_utility.debug_enabled;
711:
712: if g_debug then
713: --
714: hr_utility.set_location('Entering:'|| l_proc, 10);

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

710: g_debug := hr_utility.debug_enabled;
711:
712: if g_debug then
713: --
714: hr_utility.set_location('Entering:'|| l_proc, 10);
715: --
716: End if;
717:
718: --

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

794: -- p_object_version_number := l_object_version_number;
795: --
796: if g_debug then
797: --
798: hr_utility.set_location(' Leaving:'||l_proc, 70);
799: --
800: End if;
801:
802: exception

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

812: -- when validation only mode is being used.)
813: --
814: if g_debug then
815: --
816: hr_utility.set_location(' Leaving:'||l_proc, 80);
817: --
818: End if;
819:
820: when others then

Line 858: g_debug := hr_utility.debug_enabled;

854:
855:
856: begin
857:
858: g_debug := hr_utility.debug_enabled;
859:
860: if g_debug then
861: --
862: hr_utility.set_location('Entering:'|| l_proc, 10);

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

858: g_debug := hr_utility.debug_enabled;
859:
860: if g_debug then
861: --
862: hr_utility.set_location('Entering:'|| l_proc, 10);
863: --
864: End if;
865:
866: --

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

937: -- Set all IN OUT and OUT parameters with out values
938: --
939: if g_debug then
940: --
941: hr_utility.set_location(' Leaving:'||l_proc, 70);
942: --
943: End if;
944:
945: exception

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

955: -- when validation only mode is being used.)
956: --
957: if g_debug then
958: --
959: hr_utility.set_location(' Leaving:'||l_proc, 80);
960: --
961: End if;
962:
963: when others then