DBA Data[Home] [Help]

APPS.GHR_SF52_VALIDN_PKG dependencies on GHR_PA_REQUESTS

Line 12: (p_pa_request_rec in ghr_pa_requests%rowtype

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: --

Line 27: -- p_rec ghr_pa_requests%rowtype;

23: -- Pre Conditions:
24: --
25: -- In Parameter:
26: --
27: -- p_rec ghr_pa_requests%rowtype;
28: -- Post Success:
29: --
30: -- Post Failure:
31: --

Line 41: (p_rec in ghr_pa_requests%ROWTYPE

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: