DBA Data[Home] [Help]

APPS.PAY_AU_PROCESSES_API dependencies on HR_UTILITY

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

46: --
47: begin
48: l_proc := g_package||'create_au_process';
49: --
50: hr_utility.set_location('Entering:'|| l_proc, 5);
51: --
52: -- Issue a savepoint if operating in validation only mode.
53: --
54: if p_validate then

Line 58: hr_utility.set_location(l_proc, 10);

54: if p_validate then
55: savepoint create_au_process;
56: end if;
57: --
58: hr_utility.set_location(l_proc, 10);
59: --
60: -- Validation in addition to Table Handlers
61: --
62: -- Process Logic

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

89: );
90: end if;
91: close csr_valid_combo;
92: --
93: hr_utility.set_location(l_proc, 20);
94: --
95: -- When in validation only mode raise the Validate_Enabled exception
96: --
97: if p_validate then

Line 106: hr_utility.set_location(' Leaving:'||l_proc, 100);

102: --
103: p_process_id := l_process_id;
104: p_object_version_number := l_object_version_number;
105: --
106: hr_utility.set_location(' Leaving:'||l_proc, 100);
107: exception
108: when hr_api.validate_enabled then
109: --
110: -- Only set output warning arguments

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

133: --
134: begin
135: l_proc := g_package||'delete_au_process';
136: --
137: hr_utility.set_location('Entering:'|| l_proc, 5);
138: --
139: -- Issue a savepoint if operating in validation only mode.
140: --
141: if p_validate then

Line 145: hr_utility.set_location(l_proc, 10);

141: if p_validate then
142: savepoint delete_au_process;
143: end if;
144: --
145: hr_utility.set_location(l_proc, 10);
146: --
147: -- Validation in addition to Table Handlers
148: --
149: -- None required.

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

153: pay_apr_del.del
154: (p_process_id => p_process_id,
155: p_object_version_number => p_object_version_number);
156: --
157: hr_utility.set_location(l_proc, 20);
158: --
159: -- When in validation only mode raise the Validate_Enabled exception
160: --
161: if p_validate then

Line 165: hr_utility.set_location(' Leaving:'||l_proc, 100);

161: if p_validate then
162: raise hr_api.validate_enabled;
163: end if;
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 100);
166: exception
167: when hr_api.validate_enabled then
168: --
169: -- As the Validate_Enabled exception has been raised

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

193: l_proc varchar2(72);
194: --
195: begin
196: l_proc := g_package||'update_au_process';
197: hr_utility.set_location('Entering:'|| l_proc, 5);
198: --
199: -- Issue a savepoint if operating in validation only mode.
200: --
201: if p_validate then

Line 205: hr_utility.set_location(l_proc, 10);

201: if p_validate then
202: savepoint update_au_process;
203: end if;
204: --
205: hr_utility.set_location(l_proc, 10);
206: --
207: -- Validation in addition to Table Handlers
208: --
209: -- None required.

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

221: p_description => p_description,
222: p_accrual_category => p_accrual_category
223: );
224: --
225: hr_utility.set_location(l_proc, 20);
226: --
227: -- When in validation only mode raise the Validate_Enabled exception
228: --
229: if p_validate then

Line 233: hr_utility.set_location(' Leaving:'||l_proc, 100);

229: if p_validate then
230: raise hr_api.validate_enabled;
231: end if;
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 100);
234: exception
235: when hr_api.validate_enabled then
236: --
237: -- As the Validate_Enabled exception has been raised