DBA Data[Home] [Help]

PACKAGE: APPS.IRC_PROF_AREA_CRITERIA_VAL_SWI

Source


1 Package irc_prof_area_criteria_val_swi As
2 /* $Header: irpcvswi.pkh 120.0 2005/10/03 14:59 rbanda noship $ */
3 -- ----------------------------------------------------------------------------
4 -- |-----------------------< create_prof_area_criteria >----------------------|
5 -- ----------------------------------------------------------------------------
6 -- {Start of comments}
7 --
8 -- Description:
9 --  This procedure is the self-service wrapper procedure to the following
10 --  API: irc_prof_area_criteria_val_api.create_prof_area_criteria
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 create_prof_area_criteria
27   (p_validate                     in     number    default hr_api.g_false_num
28   ,p_effective_date               in     date
29   ,p_search_criteria_id           in     number
30   ,p_professional_area            in     varchar2
31   ,p_prof_area_criteria_value_id  in     number
32   ,p_object_version_number           out nocopy number
33   ,p_return_status                   out nocopy varchar2
34   );
35 -- ----------------------------------------------------------------------------
36 -- |-----------------------< delete_prof_area_criteria >----------------------|
37 -- ----------------------------------------------------------------------------
38 -- {Start of comments}
39 --
40 -- Description:
41 --  This procedure is the self-service wrapper procedure to the following
42 --  API: irc_prof_area_criteria_val_api.delete_prof_area_criteria
43 --
44 -- Pre-requisites
45 --  All 'IN' parameters to this procedure have been appropriately derived.
46 --
47 -- Post Success:
48 --  p_return_status will return value indicating success.
49 --
50 -- Post Failure:
51 --  p_return_status will return value indication failure.
52 --
53 -- Access Status:
54 --  Internal Development use only.
55 --
56 -- {End of comments}
57 -- ----------------------------------------------------------------------------
58 PROCEDURE delete_prof_area_criteria
59   (p_validate                     in     number    default hr_api.g_false_num
60   ,p_prof_area_criteria_value_id  in     number
61   ,p_object_version_number        in     number
62   ,p_return_status                   out nocopy varchar2
63   );
64  end irc_prof_area_criteria_val_swi;