DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on GHR_HISTORY_API

Line 6: -- |--------------------------< >--------------------------|

2: /* $Header: ghconvrg.pkb 115.7 2003/09/02 02:43:46 ajose ship $ */
3: --
4: --
5: -- ----------------------------------------------------------------------------
6: -- |--------------------------< >--------------------------|
7: -- ----------------------------------------------------------------------------
8: --
9:
10:

Line 3736: p_history_data.information2 := to_char(p_element_entval_data.effective_start_date, ghr_history_api.g_hist_date_format);

3732:
3733: l_history_data :=p_history_data; --NOCOPY CHANGES
3734: hr_utility.set_location(' entering:' || l_proc, 5);
3735: p_history_data.information1 := to_char(p_element_entval_data.element_entry_value_id) ;
3736: p_history_data.information2 := to_char(p_element_entval_data.effective_start_date, ghr_history_api.g_hist_date_format);
3737: p_history_data.information3 := to_char(p_element_entval_data.effective_end_date, ghr_history_api.g_hist_date_format) ;
3738: p_history_data.information4 := to_char(p_element_entval_data.input_value_id) ;
3739: p_history_data.information5 := to_char(p_element_entval_data.element_entry_id) ;
3740: p_history_data.information6 := substr(p_element_entval_data.screen_entry_value,1 ,60) ;

Line 3737: p_history_data.information3 := to_char(p_element_entval_data.effective_end_date, ghr_history_api.g_hist_date_format) ;

3733: l_history_data :=p_history_data; --NOCOPY CHANGES
3734: hr_utility.set_location(' entering:' || l_proc, 5);
3735: p_history_data.information1 := to_char(p_element_entval_data.element_entry_value_id) ;
3736: p_history_data.information2 := to_char(p_element_entval_data.effective_start_date, ghr_history_api.g_hist_date_format);
3737: p_history_data.information3 := to_char(p_element_entval_data.effective_end_date, ghr_history_api.g_hist_date_format) ;
3738: p_history_data.information4 := to_char(p_element_entval_data.input_value_id) ;
3739: p_history_data.information5 := to_char(p_element_entval_data.element_entry_id) ;
3740: p_history_data.information6 := substr(p_element_entval_data.screen_entry_value,1 ,60) ;
3741:

Line 3765: p_element_entval_data.effective_start_date := to_date(p_history_data.information2, ghr_history_api.g_hist_date_format);

3761: l_element_entval_data :=p_element_entval_data; --NOCOPY CHANGES
3762:
3763: hr_utility.set_location(' entering:' || l_proc, 5);
3764: p_element_entval_data.element_entry_value_id := to_number(p_history_data.information1) ;
3765: p_element_entval_data.effective_start_date := to_date(p_history_data.information2, ghr_history_api.g_hist_date_format);
3766: p_element_entval_data.effective_end_date := to_date(p_history_data.information3, ghr_history_api.g_hist_date_format) ;
3767: p_element_entval_data.input_value_id := to_number(p_history_data.information4 ) ;
3768: p_element_entval_data.element_entry_id := to_number(p_history_data.information5) ;
3769: p_element_entval_data.screen_entry_value := substr(p_history_data.information6,1 ,60) ;

Line 3766: p_element_entval_data.effective_end_date := to_date(p_history_data.information3, ghr_history_api.g_hist_date_format) ;

3762:
3763: hr_utility.set_location(' entering:' || l_proc, 5);
3764: p_element_entval_data.element_entry_value_id := to_number(p_history_data.information1) ;
3765: p_element_entval_data.effective_start_date := to_date(p_history_data.information2, ghr_history_api.g_hist_date_format);
3766: p_element_entval_data.effective_end_date := to_date(p_history_data.information3, ghr_history_api.g_hist_date_format) ;
3767: p_element_entval_data.input_value_id := to_number(p_history_data.information4 ) ;
3768: p_element_entval_data.element_entry_id := to_number(p_history_data.information5) ;
3769: p_element_entval_data.screen_entry_value := substr(p_history_data.information6,1 ,60) ;
3770: