DBA Data[Home] [Help]

APPS.OTA_FINANCE_LINE_API dependencies on HR_UTILITY

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

87: l_object_version_number number;
88: l_effective_date date;
89: l_name varchar2(80);
90: begin
91: hr_utility.set_location('Entering:'|| l_proc, 10);
92: --
93: -- Issue a savepoint
94: --
95: savepoint CREATE_FINANCE_LINE;

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

342: p_finance_line_id := l_finance_line_id;
343: p_object_version_number := l_object_version_number;
344:
345:
346: hr_utility.set_location(' Leaving:'||l_proc, 70);
347: exception
348: when hr_api.validate_enabled then
349: --
350: -- As the Validate_Enabled exception has been raised

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

357: -- when validation only mode is being used.)
358: --
359: p_finance_line_id := null;
360: p_object_version_number := null;
361: hr_utility.set_location(' Leaving:'||l_proc, 80);
362: when others then
363: --
364: -- A validation or unexpected error has occured
365: --

Line 369: hr_utility.set_location(' Leaving:'||l_proc, 90);

365: --
366: rollback to CREATE_FINANCE_LINE;
367: p_finance_line_id := null;
368: p_object_version_number := null;
369: hr_utility.set_location(' Leaving:'||l_proc, 90);
370: raise;
371: end create_FINANCE_LINE;
372: -- ----------------------------------------------------------------------------
373: -- |---------------------------< UPDATE_FINANCE_LINE >------------------------|

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

453: l_effective_date date;
454: l_object_version_number number := p_object_version_number;
455: l_name varchar2(80);
456: begin
457: hr_utility.set_location('Entering:'|| l_proc, 10);
458: --
459: -- Issue a savepoint
460: --
461: savepoint UPDATE_FINANCE_LINE;

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

702: end if;
703: --
704: -- Set all output arguments
705: --
706: hr_utility.set_location(' Leaving:'||l_proc, 70);
707: exception
708: when hr_api.validate_enabled then
709: --
710: -- As the Validate_Enabled exception has been raised

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

716: -- (Any key or derived arguments must be set to null
717: -- when validation only mode is being used.)
718: --
719: p_object_version_number := null;
720: hr_utility.set_location(' Leaving:'||l_proc, 80);
721: when others then
722: --
723: -- A validation or unexpected error has occured
724: --

Line 727: hr_utility.set_location(' Leaving:'||l_proc, 90);

723: -- A validation or unexpected error has occured
724: --
725: rollback to UPDATE_FINANCE_LINE;
726: p_object_version_number := l_object_version_number;
727: hr_utility.set_location(' Leaving:'||l_proc, 90);
728: raise;
729: end update_FINANCE_LINE;
730: --
731: -- ----------------------------------------------------------------------------

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

744: l_object_version_id number;
745: --
746: --
747: begin
748: hr_utility.set_location('Entering:'|| l_proc, 10);
749: --
750: -- Issue a savepoint
751: --
752: savepoint DELETE_FINANCE_LINE;

Line 809: hr_utility.set_location(' Leaving:'||l_proc, 170);

805: --
806: -- Set all output arguments
807: --
808: --
809: hr_utility.set_location(' Leaving:'||l_proc, 170);
810: exception
811: when hr_api.validate_enabled then
812: --
813: -- As the Validate_Enabled exception has been raised

Line 822: hr_utility.set_location(' Leaving:'||l_proc, 180);

818: -- Only set output warning arguments
819: -- (Any key or derived arguments must be set to null
820: -- when validation only mode is being used.)
821: --
822: hr_utility.set_location(' Leaving:'||l_proc, 180);
823: when others then
824: --
825: -- A validation or unexpected error has occured
826: --

Line 828: hr_utility.set_location(' Leaving:'||l_proc, 190);

824: --
825: -- A validation or unexpected error has occured
826: --
827: rollback to DELETE_FINANCE_LINE;
828: hr_utility.set_location(' Leaving:'||l_proc, 190);
829: raise;
830: end DELETE_FINANCE_LINE;
831: --
832: