DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on GHR_PEOPLE_H_V

Line 152: p_people_h_v in ghr_people_h_v%rowtype,

148: p_rehire_reason in per_people_f.rehire_reason%type default null,
149: p_people_data in out nocopy per_all_people_f%rowtype );
150:
151: Procedure conv_to_people_rg (
152: p_people_h_v in ghr_people_h_v%rowtype,
153: p_people_data out nocopy per_all_people_f%rowtype);
154:
155: Procedure conv_people_rg_to_hist_rg(
156: p_people_data in per_all_people_f%rowtype,