DBA Data[Home] [Help]

APPS.BEN_PL_BNF_CTFN_PRVDD_API dependencies on HR_UTILITY

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

46: l_proc varchar2(80) := g_package||'check_bnf_ctfn';
47: --
48: begin
49: --
50: hr_utility.set_location('Entering '||l_proc, 10);
51: --
52: open bnf_c;
53: fetch bnf_c into l_bnf;
54: close bnf_c;

Line 82: hr_utility.set_location('Leaving '||l_proc, 10);

78: ,p_rslt_object_version_number=> l_bnf.rslt_ovn);
79: --
80: end if;
81: --
82: hr_utility.set_location('Leaving '||l_proc, 10);
83: --
84: end check_bnf_ctfn;
85: --
86: -- ----------------------------------------------------------------------------

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

157: pbn.effective_start_date and pbn.effective_end_date;
158: --
159: begin
160: --
161: hr_utility.set_location('Entering:'|| l_proc, 10);
162: --
163: -- Initialize environment
164: --
165: if fnd_global.conc_request_id = -1 then

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

178: -- Issue a savepoint if operating in validation only mode
179: --
180: savepoint create_PL_BNF_CTFN_PRVDD;
181: --
182: hr_utility.set_location(l_proc, 20);
183: --
184: if p_prtt_enrt_actn_id is null then
185: --
186: open c_pbn;

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

389: -- End of API User Hook for the after hook of create_PL_BNF_CTFN_PRVDD
390: --
391: end;
392: --
393: hr_utility.set_location(l_proc, 60);
394: --
395: -- When in validation only mode raise the Validate_Enabled exception
396: --
397: if p_validate then

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

404: p_effective_start_date := l_effective_start_date;
405: p_effective_end_date := l_effective_end_date;
406: p_object_version_number := l_object_version_number;
407: --
408: hr_utility.set_location(' Leaving:'||l_proc, 70);
409: --
410: exception
411: --
412: when hr_api.validate_enabled then

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

423: p_pl_bnf_ctfn_prvdd_id := null;
424: p_effective_start_date := null;
425: p_effective_end_date := null;
426: p_object_version_number := null;
427: hr_utility.set_location(' Leaving:'||l_proc, 80);
428: --
429: when others then
430: --
431: -- A validation or unexpected error has occured

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

501: l_effective_end_date ben_pl_bnf_ctfn_prvdd_f.effective_end_date%TYPE;
502: --
503: begin
504: --
505: hr_utility.set_location('Entering:'|| l_proc, 10);
506: --
507: -- Initialize environment
508: --
509: if fnd_global.conc_request_id = -1 then

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

522: -- Issue a savepoint if operating in validation only mode
523: --
524: savepoint update_PL_BNF_CTFN_PRVDD;
525: --
526: hr_utility.set_location(l_proc, 20);
527: --
528: -- Process Logic
529: --
530: l_object_version_number := p_object_version_number;

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

716: -- End of API User Hook for the after hook of update_PL_BNF_CTFN_PRVDD
717: --
718: end;
719: --
720: hr_utility.set_location(l_proc, 60);
721: --
722: -- When in validation only mode raise the Validate_Enabled exception
723: --
724: if p_validate then

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

730: p_object_version_number := l_object_version_number;
731: p_effective_start_date := l_effective_start_date;
732: p_effective_end_date := l_effective_end_date;
733: --
734: hr_utility.set_location(' Leaving:'||l_proc, 70);
735: --
736: exception
737: --
738: when hr_api.validate_enabled then

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

747: -- when validation only mode is being used.)
748: --
749: p_effective_start_date := null;
750: p_effective_end_date := null;
751: hr_utility.set_location(' Leaving:'||l_proc, 80);
752: --
753: when others then
754: --
755: -- A validation or unexpected error has occured

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

824: pen.effective_start_date and pen.effective_end_date;
825: --
826: begin
827: --
828: hr_utility.set_location('Entering:'|| l_proc, 10);
829: --
830: -- Initialize environment
831: --
832: if fnd_global.conc_request_id = -1 then

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

845: -- Issue a savepoint if operating in validation only mode
846: --
847: savepoint delete_PL_BNF_CTFN_PRVDD;
848: --
849: hr_utility.set_location(l_proc, 20);
850: --
851: -- Process Logic
852: --
853: l_object_version_number := p_object_version_number;

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

963: -- End of API User Hook for the after hook of delete_PL_BNF_CTFN_PRVDD
964: --
965: end;
966: --
967: hr_utility.set_location(l_proc, 60);
968: --
969: -- When in validation only mode raise the Validate_Enabled exception
970: --
971: if p_validate then

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

971: if p_validate then
972: raise hr_api.validate_enabled;
973: end if;
974: --
975: hr_utility.set_location(' Leaving:'||l_proc, 70);
976: --
977: exception
978: --
979: when hr_api.validate_enabled then

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

1023: l_validation_end_date date;
1024: --
1025: begin
1026: --
1027: hr_utility.set_location('Entering:'|| l_proc, 10);
1028: --
1029: ben_pbc_shd.lck
1030: (
1031: p_pl_bnf_ctfn_prvdd_id => p_pl_bnf_ctfn_prvdd_id

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

1035: ,p_effective_date => p_effective_date
1036: ,p_datetrack_mode => p_datetrack_mode
1037: );
1038: --
1039: hr_utility.set_location(' Leaving:'||l_proc, 70);
1040: --
1041: end lck;
1042: --
1043: end ben_PL_BNF_CTFN_PRVDD_api;