DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on GHR_POSITIONS_H_V

Line 731: p_position_h_v in ghr_positions_h_v%rowtype,

727: p_status in per_positions.status%type default null,
728: p_position_data in out nocopy per_positions%rowtype );
729:
730: Procedure conv_to_position_rg (
731: p_position_h_v in ghr_positions_h_v%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,

Line 877: p_position_h_v in ghr_positions_h_v%rowtype,

873: p_copied_to_old_table_flag in hr_all_positions_f.copied_to_old_table_flag%TYPE default NULL,
874: p_position_data in out nocopy hr_all_positions_f%rowtype );
875:
876: Procedure conv_to_position_rg (
877: p_position_h_v in ghr_positions_h_v%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,