DBA Data[Home] [Help]

APPS.GHR_CUSTOM_WGI_VALIDATION dependencies on GHR_WGI_PKG

Line 12: -- Increase. It is called from the main auto wgi procedure (GHR_WGI_PKG.GHR_WGI_EMP)

8: --
9: -- Description:
10: -- This procedure is provided for the customer to allow them to
11: -- add there own routines to do additional validation for a Automatic Within Grade
12: -- Increase. It is called from the main auto wgi procedure (GHR_WGI_PKG.GHR_WGI_EMP)
13: --
14: --
15: -- In Arguments of the record structure:
16: -- person_id (Person ID of the person selected for Auto WGI ).

Line 33: ( p_wgi_in_data_rec IN GHR_WGI_PKG.wgi_in_rec_type

29: --
30: -- {End of Comments}
31: -- -----------------------------------------------------------------------------
32: procedure custom_wgi_criteria
33: ( p_wgi_in_data_rec IN GHR_WGI_PKG.wgi_in_rec_type
34: ,p_wgi_out_data_rec IN OUT GHR_WGI_PKG.wgi_out_rec_type
35: );
36: --
37: end ghr_custom_wgi_validation;

Line 34: ,p_wgi_out_data_rec IN OUT GHR_WGI_PKG.wgi_out_rec_type

30: -- {End of Comments}
31: -- -----------------------------------------------------------------------------
32: procedure custom_wgi_criteria
33: ( p_wgi_in_data_rec IN GHR_WGI_PKG.wgi_in_rec_type
34: ,p_wgi_out_data_rec IN OUT GHR_WGI_PKG.wgi_out_rec_type
35: );
36: --
37: end ghr_custom_wgi_validation;