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

65: Null;
66: end AGENCY_CHECK;
67:
68: procedure open_events_check
69: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
70: p_message_set in out NOCOPY boolean
71: )
72: is
73:

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

75: Null;
76: End open_events_check;
77:
78: function print_sf50
79: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
80: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
81: ) return boolean
82: is
83: Begin

Line 80: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type

76: End open_events_check;
77:
78: function print_sf50
79: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
80: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
81: ) return boolean
82: is
83: Begin
84: return true;

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

84: return true;
85: End print_sf50;
86:
87: procedure mass_salary_lacs_remarks
88: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,
89: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,
90: p_eo_number in ghr_mass_salaries.executive_order_number%TYPE,
91: p_eo_date in ghr_mass_salaries.executive_order_date%TYPE,
92: p_opm_number in ghr_mass_salaries.opm_issuance_number%TYPE,

Line 89: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,

85: End print_sf50;
86:
87: procedure mass_salary_lacs_remarks
88: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,
89: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,
90: p_eo_number in ghr_mass_salaries.executive_order_number%TYPE,
91: p_eo_date in ghr_mass_salaries.executive_order_date%TYPE,
92: p_opm_number in ghr_mass_salaries.opm_issuance_number%TYPE,
93: p_opm_date in ghr_mass_salaries.opm_issuance_date%TYPE,

Line 103: p_pa_request_rec in ghr_pa_requests%rowtype,

99: End;
100:
101: procedure CANCEL_HIRE_CAO
102: (
103: p_pa_request_rec in ghr_pa_requests%rowtype,
104: p_asg_sf52 in ghr_api.asg_sf52_type,
105: p_asg_non_sf52 in ghr_api.asg_non_sf52_type,
106: p_asg_nte_dates in ghr_api.asg_nte_dates_type,
107: p_per_sf52 in ghr_api.per_sf52_type,