DBA Data[Home] [Help]

PACKAGE: APPS.GHR_SF52_VALIDN_PKG

Source


1 PACKAGE ghr_sf52_validn_pkg AUTHID CURRENT_USER AS
2 /* $Header: ghvalidn.pkh 115.2 2004/02/10 05:39:52 aandhava ship $ */
3 
4 
5 --  ---------------------------------------------------------------------------
6 -- |-----------------------------< prelim_req_chk_for_update_hr >---------------------------|
7 --  ---------------------------------------------------------------------------
8 --
9 
10 --
11  Procedure prelim_req_chk_for_update_hr
12  (p_pa_request_rec             in      ghr_pa_requests%rowtype
13  );
14 
15 --
16 --
17 -- {Start Of Comments}
18 --
19 -- Description:
20 --   This procedure validates the various codes that were not
21 --   validated at the row handler level
22 --
23 -- Pre Conditions:
24 --
25 -- In Parameter:
26 --
27 --   p_rec                ghr_pa_requests%rowtype;
28 -- Post Success:
29 --
30 -- Post Failure:
31 --
32 -- Developer Implementation Notes:
33 --
34 --  Access Status:
35 --   Internal Development Use Only.
36 --
37 -- {End Of Comments}
38 
39 
40 procedure perform_validn
41 (p_rec               in        ghr_pa_requests%ROWTYPE
42 );
43 end ghr_sf52_validn_pkg;
44