DBA Data[Home] [Help]

APPS.BEN_PTNL_LER_FOR_PER_API dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

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

Line 97: g_debug := hr_utility.debug_enabled;

93: l_object_version_number ben_ptnl_ler_for_per.object_version_number%TYPE;
94: --
95: begin
96: --
97: g_debug := hr_utility.debug_enabled;
98: if g_debug then
99: l_proc := g_package||'create_ptnl_ler_for_per';
100: hr_utility.set_location('Entering:'|| l_proc, 10);
101: end if;

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

96: --
97: g_debug := hr_utility.debug_enabled;
98: if g_debug then
99: l_proc := g_package||'create_ptnl_ler_for_per';
100: hr_utility.set_location('Entering:'|| l_proc, 10);
101: end if;
102: --
103: -- Issue a savepoint if operating in validation only mode
104: --

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

215: --
216: end;
217: --
218: if g_debug then
219: hr_utility.set_location(l_proc, 60);
220: end if;
221: --
222: -- When in validation only mode raise the Validate_Enabled exception
223: --

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

230: p_ptnl_ler_for_per_id := l_ptnl_ler_for_per_id;
231: p_object_version_number := l_object_version_number;
232: --
233: if g_debug then
234: hr_utility.set_location(' Leaving:'||l_proc, 70);
235: end if;
236: --
237: exception
238: --

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

250: p_ptnl_ler_for_per_id := null;
251: p_object_version_number := null;
252: --
253: if g_debug then
254: hr_utility.set_location(' Leaving:'||l_proc, 80);
255: end if;
256: --
257: when others then
258: --

Line 472: -- DEBUG : hr_utility.set_location(' Leaving:'||l_proc, 80);

468: -- when validation only mode is being used.)
469: --
470: p_ptnl_ler_for_per_id := null;
471: p_object_version_number := null;
472: -- DEBUG : hr_utility.set_location(' Leaving:'||l_proc, 80);
473: --
474: when others then
475: --
476: -- A validation or unexpected error has occured

Line 521: g_debug := hr_utility.debug_enabled;

517: l_object_version_number ben_ptnl_ler_for_per.object_version_number%TYPE;
518: --
519: begin
520: --
521: g_debug := hr_utility.debug_enabled;
522: if g_debug then
523: l_proc := g_package||'update_ptnl_ler_for_per';
524: hr_utility.set_location('Entering:'|| l_proc, 10);
525: end if;

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

520: --
521: g_debug := hr_utility.debug_enabled;
522: if g_debug then
523: l_proc := g_package||'update_ptnl_ler_for_per';
524: hr_utility.set_location('Entering:'|| l_proc, 10);
525: end if;
526: --
527: -- Issue a savepoint if operating in validation only mode
528: --

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

643: --
644: end;
645: --
646: if g_debug then
647: hr_utility.set_location(l_proc, 60);
648: end if;
649: --
650: -- When in validation only mode raise the Validate_Enabled exception
651: --

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

657: --
658: p_object_version_number := l_object_version_number;
659: --
660: if g_debug then
661: hr_utility.set_location(' Leaving:'||l_proc, 70);
662: end if;
663: --
664: exception
665: --

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

674: -- (Any key or derived arguments must be set to null
675: -- when validation only mode is being used.)
676: --
677: if g_debug then
678: hr_utility.set_location(' Leaving:'||l_proc, 80);
679: end if;
680: --
681: when others then
682: --

Line 1027: g_debug := hr_utility.debug_enabled;

1023: l_object_version_number ben_ptnl_ler_for_per.object_version_number%TYPE;
1024: --
1025: begin
1026: --
1027: g_debug := hr_utility.debug_enabled;
1028: if g_debug then
1029: l_proc := g_package||'update_ptnl_ler_for_per';
1030: hr_utility.set_location('Entering:'|| l_proc, 10);
1031: end if;

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

1026: --
1027: g_debug := hr_utility.debug_enabled;
1028: if g_debug then
1029: l_proc := g_package||'update_ptnl_ler_for_per';
1030: hr_utility.set_location('Entering:'|| l_proc, 10);
1031: end if;
1032: --
1033: -- Issue a savepoint if operating in validation only mode
1034: --

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

1089: --
1090: end;
1091: --
1092: if g_debug then
1093: hr_utility.set_location(l_proc, 60);
1094: end if;
1095: --
1096: -- When in validation only mode raise the Validate_Enabled exception
1097: --

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

1099: raise hr_api.validate_enabled;
1100: end if;
1101: --
1102: if g_debug then
1103: hr_utility.set_location(' Leaving:'||l_proc, 70);
1104: end if;
1105: --
1106: exception
1107: --

Line 1145: g_debug := hr_utility.debug_enabled;

1141: l_proc varchar2(72);
1142: --
1143: begin
1144: --
1145: g_debug := hr_utility.debug_enabled;
1146: if g_debug then
1147: l_proc := g_package||'lck';
1148: hr_utility.set_location('Entering:'|| l_proc, 10);
1149: end if;

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

1144: --
1145: g_debug := hr_utility.debug_enabled;
1146: if g_debug then
1147: l_proc := g_package||'lck';
1148: hr_utility.set_location('Entering:'|| l_proc, 10);
1149: end if;
1150: --
1151: ben_ppl_shd.lck
1152: (p_ptnl_ler_for_per_id => p_ptnl_ler_for_per_id

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

1152: (p_ptnl_ler_for_per_id => p_ptnl_ler_for_per_id
1153: ,p_object_version_number => p_object_version_number);
1154: --
1155: if g_debug then
1156: hr_utility.set_location(' Leaving:'||l_proc, 70);
1157: end if;
1158: --
1159: end lck;
1160: --