DBA Data[Home] [Help]

APPS.PQH_COPY_ENTITY_TXNS_API dependencies on HR_UTILITY

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

36: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;
37: --
38: begin
39: --
40: hr_utility.set_location('Entering:'|| l_proc, 10);
41: --
42: -- Issue a savepoint if operating in validation only mode
43: --
44: savepoint create_COPY_ENTITY_TXN;

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

42: -- Issue a savepoint if operating in validation only mode
43: --
44: savepoint create_COPY_ENTITY_TXN;
45: --
46: hr_utility.set_location(l_proc, 20);
47: --
48: -- Process Logic
49: --
50: begin

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

133: -- End of API User Hook for the after hook of create_COPY_ENTITY_TXN
134: --
135: end;
136: --
137: hr_utility.set_location(l_proc, 60);
138: --
139: -- When in validation only mode raise the Validate_Enabled exception
140: --
141: if p_validate then

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

146: --
147: p_copy_entity_txn_id := l_copy_entity_txn_id;
148: p_object_version_number := l_object_version_number;
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 70);
151: --
152: exception
153: --
154: when hr_API.validate_enabled then

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

163: -- when validation only mode is being used.)
164: --
165: p_copy_entity_txn_id := null;
166: p_object_version_number := null;
167: hr_utility.set_location(' Leaving:'||l_proc, 80);
168: --
169: when others then
170: p_copy_entity_txn_id := null;
171: p_object_version_number := null;

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

206: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;
207: --
208: begin
209: --
210: hr_utility.set_location('Entering:'|| l_proc, 10);
211: --
212: -- Issue a savepoint if operating in validation only mode
213: --
214: savepoint update_COPY_ENTITY_TXN;

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

212: -- Issue a savepoint if operating in validation only mode
213: --
214: savepoint update_COPY_ENTITY_TXN;
215: --
216: hr_utility.set_location(l_proc, 20);
217: --
218: -- Process Logic
219: --
220: l_object_version_number := p_object_version_number;

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

306: -- End of API User Hook for the after hook of update_COPY_ENTITY_TXN
307: --
308: end;
309: --
310: hr_utility.set_location(l_proc, 60);
311: --
312: -- When in validation only mode raise the Validate_Enabled exception
313: --
314: if p_validate then

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

318: -- Set all output arguments
319: --
320: p_object_version_number := l_object_version_number;
321: --
322: hr_utility.set_location(' Leaving:'||l_proc, 70);
323: --
324: exception
325: --
326: when hr_API.validate_enabled then

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

333: -- Only set output warning arguments
334: -- (Any key or derived arguments must be set to null
335: -- when validation only mode is being used.)
336: --
337: hr_utility.set_location(' Leaving:'||l_proc, 80);
338: --
339: when others then
340: p_object_version_number := l_object_version_number;
341: --

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

362: l_object_version_number pqh_copy_entity_txns.object_version_number%TYPE;
363: --
364: begin
365: --
366: hr_utility.set_location('Entering:'|| l_proc, 10);
367: --
368: -- Issue a savepoint if operating in validation only mode
369: --
370: pqh_cet_bus.chk_completed_target_err ( p_copy_entity_txn_id );

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

370: pqh_cet_bus.chk_completed_target_err ( p_copy_entity_txn_id );
371: --
372: savepoint delete_COPY_ENTITY_TXN;
373: --
374: hr_utility.set_location(l_proc, 20);
375: --
376: -- Process Logic
377: --
378: l_object_version_number := p_object_version_number;

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

426: -- End of API User Hook for the after hook of delete_COPY_ENTITY_TXN
427: --
428: end;
429: --
430: hr_utility.set_location(l_proc, 60);
431: --
432: -- When in validation only mode raise the Validate_Enabled exception
433: --
434: if p_validate then

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

434: if p_validate then
435: raise hr_API.validate_enabled;
436: end if;
437: --
438: hr_utility.set_location(' Leaving:'||l_proc, 70);
439: --
440: exception
441: --
442: when hr_API.validate_enabled then