DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on GHR_PA_HISTORY

Line 157: p_history_data in out nocopy ghr_pa_history%rowtype);

153: p_people_data out nocopy per_all_people_f%rowtype);
154:
155: Procedure conv_people_rg_to_hist_rg(
156: p_people_data in per_all_people_f%rowtype,
157: p_history_data in out nocopy ghr_pa_history%rowtype);
158:
159: Procedure conv_to_people_rg(
160: p_history_data in ghr_pa_history%rowtype,
161: p_people_data in out nocopy per_all_people_f%rowtype);

Line 160: p_history_data in ghr_pa_history%rowtype,

156: p_people_data in per_all_people_f%rowtype,
157: p_history_data in out nocopy ghr_pa_history%rowtype);
158:
159: Procedure conv_to_people_rg(
160: p_history_data in ghr_pa_history%rowtype,
161: p_people_data in out nocopy per_all_people_f%rowtype);
162:
163: Procedure conv_to_asgnei_rg(
164: p_asgnei_h_v in ghr_assignment_extra_info_h_v%rowtype,

Line 232: p_history_data in out nocopy ghr_pa_history%rowtype);

228: p_asgnei_data in out nocopy per_assignment_extra_info%rowtype);
229:
230: Procedure conv_asgnei_rg_to_hist_rg(
231: p_asgnei_data in per_assignment_extra_info%rowtype,
232: p_history_data in out nocopy ghr_pa_history%rowtype);
233:
234: Procedure conv_to_asgnei_rg(
235: p_history_data in ghr_pa_history%rowtype,
236: p_asgnei_data in out nocopy per_assignment_extra_info%rowtype);

Line 235: p_history_data in ghr_pa_history%rowtype,

231: p_asgnei_data in per_assignment_extra_info%rowtype,
232: p_history_data in out nocopy ghr_pa_history%rowtype);
233:
234: Procedure conv_to_asgnei_rg(
235: p_history_data in ghr_pa_history%rowtype,
236: p_asgnei_data in out nocopy per_assignment_extra_info%rowtype);
237:
238: Procedure conv_to_asgn_rg(
239: p_assignment_id in per_assignments_f.assignment_id%type default null,

Line 331: p_history_data in out nocopy ghr_pa_history%rowtype);

327: p_asgn_data out nocopy per_all_assignments_f%rowtype);
328:
329: procedure conv_asgn_rg_to_hist_rg(
330: p_assignment_data in per_all_assignments_f%rowtype,
331: p_history_data in out nocopy ghr_pa_history%rowtype);
332:
333: procedure conv_to_asgn_rg(
334: p_history_data in ghr_pa_history%rowtype,
335: p_assignment_data in out nocopy per_all_assignments_f%rowtype);

Line 334: p_history_data in ghr_pa_history%rowtype,

330: p_assignment_data in per_all_assignments_f%rowtype,
331: p_history_data in out nocopy ghr_pa_history%rowtype);
332:
333: procedure conv_to_asgn_rg(
334: p_history_data in ghr_pa_history%rowtype,
335: p_assignment_data in out nocopy per_all_assignments_f%rowtype);
336:
337: Procedure conv_to_peopleei_rg (
338: p_peopleei_h_v in ghr_people_extra_info_h_v%rowtype,

Line 342: p_history_data in ghr_pa_history%rowtype,

338: p_peopleei_h_v in ghr_people_extra_info_h_v%rowtype,
339: p_peopleei_data out nocopy per_people_extra_info%rowtype);
340:
341: Procedure conv_to_peopleei_rg(
342: p_history_data in ghr_pa_history%rowtype,
343: p_people_ei_data in out nocopy per_people_extra_info%rowtype );
344:
345: Procedure conv_to_peopleei_rg (
346: p_person_extra_info_id in per_people_extra_info.person_extra_info_id%type default null,

Line 410: p_history_data in out nocopy ghr_pa_history%rowtype);

406: p_peopleei_data in out nocopy per_people_extra_info%rowtype);
407:
408: Procedure conv_peopleei_rg_to_hist_rg(
409: p_people_ei_data in per_people_extra_info%rowtype,
410: p_history_data in out nocopy ghr_pa_history%rowtype);
411:
412:
413: Procedure conv_to_positionei_rg(
414: p_position_extra_info_id in per_position_extra_info.position_extra_info_id%type default null,

Line 482: p_history_data in out nocopy ghr_pa_history%rowtype);

478: p_positionei_data out nocopy per_position_extra_info%rowtype);
479:
480: Procedure conv_positionei_rg_to_hist_rg(
481: p_position_ei_data in per_position_extra_info%rowtype,
482: p_history_data in out nocopy ghr_pa_history%rowtype);
483:
484: Procedure conv_to_positionei_rg(
485: p_history_data in ghr_pa_history%rowtype,
486: p_position_ei_data in out nocopy per_position_extra_info%rowtype);

Line 485: p_history_data in ghr_pa_history%rowtype,

481: p_position_ei_data in per_position_extra_info%rowtype,
482: p_history_data in out nocopy ghr_pa_history%rowtype);
483:
484: Procedure conv_to_positionei_rg(
485: p_history_data in ghr_pa_history%rowtype,
486: p_position_ei_data in out nocopy per_position_extra_info%rowtype);
487:
488: Procedure conv_to_element_entry_rg(
489: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,

Line 535: p_history_data in out nocopy ghr_pa_history%rowtype);

531: p_element_entry_data out nocopy pay_element_entries_f%rowtype);
532:
533: procedure conv_element_entry_rg_to_hist(
534: p_element_entries_data in pay_element_entries_f%rowtype,
535: p_history_data in out nocopy ghr_pa_history%rowtype);
536:
537: procedure conv_to_element_entry_rg(
538: p_history_data in ghr_pa_history%rowtype,
539: p_element_entries_data in out nocopy pay_element_entries_f%rowtype);

Line 538: p_history_data in ghr_pa_history%rowtype,

534: p_element_entries_data in pay_element_entries_f%rowtype,
535: p_history_data in out nocopy ghr_pa_history%rowtype);
536:
537: procedure conv_to_element_entry_rg(
538: p_history_data in ghr_pa_history%rowtype,
539: p_element_entries_data in out nocopy pay_element_entries_f%rowtype);
540:
541:
542: Procedure conv_to_element_entval_rg(

Line 557: p_history_data in out nocopy ghr_pa_history%rowtype);

553: p_element_entval_data out nocopy pay_element_entry_values_f%rowtype);
554:
555: procedure conv_element_entval_rg_to_hist(
556: p_element_entval_data in pay_element_entry_values_f%rowtype,
557: p_history_data in out nocopy ghr_pa_history%rowtype);
558:
559: procedure conv_to_element_entval_rg(
560: p_history_data in ghr_pa_history%rowtype,
561: p_element_entval_data in out nocopy pay_element_entry_values_f%rowtype);

Line 560: p_history_data in ghr_pa_history%rowtype,

556: p_element_entval_data in pay_element_entry_values_f%rowtype,
557: p_history_data in out nocopy ghr_pa_history%rowtype);
558:
559: procedure conv_to_element_entval_rg(
560: p_history_data in ghr_pa_history%rowtype,
561: p_element_entval_data in out nocopy pay_element_entry_values_f%rowtype);
562:
563: Procedure conv_to_addresses_rg(
564: p_address_id in per_addresses.address_id%type default null,

Line 619: p_history_data in out nocopy ghr_pa_history%rowtype);

615: p_addresses_data out nocopy per_addresses%rowtype);
616:
617: Procedure conv_addresses_rg_to_hist_rg(
618: p_addresses_data in per_addresses%rowtype,
619: p_history_data in out nocopy ghr_pa_history%rowtype);
620:
621: Procedure conv_to_addresses_rg(
622: p_history_data in ghr_pa_history%rowtype,
623: p_addresses_data in out nocopy per_addresses%rowtype);

Line 622: p_history_data in ghr_pa_history%rowtype,

618: p_addresses_data in per_addresses%rowtype,
619: p_history_data in out nocopy ghr_pa_history%rowtype);
620:
621: Procedure conv_to_addresses_rg(
622: p_history_data in ghr_pa_history%rowtype,
623: p_addresses_data in out nocopy per_addresses%rowtype);
624:
625:
626: Procedure conv_peranalyses_rg_to_hist_rg(

Line 628: p_history_data in out nocopy ghr_pa_history%rowtype);

624:
625:
626: Procedure conv_peranalyses_rg_to_hist_rg(
627: p_peranalyses_data in per_person_analyses%rowtype,
628: p_history_data in out nocopy ghr_pa_history%rowtype);
629:
630: Procedure conv_to_peranalyses_rg(
631: p_history_data in ghr_pa_history%rowtype,
632: p_peranalyses_data in out nocopy per_person_analyses%rowtype);

Line 631: p_history_data in ghr_pa_history%rowtype,

627: p_peranalyses_data in per_person_analyses%rowtype,
628: p_history_data in out nocopy ghr_pa_history%rowtype);
629:
630: Procedure conv_to_peranalyses_rg(
631: p_history_data in ghr_pa_history%rowtype,
632: p_peranalyses_data in out nocopy per_person_analyses%rowtype);
633:
634: Procedure conv_to_peranalyses_rg(p_peranalyses_h_v in ghr_person_analyses_h_v%rowtype,
635: p_peranalyses_data out nocopy per_person_analyses%rowtype);

Line 736: p_history_data in out nocopy ghr_pa_history%rowtype);

732: p_position_data out nocopy per_positions%rowtype);
733:
734: Procedure conv_position_rg_to_hist_rg(
735: p_position_data in per_positions%rowtype,
736: p_history_data in out nocopy ghr_pa_history%rowtype);
737:
738: Procedure conv_to_position_rg(
739: p_history_data in ghr_pa_history%rowtype,
740: p_position_data in out nocopy per_positions%rowtype);

Line 739: p_history_data in ghr_pa_history%rowtype,

735: p_position_data in per_positions%rowtype,
736: p_history_data in out nocopy ghr_pa_history%rowtype);
737:
738: Procedure conv_to_position_rg(
739: p_history_data in ghr_pa_history%rowtype,
740: p_position_data in out nocopy per_positions%rowtype);
741:
742: */
743:

Line 882: p_history_data in out nocopy ghr_pa_history%rowtype);

878: p_position_data out nocopy hr_all_positions_f%rowtype);
879:
880: Procedure conv_position_rg_to_hist_rg(
881: p_position_data in hr_all_positions_f%rowtype,
882: p_history_data in out nocopy ghr_pa_history%rowtype);
883:
884: Procedure conv_to_position_rg(
885: p_history_data in ghr_pa_history%rowtype,
886: p_position_data in out nocopy hr_all_positions_f%rowtype);

Line 885: p_history_data in ghr_pa_history%rowtype,

881: p_position_data in hr_all_positions_f%rowtype,
882: p_history_data in out nocopy ghr_pa_history%rowtype);
883:
884: Procedure conv_to_position_rg(
885: p_history_data in ghr_pa_history%rowtype,
886: p_position_data in out nocopy hr_all_positions_f%rowtype);
887:
888:
889: End GHR_HISTORY_CONV_RG;