DBA Data[Home] [Help]

APPS.BEN_ELIG_PSTN_PRTE_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_ELIG_PSTN_PRTE_f.object_version_number%TYPE;
66: --
67: begin
68: --
69: hr_utility.set_location('Entering:'|| l_proc, 10);
70: --
71: -- Issue a savepoint if operating in validation only mode
72: --
73: savepoint create_ELIG_PSTN_PRTE;

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

71: -- Issue a savepoint if operating in validation only mode
72: --
73: savepoint create_ELIG_PSTN_PRTE;
74: --
75: hr_utility.set_location(l_proc, 20);
76: --
77: -- Process Logic
78: --
79: begin

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

133: -- End of API User Hook for the before hook of create_ELIG_PSTN_PRTE
134: --
135: end;
136: --
137: hr_utility.set_location(l_proc, 30);
138: ben_eps_ins.ins
139: (
140: p_ELIG_PSTN_PRTE_id => l_ELIG_PSTN_PRTE_id
141: ,p_effective_start_date => l_effective_start_date

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

181: ,p_criteria_score => p_criteria_score
182: ,p_criteria_weight => p_criteria_weight
183: );
184: --
185: hr_utility.set_location(l_proc, 40);
186: begin
187: --
188: -- Start of API User Hook for the after hook of create_ELIG_PSTN_PRTE
189: --

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

242: --
243: -- End of API User Hook for the after hook of create_ELIG_PSTN_PRTE
244: --
245: end;
246: hr_utility.set_location(l_proc, 50);
247: --
248: ben_profile_handler.event_handler
249: (p_event => 'CREATE',
250: p_base_table => 'BEN_ELIGY_PRFL_F',

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

253: p_base_table_reference_column => 'ELIG_PSTN_FLAG',
254: p_reference_table => 'BEN_ELIG_PSTN_PRTE_F',
255: p_reference_table_column => 'ELIGY_PRFL_ID');
256: --
257: hr_utility.set_location(l_proc, 60);
258: --
259: -- When in validation only mode raise the Validate_Enabled exception
260: --
261: if p_validate then

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

268: p_effective_start_date := l_effective_start_date;
269: p_effective_end_date := l_effective_end_date;
270: p_object_version_number := l_object_version_number;
271: --
272: hr_utility.set_location(' Leaving:'||l_proc, 70);
273: --
274: exception
275: --
276: when hr_api.validate_enabled then

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

287: p_ELIG_PSTN_PRTE_id := null;
288: p_effective_start_date := null;
289: p_effective_end_date := null;
290: p_object_version_number := null;
291: hr_utility.set_location(' Leaving:'||l_proc, 80);
292: --
293: when others then
294: --
295: -- A validation or unexpected error has occured

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

365: l_effective_end_date ben_ELIG_PSTN_PRTE_f.effective_end_date%TYPE;
366: --
367: begin
368: --
369: hr_utility.set_location('Entering:'|| l_proc, 10);
370: --
371: -- Issue a savepoint if operating in validation only mode
372: --
373: savepoint update_ELIG_PSTN_PRTE;

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

371: -- Issue a savepoint if operating in validation only mode
372: --
373: savepoint update_ELIG_PSTN_PRTE;
374: --
375: hr_utility.set_location(l_proc, 20);
376: --
377: -- Process Logic
378: --
379: l_object_version_number := p_object_version_number;

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

547: -- End of API User Hook for the after hook of update_ELIG_PSTN_PRTE
548: --
549: end;
550: --
551: hr_utility.set_location(l_proc, 60);
552: --
553: -- When in validation only mode raise the Validate_Enabled exception
554: --
555: if p_validate then

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

561: p_object_version_number := l_object_version_number;
562: p_effective_start_date := l_effective_start_date;
563: p_effective_end_date := l_effective_end_date;
564: --
565: hr_utility.set_location(' Leaving:'||l_proc, 70);
566: --
567: exception
568: --
569: when hr_api.validate_enabled then

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

578: -- when validation only mode is being used.)
579:
580: p_effective_start_date := null;
581: p_effective_end_date := null;
582: hr_utility.set_location(' Leaving:'||l_proc, 80);
583: --
584: when others then
585: --
586: -- A validation or unexpected error has occured

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

615: l_effective_end_date ben_ELIG_PSTN_PRTE_f.effective_end_date%TYPE;
616: --
617: begin
618: --
619: hr_utility.set_location('Entering:'|| l_proc, 10);
620: --
621: -- Issue a savepoint if operating in validation only mode
622: --
623: savepoint delete_ELIG_PSTN_PRTE;

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

621: -- Issue a savepoint if operating in validation only mode
622: --
623: savepoint delete_ELIG_PSTN_PRTE;
624: --
625: hr_utility.set_location(l_proc, 20);
626: --
627: -- Process Logic
628: --
629: l_object_version_number := p_object_version_number;

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

693: p_base_table_reference_column => 'ELIG_PSTN_FLAG',
694: p_reference_table => 'BEN_ELIG_PSTN_PRTE_F',
695: p_reference_table_column => 'ELIGY_PRFL_ID');
696: --
697: hr_utility.set_location(l_proc, 60);
698: --
699: -- When in validation only mode raise the Validate_Enabled exception
700: --
701: if p_validate then

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

701: if p_validate then
702: raise hr_api.validate_enabled;
703: end if;
704: --
705: hr_utility.set_location(' Leaving:'||l_proc, 70);
706: --
707: exception
708: --
709: when hr_api.validate_enabled then

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

756: l_validation_end_date date;
757: --
758: begin
759: --
760: hr_utility.set_location('Entering:'|| l_proc, 10);
761: --
762: ben_eps_shd.lck
763: (
764: p_ELIG_PSTN_PRTE_id => p_ELIG_PSTN_PRTE_id

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

768: ,p_effective_date => p_effective_date
769: ,p_datetrack_mode => p_datetrack_mode
770: );
771: --
772: hr_utility.set_location(' Leaving:'||l_proc, 70);
773: --
774: end lck;
775: --
776: end ben_ELIG_PSTN_PRTE_api;