DBA Data[Home] [Help]

APPS.BEN_DPNT_CVG_RQD_RLSHP_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_dpnt_cvg_rqd_rlshp_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_DPNT_CVG_RQD_RLSHP;

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

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

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

251: p_reference_table => 'BEN_DPNT_CVG_RQD_RLSHP_F',
252: p_reference_table_column => 'DPNT_CVG_ELIGY_PRFL_ID');
253: --
254:
255: hr_utility.set_location(l_proc, 60);
256: --
257: -- When in validation only mode raise the Validate_Enabled exception
258: --
259: if p_validate then

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

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

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

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

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

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

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

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

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

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

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

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

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

579: -- Only set output warning arguments
580: -- (Any key or derived arguments must be set to null
581: -- when validation only mode is being used.)
582: --
583: hr_utility.set_location(' Leaving:'||l_proc, 80);
584: --
585: when others then
586: --
587: -- A validation or unexpected error has occured

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

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

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

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

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

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

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

702: if p_validate then
703: raise hr_api.validate_enabled;
704: end if;
705: --
706: hr_utility.set_location(' Leaving:'||l_proc, 70);
707: --
708: exception
709: --
710: 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_dcr_shd.lck
763: (
764: p_dpnt_cvg_rqd_rlshp_id => p_dpnt_cvg_rqd_rlshp_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_DPNT_CVG_RQD_RLSHP_api;