DBA Data[Home] [Help]

APPS.GHR_AGENCY_CHECK dependencies on GHR_PA_REQUESTS

Line 7: p_pa_request_rec in ghr_pa_requests%rowtype,

3:
4:
5: procedure AGENCY_CHECK
6: (
7: p_pa_request_rec in ghr_pa_requests%rowtype,
8: p_asg_sf52 in ghr_api.asg_sf52_type,
9: p_asg_non_sf52 in ghr_api.asg_non_sf52_type,
10: p_asg_nte_dates in ghr_api.asg_nte_dates_type,
11: p_per_sf52 in ghr_api.per_sf52_type,

Line 64: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,

60: p_imm_retirement_info in ghr_api.per_retirement_info_type --Bug# 7131104
61: );
62:
63: procedure open_events_check
64: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
65: p_message_set in out NOCOPY boolean
66: );
67:
68: function print_sf50

Line 69: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,

65: p_message_set in out NOCOPY boolean
66: );
67:
68: function print_sf50
69: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
70: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
71: ) return boolean;
72:
73: procedure mass_salary_lacs_remarks

Line 70: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type

66: );
67:
68: function print_sf50
69: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
70: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
71: ) return boolean;
72:
73: procedure mass_salary_lacs_remarks
74: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,

Line 74: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,

70: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
71: ) return boolean;
72:
73: procedure mass_salary_lacs_remarks
74: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,
75: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,
76: p_eo_number in ghr_mass_salaries.executive_order_number%TYPE,
77: p_eo_date in ghr_mass_salaries.executive_order_date%TYPE,
78: p_opm_number in ghr_mass_salaries.opm_issuance_number%TYPE,

Line 75: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,

71: ) return boolean;
72:
73: procedure mass_salary_lacs_remarks
74: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,
75: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,
76: p_eo_number in ghr_mass_salaries.executive_order_number%TYPE,
77: p_eo_date in ghr_mass_salaries.executive_order_date%TYPE,
78: p_opm_number in ghr_mass_salaries.opm_issuance_number%TYPE,
79: p_opm_date in ghr_mass_salaries.opm_issuance_date%TYPE,

Line 86: p_pa_request_rec in ghr_pa_requests%rowtype,

82: );
83:
84: procedure CANCEL_HIRE_CAO
85: (
86: p_pa_request_rec in ghr_pa_requests%rowtype,
87: p_asg_sf52 in ghr_api.asg_sf52_type,
88: p_asg_non_sf52 in ghr_api.asg_non_sf52_type,
89: p_asg_nte_dates in ghr_api.asg_nte_dates_type,
90: p_per_sf52 in ghr_api.per_sf52_type,