DBA Data[Home] [Help]

APPS.GHR_HISTORY_API dependencies on GHR_HISTORY_CONV_RG

Line 642: ghr_history_conv_rg.conv_people_rg_to_hist_rg( p_people_data => l_people_data,

638: p_pa_history_id => p_pa_history_id,
639: p_people_data => l_people_data,
640: p_result_code => p_result_code );
641:
642: ghr_history_conv_rg.conv_people_rg_to_hist_rg( p_people_data => l_people_data,
643: p_history_data => p_hist_data );
644: elsif ( lower(p_table_name) = lower(ghr_history_api.g_asgnei_table) ) then
645: hr_utility.set_location(l_proc, 15);
646: ghr_history_fetch.fetch_asgei(p_assignment_extra_info_id => p_table_pk_id,

Line 654: ghr_history_conv_rg.conv_asgnei_rg_to_hist_rg(

650: p_rowid => p_row_id,
651: p_pa_history_id => p_pa_history_id,
652: p_asgei_data => l_asgei_data,
653: p_result_code => p_result_code );
654: ghr_history_conv_rg.conv_asgnei_rg_to_hist_rg(
655: p_asgnei_data => l_asgei_data,
656: p_history_data => p_hist_data );
657:
658: elsif ( lower(p_table_name) = lower(ghr_history_api.g_asgn_table) ) then

Line 670: ghr_history_conv_rg.conv_asgn_rg_to_hist_rg(

666: p_pa_history_id => p_pa_history_id,
667: p_assignment_data => l_asgn_data,
668: p_result_code => p_result_code
669: );
670: ghr_history_conv_rg.conv_asgn_rg_to_hist_rg(
671: p_assignment_data => l_asgn_data,
672: p_history_data => p_hist_data );
673:
674: elsif ( lower(p_table_name) = lower(ghr_history_api.g_peopei_table) ) then

Line 686: ghr_history_conv_rg.conv_peopleei_rg_to_hist_rg(

682: p_pa_history_id => p_pa_history_id,
683: p_peopleei_data => l_peopleei_data,
684: p_result_code => p_result_code);
685:
686: ghr_history_conv_rg.conv_peopleei_rg_to_hist_rg(
687: p_people_ei_data => l_peopleei_data,
688: p_history_data => p_hist_data );
689:
690: elsif ( lower(p_table_name) = lower(ghr_history_api.g_eleevl_table) ) then

Line 702: ghr_history_conv_rg.conv_element_entval_rg_to_hist(

698: p_pa_history_id => p_pa_history_id,
699: p_element_entry_data => l_element_entry_value_data,
700: p_result_code => p_result_code);
701:
702: ghr_history_conv_rg.conv_element_entval_rg_to_hist(
703: p_element_entval_data => l_element_entry_value_data,
704: p_history_data => p_hist_data );
705:
706: elsif ( lower(p_table_name) = lower(ghr_history_api.g_eleent_table) ) then

Line 718: ghr_history_conv_rg.conv_element_entry_rg_to_hist(

714: p_pa_history_id => p_pa_history_id,
715: p_element_entry_data => l_element_entry_data,
716: p_result_code => p_result_code);
717:
718: ghr_history_conv_rg.conv_element_entry_rg_to_hist(
719: p_element_entries_data => l_element_entry_data,
720: p_history_data => p_hist_data );
721:
722: elsif ( lower(p_table_name) = lower(ghr_history_api.g_posnei_table) ) then

Line 734: ghr_history_conv_rg.conv_positionei_rg_to_hist_rg(

730: p_pa_history_id => p_pa_history_id,
731: p_posei_data => l_posnei_data,
732: p_result_code => p_result_code);
733:
734: ghr_history_conv_rg.conv_positionei_rg_to_hist_rg(
735: p_position_ei_data => l_posnei_data,
736: p_history_data => p_hist_data );
737:
738: elsif ( lower(p_table_name) = lower(ghr_history_api.g_perana_table) ) then

Line 750: ghr_history_conv_rg.conv_peranalyses_rg_to_hist_rg(

746: p_pa_history_id => p_pa_history_id,
747: p_peranalyses_data => l_peranalyses_data,
748: p_result_code => p_result_code);
749:
750: ghr_history_conv_rg.conv_peranalyses_rg_to_hist_rg(
751: p_peranalyses_data => l_peranalyses_data,
752: p_history_data => p_hist_data);
753: elsif ( lower(p_table_name) = lower(ghr_history_api.g_addres_table) ) then
754: hr_utility.set_location(l_proc, 40);

Line 765: ghr_history_conv_rg.conv_addresses_rg_to_hist_rg(

761: p_pa_history_id => p_pa_history_id,
762: p_address_data => l_address_data,
763: p_result_code => p_result_code);
764:
765: ghr_history_conv_rg.conv_addresses_rg_to_hist_rg(
766: p_addresses_data => l_address_data,
767: p_history_data => p_hist_data);
768: elsif ( lower(p_table_name) = lower(ghr_history_api.g_posn_table) ) then
769: hr_utility.set_location(l_proc, 40);

Line 780: ghr_history_conv_rg.conv_position_rg_to_hist_rg(

776: p_pa_history_id => p_pa_history_id,
777: p_position_data => l_position_data,
778: p_result_code => p_result_code);
779:
780: ghr_history_conv_rg.conv_position_rg_to_hist_rg(
781: p_position_data => l_position_data,
782: p_history_data => p_hist_data);
783:
784: else

Line 1374: ghr_history_conv_rg.conv_element_entval_rg_to_hist(

1370: hr_utility.set_location('ERROR: no date effective row found in history' || l_proc, 38);
1371: hr_utility.set_message(8301,'GHR_38360_NO_RECFND_FOR_DATE');
1372: hr_utility.raise_error;
1373: end if;
1374: ghr_history_conv_rg.conv_element_entval_rg_to_hist(
1375: p_element_entval_data => l_eleevl_data,
1376: p_history_data => l_eleevl_hist_data );
1377: -- check if the element_entry_value from history is different than what we just changed in the core table.
1378: -- if it is, then there were intervening records on the same date. So, re-apply the date-effective row from history.