DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on GHR_ELEMENT_ENTRIES_H_V

Line 3079: Procedure conv_to_element_entry_rg( p_element_entry_h_v in ghr_element_entries_h_v%rowtype,

3075:
3076: -- Procedure conv_to_element_entry_rg converts the
3077: -- to the element_entries_h_v type to pay_element_entriestype record.
3078: --
3079: Procedure conv_to_element_entry_rg( p_element_entry_h_v in ghr_element_entries_h_v%rowtype,
3080: p_element_entry_data out nocopy pay_element_entries_f%rowtype) as
3081:
3082: l_proc varchar2(30):='Conv_to_element_rg';
3083: l_element_entry_data pay_element_entries_f%rowtype;