DBA Data[Home] [Help]

APPS.HR_DE_SOC_INS_CLE_API dependencies on HR_UTILITY

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

90: -- Declare variables for Option API Call
91: --
92: BEGIN
93: --
94: hr_utility.set_location('Entering:'|| l_proc, 10);
95: --
96: -- Issue a SAVEPOINT IF operating in validation only mode
97: --
98: SAVEPOINT create_soc_ins_contributions;

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

109: CLOSE csr_bg_information;
110: --
111: BEGIN
112: --
113: hr_utility.set_location(l_proc, 20);
114: --
115: --
116: -- Start of API User Hook for the before hook of create_soc_ins_contributions
117: --

Line 118: hr_utility.set_location(l_proc, 80);

114: --
115: --
116: -- Start of API User Hook for the before hook of create_soc_ins_contributions
117: --
118: hr_utility.set_location(l_proc, 80);
119: --
120: hr_de_soc_ins_cle_bk1.create_soc_ins_contributions_b
121: (
122: p_organization_id => p_organization_id

Line 175: hr_utility.set_location(l_proc, 90);

171: ,p_employee_contribution => p_employee_contribution
172: ,p_contribution_level_type => p_contribution_level_type
173: );
174: --
175: hr_utility.set_location(l_proc, 90);
176: --
177: EXCEPTION
178: WHEN hr_api.cannot_find_prog_unit THEN
179: hr_api.cannot_find_prog_unit_error

Line 189: hr_utility.set_location(l_proc, 100);

185: -- End of API User Hook for the before hook of create_soc_ins_contributions
186: --
187: END;
188: --
189: hr_utility.set_location(l_proc, 100);
190: --
191: hr_cle_ins.ins
192: (p_effective_date => TRUNC(p_effective_date)
193: ,p_organization_id => p_organization_id

Line 252: hr_utility.set_location(l_proc, 110);

248:
249:
250:
251: --
252: hr_utility.set_location(l_proc, 110);
253: --
254: BEGIN
255: --
256: -- Start of API User Hook for the after hook of create_soc_ins_contributions

Line 258: hr_utility.set_location(l_proc, 120);

254: BEGIN
255: --
256: -- Start of API User Hook for the after hook of create_soc_ins_contributions
257: --
258: hr_utility.set_location(l_proc, 120);
259: --
260: hr_de_soc_ins_cle_bk1.create_soc_ins_contributions_a
261: (
262: p_soc_ins_contr_lvls_id => l_soc_ins_contr_lvls_id

Line 321: hr_utility.set_location(l_proc, 130);

317: );
318:
319:
320: --
321: hr_utility.set_location(l_proc, 130);
322: --
323:
324: EXCEPTION
325: WHEN hr_api.cannot_find_prog_unit THEN

Line 335: hr_utility.set_location(l_proc, 140);

331: -- End of API User Hook for the after hook of create_soc_ins_contributions
332: --
333: END;
334: --
335: hr_utility.set_location(l_proc, 140);
336: --
337: -- When in validation only mode RAISE the Validate_Enabled EXCEPTION
338: --
339: IF p_validate THEN

Line 351: hr_utility.set_location(' Leaving:'||l_proc, 999);

347: p_effective_END_date := l_effective_END_date;
348: p_object_version_number := l_object_version_number;
349:
350: --
351: hr_utility.set_location(' Leaving:'||l_proc, 999);
352: --
353: EXCEPTION
354: --
355: WHEN hr_api.validate_enabled THEN

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

367: p_effective_start_date := l_temp_effective_start_date;
368: p_effective_end_date := l_temp_effective_end_date;
369: p_object_version_number := null;
370: --
371: hr_utility.set_location(' Leaving:'||l_proc, 80);
372: --
373: WHEN others THEN
374: --
375: -- A validation or unexpected error has occured

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

467: l_temp_ovn number;
468: --
469: BEGIN
470: --
471: hr_utility.set_location('Entering:'|| l_proc, 10);
472: --
473: l_effective_date := TRUNC(p_effective_date);
474: --
475: -- Issue a SAVEPOINT IF operating in validation only mode

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

475: -- Issue a SAVEPOINT IF operating in validation only mode
476: --
477: SAVEPOINT update_soc_ins_contributions;
478: --
479: hr_utility.set_location(l_proc, 20);
480: --
481: -- Process Logic
482: --
483:

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

691: -- End of API User Hook for the after hook of update_soc_ins_contributions
692: --
693: END;
694: --
695: hr_utility.set_location(l_proc, 60);
696: --
697: -- When in validation only mode RAISE the Validate_Enabled EXCEPTION
698: --
699: IF p_validate THEN

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

705: p_object_version_number := l_object_version_number;
706: p_effective_start_date := l_effective_start_date;
707: p_effective_END_date := l_effective_END_date;
708: --
709: hr_utility.set_location(' Leaving:'||l_proc, 70);
710: --
711: EXCEPTION
712: --
713: WHEN hr_api.validate_enabled THEN

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

724: -- Only set output warning arguments
725: -- (Any key or derived arguments must be set to null
726: -- WHEN validation only mode is being used.)
727: --
728: hr_utility.set_location(' Leaving:'||l_proc, 80);
729: --
730: WHEN others THEN
731: --
732: -- A validation or unexpected error has occured

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

763: l_temp_ovn number;
764: --
765: BEGIN
766: --
767: hr_utility.set_location('Entering:'|| l_proc, 10);
768: --
769: -- Issue a SAVEPOINT IF operating in validation only mode
770: --
771: SAVEPOINT delete_soc_ins_contributions;

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

769: -- Issue a SAVEPOINT IF operating in validation only mode
770: --
771: SAVEPOINT delete_soc_ins_contributions;
772: --
773: hr_utility.set_location(l_proc, 20);
774: --
775: l_temp_ovn := p_object_version_number;
776: -- Process Logic
777: --

Line 778: hr_utility.trace('deleteapiobject' ||p_object_version_number);

774: --
775: l_temp_ovn := p_object_version_number;
776: -- Process Logic
777: --
778: hr_utility.trace('deleteapiobject' ||p_object_version_number);
779: l_object_version_number := p_object_version_number;
780: --
781: BEGIN
782: --

Line 802: hr_utility.trace('deleteapilobject' ||l_object_version_number);

798: -- End of API User Hook for the before hook of delete_soc_ins_contributions
799: --
800: END;
801:
802: hr_utility.trace('deleteapilobject' ||l_object_version_number);
803: --
804: hr_cle_del.del
805: (p_soc_ins_contr_lvls_id => p_soc_ins_contr_lvls_id
806: ,p_effective_start_date => l_effective_start_date

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

832: -- End of API User Hook for the after hook of delete_soc_ins_contributions
833: --
834: END;
835: --
836: hr_utility.set_location(l_proc, 60);
837: --
838: -- When in validation only mode RAISE the Validate_Enabled EXCEPTION
839: --
840: IF p_validate THEN

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

844: p_object_version_number := l_object_version_number;
845: p_effective_start_date := l_effective_start_date;
846: p_effective_end_date := l_effective_end_date;
847:
848: hr_utility.set_location(' Leaving:'||l_proc, 70);
849: --
850: EXCEPTION
851: --
852: WHEN hr_api.validate_enabled THEN

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

899: l_validation_END_date DATE;
900: --
901: BEGIN
902: --
903: hr_utility.set_location('Entering:'|| l_proc, 10);
904: --
905: hr_cle_shd.lck
906: (
907: p_soc_ins_contr_lvls_id => p_soc_ins_contr_lvls_id

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

915:
916: p_validation_start_date := l_validation_start_date;
917: p_validation_end_date := l_validation_end_date;
918:
919: hr_utility.set_location(' Leaving:'||l_proc, 70);
920: --
921: END lck;
922: --
923: END hr_de_soc_ins_cle_api;