DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_PA_REQUESTS

Line 365: p_sf52_rec out nocopy ghr_pa_requests%rowtype);

361: );
362:
363: procedure get_lac_dtls
364: (p_pa_request_id in number,
365: p_sf52_rec out nocopy ghr_pa_requests%rowtype);
366:
367: procedure create_lac_remarks
368: (p_pa_request_id in number,
369: p_new_pa_request_id in number);

Line 411: p_duty_station_code in ghr_pa_requests.duty_station_code%type,

407: p_to_supervisory_differential in number,
408: p_to_supervisory_diff_perce in number,
409: p_to_staffing_differential in number,
410: p_duty_station_id in number,
411: p_duty_station_code in ghr_pa_requests.duty_station_code%type,
412: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
413: -- FWFA Changes Bug#4444609
414: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
415: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,

Line 412: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,

408: p_to_supervisory_diff_perce in number,
409: p_to_staffing_differential in number,
410: p_duty_station_id in number,
411: p_duty_station_code in ghr_pa_requests.duty_station_code%type,
412: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
413: -- FWFA Changes Bug#4444609
414: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
415: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
416: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,

Line 414: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,

410: p_duty_station_id in number,
411: p_duty_station_code in ghr_pa_requests.duty_station_code%type,
412: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
413: -- FWFA Changes Bug#4444609
414: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
415: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
416: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
417: -- FWFA Changes
418: p_lac_sf52_rec in ghr_pa_requests%rowtype,

Line 415: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,

411: p_duty_station_code in ghr_pa_requests.duty_station_code%type,
412: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
413: -- FWFA Changes Bug#4444609
414: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
415: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
416: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
417: -- FWFA Changes
418: p_lac_sf52_rec in ghr_pa_requests%rowtype,
419: p_sf52_rec out nocopy ghr_pa_requests%rowtype);

Line 416: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,

412: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
413: -- FWFA Changes Bug#4444609
414: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
415: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
416: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
417: -- FWFA Changes
418: p_lac_sf52_rec in ghr_pa_requests%rowtype,
419: p_sf52_rec out nocopy ghr_pa_requests%rowtype);
420:

Line 418: p_lac_sf52_rec in ghr_pa_requests%rowtype,

414: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
415: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
416: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
417: -- FWFA Changes
418: p_lac_sf52_rec in ghr_pa_requests%rowtype,
419: p_sf52_rec out nocopy ghr_pa_requests%rowtype);
420:
421: procedure pr (msg varchar2,par1 in varchar2 default null,
422: par2 in varchar2 default null);

Line 419: p_sf52_rec out nocopy ghr_pa_requests%rowtype);

415: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
416: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
417: -- FWFA Changes
418: p_lac_sf52_rec in ghr_pa_requests%rowtype,
419: p_sf52_rec out nocopy ghr_pa_requests%rowtype);
420:
421: procedure pr (msg varchar2,par1 in varchar2 default null,
422: par2 in varchar2 default null);
423: