DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_PA_REQUESTS

Line 374: p_sf52_rec out nocopy ghr_pa_requests%rowtype);

370: );
371:
372: procedure get_lac_dtls
373: (p_pa_request_id in number,
374: p_sf52_rec out nocopy ghr_pa_requests%rowtype);
375:
376: procedure create_lac_remarks
377: (p_pa_request_id in number,
378: p_new_pa_request_id in number);

Line 420: p_duty_station_code in ghr_pa_requests.duty_station_code%type,

416: p_to_supervisory_differential in number,
417: p_to_supervisory_diff_perce in number,
418: p_to_staffing_differential in number,
419: p_duty_station_id in number,
420: p_duty_station_code in ghr_pa_requests.duty_station_code%type,
421: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
422: -- FWFA Changes Bug#4444609
423: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
424: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,

Line 421: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,

417: p_to_supervisory_diff_perce in number,
418: p_to_staffing_differential in number,
419: p_duty_station_id in number,
420: p_duty_station_code in ghr_pa_requests.duty_station_code%type,
421: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
422: -- FWFA Changes Bug#4444609
423: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
424: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
425: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,

Line 423: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,

419: p_duty_station_id in number,
420: p_duty_station_code in ghr_pa_requests.duty_station_code%type,
421: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
422: -- FWFA Changes Bug#4444609
423: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
424: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
425: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
426: -- FWFA Changes
427: p_lac_sf52_rec in ghr_pa_requests%rowtype,

Line 424: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,

420: p_duty_station_code in ghr_pa_requests.duty_station_code%type,
421: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
422: -- FWFA Changes Bug#4444609
423: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
424: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
425: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
426: -- FWFA Changes
427: p_lac_sf52_rec in ghr_pa_requests%rowtype,
428: p_sf52_rec out nocopy ghr_pa_requests%rowtype);

Line 425: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,

421: p_duty_station_desc in ghr_pa_requests.duty_station_desc%type,
422: -- FWFA Changes Bug#4444609
423: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
424: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
425: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
426: -- FWFA Changes
427: p_lac_sf52_rec in ghr_pa_requests%rowtype,
428: p_sf52_rec out nocopy ghr_pa_requests%rowtype);
429:

Line 427: p_lac_sf52_rec in ghr_pa_requests%rowtype,

423: p_input_pay_rate_determinant in ghr_pa_requests.input_pay_rate_determinant%type,
424: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
425: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
426: -- FWFA Changes
427: p_lac_sf52_rec in ghr_pa_requests%rowtype,
428: p_sf52_rec out nocopy ghr_pa_requests%rowtype);
429:
430: procedure pr (msg varchar2,par1 in varchar2 default null,
431: par2 in varchar2 default null);

Line 428: p_sf52_rec out nocopy ghr_pa_requests%rowtype);

424: p_from_pay_table_id in ghr_pa_requests.from_pay_table_identifier%type,
425: p_to_pay_table_id in ghr_pa_requests.to_pay_table_identifier%type,
426: -- FWFA Changes
427: p_lac_sf52_rec in ghr_pa_requests%rowtype,
428: p_sf52_rec out nocopy ghr_pa_requests%rowtype);
429:
430: procedure pr (msg varchar2,par1 in varchar2 default null,
431: par2 in varchar2 default null);
432: