DBA Data[Home] [Help]

APPS.PAY_PMED_ACCOUNTS_API dependencies on HR_UTILITY

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

58: l_object_version_number pay_ca_pmed_accounts.object_version_number%TYPE;
59: --
60: begin
61: --
62: hr_utility.set_location('Entering:'|| l_proc, 10);
63: --
64: -- Issue a savepoint if operating in validation only mode
65: --
66: savepoint create_pmed_accounts;

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

64: -- Issue a savepoint if operating in validation only mode
65: --
66: savepoint create_pmed_accounts;
67: --
68: hr_utility.set_location(l_proc, 20);
69: --
70: -- Process Logic
71: --
72: begin

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

221: -- End of API User Hook for the after hook of create_pmed_accounts
222: --
223: end;
224: --
225: hr_utility.set_location(l_proc, 60);
226: --
227: -- When in validation only mode raise the Validate_Enabled exception
228: --
229: if p_validate then

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

234: --
235: p_source_id := l_source_id;
236: p_object_version_number := l_object_version_number;
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 70);
239: --
240: exception
241: --
242: when hr_api.validate_enabled then

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

251: -- when validation only mode is being used.)
252: --
253: p_source_id := null;
254: p_object_version_number := null;
255: hr_utility.set_location(' Leaving:'||l_proc, 80);
256: --
257: when others then
258: --
259: -- A validation or unexpected error has occured

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

318: l_object_version_number pay_ca_pmed_accounts.object_version_number%TYPE;
319: --
320: begin
321: --
322: hr_utility.set_location('Entering:'|| l_proc, 10);
323: --
324: -- Issue a savepoint if operating in validation only mode
325: --
326: savepoint update_pmed_accounts;

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

324: -- Issue a savepoint if operating in validation only mode
325: --
326: savepoint update_pmed_accounts;
327: --
328: hr_utility.set_location(l_proc, 20);
329: --
330: -- Process Logic
331: --
332: l_object_version_number := p_object_version_number;

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

484: -- End of API User Hook for the after hook of update_pmed_accounts
485: --
486: end;
487: --
488: hr_utility.set_location(l_proc, 60);
489: --
490: -- When in validation only mode raise the Validate_Enabled exception
491: --
492: if p_validate then

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

496: -- Set all output arguments
497: --
498: -- p_object_version_number := l_object_version_number;
499: --
500: hr_utility.set_location(' Leaving:'||l_proc, 70);
501: --
502: exception
503: --
504: when hr_api.validate_enabled then

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

513: -- when validation only mode is being used.)
514: --
515: p_object_version_number := l_object_version_number;
516: --
517: hr_utility.set_location(' Leaving:'||l_proc, 80);
518: --
519: when others then
520: --
521: -- A validation or unexpected error has occured

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

543: l_object_version_number pay_ca_pmed_accounts.object_version_number%TYPE;
544: --
545: begin
546: --
547: hr_utility.set_location('Entering:'|| l_proc, 10);
548: --
549: -- Issue a savepoint if operating in validation only mode
550: --
551: savepoint delete_pmed_accounts;

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

549: -- Issue a savepoint if operating in validation only mode
550: --
551: savepoint delete_pmed_accounts;
552: --
553: hr_utility.set_location(l_proc, 20);
554: --
555: -- Process Logic
556: --
557: l_object_version_number := p_object_version_number;

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

602: -- End of API User Hook for the after hook of delete_pmed_accounts
603: --
604: end;
605: --
606: hr_utility.set_location(l_proc, 60);
607: --
608: -- When in validation only mode raise the Validate_Enabled exception
609: --
610: if p_validate then

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

611: raise hr_api.validate_enabled;
612: end if;
613: --
614: --
615: hr_utility.set_location(' Leaving:'||l_proc, 70);
616: --
617: exception
618: --
619: when hr_api.validate_enabled then

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

653: l_proc varchar2(72) := g_package||'lck';
654: --
655: begin
656: --
657: hr_utility.set_location('Entering:'|| l_proc, 10);
658: --
659: pay_pma_shd.lck
660: (
661: p_source_id => p_source_id

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

661: p_source_id => p_source_id
662: ,p_object_version_number => p_object_version_number
663: );
664: --
665: hr_utility.set_location(' Leaving:'||l_proc, 70);
666: --
667: end lck;
668: --
669: end pay_pmed_accounts_api;