DBA Data[Home] [Help]

PACKAGE: APPS.HR_KI_INTEGRATIONS_SWI

Source


1 Package hr_ki_integrations_swi AUTHID CURRENT_USER As
2 /* $Header: hrintswi.pkh 115.0 2004/01/09 01:41 vkarandi noship $ */
3 -- ----------------------------------------------------------------------------
4 -- |-----------------------------< validate_integration >---------------------|
5 -- ----------------------------------------------------------------------------
6 -- {Start of comments}
7 --
8 -- Description:
9 --  This procedure is the servlet wrapper procedure to the following
10 --  API: hr_ki_integrations_api.validate_integration
11 --
12 -- Pre-requisites
13 --  All 'IN' parameters to this procedure have been appropriately derived.
14 --
15 -- Post Success:
16 --  p_return_status will return value indicating success.
17 --
18 -- Post Failure:
19 --  p_return_status will return value indication failure.
20 --
21 -- Access Status:
22 --  Internal Development use only.
23 --
24 -- {End of comments}
25 -- ----------------------------------------------------------------------------
26 PROCEDURE validate_integration
27   (p_validate                     in     number    default hr_api.g_false_num
28   ,p_integration_id               in     number
29   ,p_object_version_number        in out nocopy    number
30   ,p_error                        out nocopy varchar2
31   ,p_return_status                out nocopy varchar2
32   );
33 --
34 end hr_ki_integrations_swi;