DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on GHR_WGI_PKG

Line 1: PACKAGE BODY ghr_wgi_pkg AS

1: PACKAGE BODY ghr_wgi_pkg AS
2: /* $Header: ghwgipro.pkb 120.17.12010000.1 2008/07/28 10:41:40 appldev ship $ */
3: PROCEDURE ghr_wgi_process (
4: errbuf OUT NOCOPY VARCHAR2,
5: retcode OUT NOCOPY NUMBER,

Line 234: l_wgi_in_rec_type ghr_wgi_pkg.wgi_in_rec_type; -- This is the IN record structure for the WGI hook

230: l_to_adj_basic_pay ghr_pa_requests.to_adj_basic_pay%TYPE;
231: l_to_total_salary ghr_pa_requests.to_total_salary%TYPE;
232: l_to_other_pay_amount ghr_pa_requests.to_other_pay_amount%TYPE;
233: -- Added for WGI Custome user hook
234: l_wgi_in_rec_type ghr_wgi_pkg.wgi_in_rec_type; -- This is the IN record structure for the WGI hook
235: l_wgi_out_rec_type ghr_wgi_pkg.wgi_out_rec_type; -- This is the IN/OUT record structure for the WGI hook
236: --
237: l_open_pay_fields BOOLEAN;
238: l_personnel_office_id ghr_pa_requests.personnel_office_id%TYPE;

Line 235: l_wgi_out_rec_type ghr_wgi_pkg.wgi_out_rec_type; -- This is the IN/OUT record structure for the WGI hook

231: l_to_total_salary ghr_pa_requests.to_total_salary%TYPE;
232: l_to_other_pay_amount ghr_pa_requests.to_other_pay_amount%TYPE;
233: -- Added for WGI Custome user hook
234: l_wgi_in_rec_type ghr_wgi_pkg.wgi_in_rec_type; -- This is the IN record structure for the WGI hook
235: l_wgi_out_rec_type ghr_wgi_pkg.wgi_out_rec_type; -- This is the IN/OUT record structure for the WGI hook
236: --
237: l_open_pay_fields BOOLEAN;
238: l_personnel_office_id ghr_pa_requests.personnel_office_id%TYPE;
239: -- Added for the output parameters these values are not used anywhere

Line 2976: END ghr_wgi_pkg;

2972: RETURN p_ret_value;
2973:
2974: END ret_wgi_pay_date;
2975:
2976: END ghr_wgi_pkg;