DBA Data[Home] [Help]

APPS.HR_BATCH_MESSAGE_LINE_API dependencies on HR_UTILITY

Line 28: g_debug := hr_utility.debug_enabled; -- get debug status

24: l_proc varchar2(72) := g_package||'create_message_line';
25: l_line_id hr_api_batch_message_lines.line_id%type;
26: --
27: begin
28: g_debug := hr_utility.debug_enabled; -- get debug status
29: IF g_debug THEN
30: hr_utility.set_location('Entering:'|| l_proc, 5);
31: END IF;
32: --

Line 30: hr_utility.set_location('Entering:'|| l_proc, 5);

26: --
27: begin
28: g_debug := hr_utility.debug_enabled; -- get debug status
29: IF g_debug THEN
30: hr_utility.set_location('Entering:'|| l_proc, 5);
31: END IF;
32: --
33: -- Issue a savepoint
34: --

Line 38: hr_utility.set_location(l_proc, 7);

34: --
35: savepoint create_message_line;
36: --
37: IF g_debug THEN
38: hr_utility.set_location(l_proc, 7);
39: END IF;
40: --
41: -- Process Logic
42: --

Line 55: hr_utility.set_location(l_proc, 8);

51: ,p_source_row_information => p_source_row_information
52: ,p_validate => false);
53: --
54: IF g_debug THEN
55: hr_utility.set_location(l_proc, 8);
56: END IF;
57: --
58: -- When in validation only mode raise the Validate_Enabled exception
59: --

Line 69: hr_utility.set_location(' Leaving:'||l_proc, 11);

65: --
66: p_line_id := l_line_id;
67: --
68: IF g_debug THEN
69: hr_utility.set_location(' Leaving:'||l_proc, 11);
70: END IF;
71: exception
72: when hr_api.validate_enabled then
73: --

Line 109: g_debug := hr_utility.debug_enabled; -- get debug status

105: --
106: l_proc varchar2(72) := g_package||'delete_message_line';
107: --
108: begin
109: g_debug := hr_utility.debug_enabled; -- get debug status
110: IF g_debug THEN
111: hr_utility.set_location('Entering:'|| l_proc, 5);
112: END IF;
113: --

Line 111: hr_utility.set_location('Entering:'|| l_proc, 5);

107: --
108: begin
109: g_debug := hr_utility.debug_enabled; -- get debug status
110: IF g_debug THEN
111: hr_utility.set_location('Entering:'|| l_proc, 5);
112: END IF;
113: --
114: -- Issue a savepoint
115: --

Line 119: hr_utility.set_location(l_proc, 7);

115: --
116: savepoint delete_message_line;
117: --
118: IF g_debug THEN
119: hr_utility.set_location(l_proc, 7);
120: END IF;
121: --
122: -- Process Logic
123: --

Line 129: hr_utility.set_location(l_proc, 8);

125: (p_line_id => p_line_id
126: ,p_validate => false);
127: --
128: IF g_debug THEN
129: hr_utility.set_location(l_proc, 8);
130: END IF;
131: --
132: -- When in validation only mode raise the Validate_Enabled exception
133: --

Line 139: hr_utility.set_location(' Leaving:'||l_proc, 11);

135: raise hr_api.validate_enabled;
136: end if;
137: --
138: IF g_debug THEN
139: hr_utility.set_location(' Leaving:'||l_proc, 11);
140: END IF;
141: exception
142: when hr_api.validate_enabled then
143: --

Line 180: g_debug := hr_utility.debug_enabled; -- get debug status

176: where abm.batch_run_number = p_batch_run_number
177: order by 1;
178: --
179: begin
180: g_debug := hr_utility.debug_enabled; -- get debug status
181: IF g_debug THEN
182: hr_utility.set_location('Entering:'|| l_proc, 5);
183: END IF;
184: --

Line 182: hr_utility.set_location('Entering:'|| l_proc, 5);

178: --
179: begin
180: g_debug := hr_utility.debug_enabled; -- get debug status
181: IF g_debug THEN
182: hr_utility.set_location('Entering:'|| l_proc, 5);
183: END IF;
184: --
185: -- Issue a savepoint
186: --

Line 190: hr_utility.set_location(l_proc, 6);

186: --
187: savepoint delete_batch_lines;
188: --
189: IF g_debug THEN
190: hr_utility.set_location(l_proc, 6);
191: END IF;
192: --
193: hr_api.mandatory_arg_error
194: (p_api_name => l_proc,

Line 209: hr_utility.set_location(l_proc, 7);

205: --
206: end loop;
207: --
208: IF g_debug THEN
209: hr_utility.set_location(l_proc, 7);
210: END IF;
211: --
212: -- When in validation only mode raise the Validate_Enabled exception
213: --

Line 219: hr_utility.set_location(' Leaving:'||l_proc, 11);

215: raise hr_api.validate_enabled;
216: end if;
217: --
218: IF g_debug THEN
219: hr_utility.set_location(' Leaving:'||l_proc, 11);
220: END IF;
221: exception
222: when hr_api.validate_enabled then
223: --