DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on GHR_PERSON_ANALYSES_H_V

Line 3903: Procedure conv_to_peranalyses_rg(p_peranalyses_h_v in ghr_person_analyses_h_v%rowtype,

3899:
3900:
3901: -- Procedure conv_to_peranalyses_rg converts the ghr_person_analysis record to
3902: -- to the per_person_analysis record
3903: Procedure conv_to_peranalyses_rg(p_peranalyses_h_v in ghr_person_analyses_h_v%rowtype,
3904: p_peranalyses_data out nocopy per_person_analyses%rowtype) is
3905:
3906: l_proc varchar2(30) := 'Conv_to_peranalyses_rg';
3907: l_peranalyses_data per_person_analyses%rowtype;