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

64: --End Bug# 10181661
65: );
66:
67: procedure open_events_check
68: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
69: p_message_set in out NOCOPY boolean
70: );
71:
72: function print_sf50

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

69: p_message_set in out NOCOPY boolean
70: );
71:
72: function print_sf50
73: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
74: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
75: ) return boolean;
76:
77: procedure mass_salary_lacs_remarks

Line 74: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type

70: );
71:
72: function print_sf50
73: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
74: p_pa_notification_id in ghr_pa_requests.pa_notification_id%type
75: ) return boolean;
76:
77: procedure mass_salary_lacs_remarks
78: (p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE,

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

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

Line 79: p_prd in ghr_pa_requests.pay_rate_determinant%TYPE,

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

Line 90: p_pa_request_rec in ghr_pa_requests%rowtype,

86: );
87:
88: procedure CANCEL_HIRE_CAO
89: (
90: p_pa_request_rec in ghr_pa_requests%rowtype,
91: p_asg_sf52 in ghr_api.asg_sf52_type,
92: p_asg_non_sf52 in ghr_api.asg_non_sf52_type,
93: p_asg_nte_dates in ghr_api.asg_nte_dates_type,
94: p_per_sf52 in ghr_api.per_sf52_type,