DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on GHR_POSITIONS_H_V

Line 4359: p_position_h_v in ghr_positions_h_v%rowtype,

4355: --
4356: -- Procedure to convert the position history view rg to the position rg.
4357: --
4358: Procedure conv_to_position_rg (
4359: p_position_h_v in ghr_positions_h_v%rowtype,
4360: p_position_data out per_positions%rowtype) is
4361:
4362: l_proc varchar2(30):='Conv_to_position_rg';
4363: l_position_data per_positions%rowtype;

Line 4954: p_position_h_v in ghr_positions_h_v%rowtype,

4950: --
4951: -- Procedure to convert the position history view rg to the position rg.
4952: --
4953: Procedure conv_to_position_rg (
4954: p_position_h_v in ghr_positions_h_v%rowtype,
4955: p_position_data out nocopy hr_all_positions_f%rowtype) is
4956:
4957: l_proc varchar2(30):='Conv_to_position_rg';
4958: l_position_data hr_all_positions_f%rowtype;