DBA Data[Home] [Help]

PACKAGE: APPS.PQH_DE_VLDJOBFTR_SWI

Source


1 Package pqh_de_vldjobftr_swi As
2 /* $Header: pqftrswi.pkh 120.0 2005/05/29 01:55:13 appldev noship $ */
3 -- ----------------------------------------------------------------------------
4 -- |--------------------------< delete_vldtn_jobftr >-------------------------|
5 -- ----------------------------------------------------------------------------
6 -- {Start of comments}
7 --
8 -- Description:
9 --  This procedure is the self-service wrapper procedure to the following
10 --  API: pqh_de_vldjobftr_api.delete_vldtn_jobftr
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 delete_vldtn_jobftr
27   (p_validate                     in     number    default hr_api.g_false_num
28   ,p_wrkplc_vldtn_jobftr_id       in     number
29   ,p_object_version_number        in     number
30   ,p_return_status                   out nocopy varchar2
31   );
32 -- ----------------------------------------------------------------------------
33 -- |--------------------------< insert_vldtn_jobftr >-------------------------|
34 -- ----------------------------------------------------------------------------
35 -- {Start of comments}
36 --
37 -- Description:
38 --  This procedure is the self-service wrapper procedure to the following
39 --  API: pqh_de_vldjobftr_api.insert_vldtn_jobftr
40 --
41 -- Pre-requisites
42 --  All 'IN' parameters to this procedure have been appropriately derived.
43 --
44 -- Post Success:
45 --  p_return_status will return value indicating success.
46 --
47 -- Post Failure:
48 --  p_return_status will return value indication failure.
49 --
50 -- Access Status:
51 --  Internal Development use only.
52 --
53 -- {End of comments}
54 -- ----------------------------------------------------------------------------
55 PROCEDURE insert_vldtn_jobftr
56   (p_validate                     in     number    default hr_api.g_false_num
57   ,p_effective_date               in     date
58   ,p_business_group_id            in     number
59   ,p_wrkplc_vldtn_opr_job_id      in     number
60   ,p_job_feature_code             in     varchar2
61   ,p_wrkplc_vldtn_opr_job_type    in     varchar2
62   ,p_wrkplc_vldtn_jobftr_id          out nocopy number
63   ,p_object_version_number           out nocopy number
64   ,p_return_status                   out nocopy varchar2
65   );
66 -- ----------------------------------------------------------------------------
67 -- |--------------------------< update_vldtn_jobftr >-------------------------|
68 -- ----------------------------------------------------------------------------
69 -- {Start of comments}
70 --
71 -- Description:
72 --  This procedure is the self-service wrapper procedure to the following
73 --  API: pqh_de_vldjobftr_api.update_vldtn_jobftr
74 --
75 -- Pre-requisites
76 --  All 'IN' parameters to this procedure have been appropriately derived.
77 --
78 -- Post Success:
79 --  p_return_status will return value indicating success.
80 --
81 -- Post Failure:
82 --  p_return_status will return value indication failure.
83 --
84 -- Access Status:
85 --  Internal Development use only.
86 --
87 -- {End of comments}
88 -- ----------------------------------------------------------------------------
89 PROCEDURE update_vldtn_jobftr
90   (p_validate                     in     number    default hr_api.g_false_num
91   ,p_effective_date               in     date
92   ,p_business_group_id            in     number    default hr_api.g_number
93   ,p_wrkplc_vldtn_opr_job_id      in     number    default hr_api.g_number
94   ,p_job_feature_code             in     varchar2  default hr_api.g_varchar2
95   ,p_wrkplc_vldtn_opr_job_type    in     varchar2  default hr_api.g_varchar2
96   ,p_wrkplc_vldtn_jobftr_id       in     number
97   ,p_object_version_number        in out nocopy number
98   ,p_return_status                   out nocopy varchar2
99   );
100 end pqh_de_vldjobftr_swi;