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 73: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,

69: Null;
70: end AGENCY_CHECK;
71:
72: procedure open_events_check
73: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
74: p_message_set in out NOCOPY boolean
75: )
76: is
77:

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

79: Null;
80: End open_events_check;
81:
82: function print_sf50
83: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
84: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
85: ) return boolean
86: is
87: Begin

Line 84: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type

80: End open_events_check;
81:
82: function print_sf50
83: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
84: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
85: ) return boolean
86: is
87: Begin
88: return true;

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

88: return true;
89: End print_sf50;
90:
91: procedure mass_salary_lacs_remarks
92: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,
93: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,
94: p_eo_number in ghr_mass_salaries.executive_order_number%TYPE,
95: p_eo_date in ghr_mass_salaries.executive_order_date%TYPE,
96: p_opm_number in ghr_mass_salaries.opm_issuance_number%TYPE,

Line 93: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,

89: End print_sf50;
90:
91: procedure mass_salary_lacs_remarks
92: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,
93: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,
94: p_eo_number in ghr_mass_salaries.executive_order_number%TYPE,
95: p_eo_date in ghr_mass_salaries.executive_order_date%TYPE,
96: p_opm_number in ghr_mass_salaries.opm_issuance_number%TYPE,
97: p_opm_date in ghr_mass_salaries.opm_issuance_date%TYPE,

Line 107: p_pa_request_rec in ghr_pa_requests%rowtype,

103: End;
104:
105: procedure CANCEL_HIRE_CAO
106: (
107: p_pa_request_rec in ghr_pa_requests%rowtype,
108: p_asg_sf52 in ghr_api.asg_sf52_type,
109: p_asg_non_sf52 in ghr_api.asg_non_sf52_type,
110: p_asg_nte_dates in ghr_api.asg_nte_dates_type,
111: p_per_sf52 in ghr_api.per_sf52_type,