DBA Data[Home] [Help]

APPS.HR_PER_DEPLYMT_EIT_API dependencies on HR_UTILITY

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

22: l_per_deplymt_eit_id number;
23: l_object_version_number number;
24: l_proc varchar2(72) := g_package||'create_per_deplymt_eit';
25: begin
26: hr_utility.set_location('Entering:'|| l_proc, 10);
27: --
28: -- Issue a savepoint
29: --
30: savepoint create_per_deplymt_eit;

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

90: --
91: p_per_deplymt_eit_id := l_per_deplymt_eit_id;
92: p_object_version_number := l_object_version_number;
93: --
94: hr_utility.set_location(' Leaving:'||l_proc, 70);
95: exception
96: when hr_api.validate_enabled then
97: --
98: -- As the Validate_Enabled exception has been raised

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

105: -- when validation only mode is being used.)
106: --
107: p_per_deplymt_eit_id := null;
108: p_object_version_number := null;
109: hr_utility.set_location(' Leaving:'||l_proc, 80);
110: when others then
111: --
112: -- A validation or unexpected error has occured
113: --

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

117: -- OUT parameters, including warnings, to null
118: --
119: p_per_deplymt_eit_id := null;
120: p_object_version_number := null;
121: hr_utility.set_location(' Leaving:'||l_proc, 90);
122: raise;
123: end CREATE_PER_DEPLYMT_EIT;
124: --
125: --

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

136: -- Declare cursors and local variables
137: --
138: l_proc varchar2(72) := g_package||'delete_per_deplymt_eit';
139: begin
140: hr_utility.set_location('Entering:'|| l_proc, 10);
141: --
142: -- Issue a savepoint
143: --
144: savepoint delete_per_deplymt_eit;

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

198: --
199: -- Set all IN OUT and OUT parameters with out values
200: --
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 70);
203: exception
204: when hr_api.validate_enabled then
205: --
206: -- As the Validate_Enabled exception has been raised

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

211: -- Reset IN OUT parameters and set OUT parameters
212: -- (Any key or derived arguments must be set to null
213: -- when validation only mode is being used.)
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 80);
216: when others then
217: --
218: -- A validation or unexpected error has occured
219: --

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

221: --
222: -- Reset IN OUT parameters and set all
223: -- OUT parameters, including warnings, to null
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 90);
226: raise;
227: end DELETE_PER_DEPLYMT_EIT;
228: --
229: end HR_PER_DEPLYMT_EIT_API;