DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on PER_ALL_PEOPLE_F

Line 149: p_people_data in out nocopy per_all_people_f%rowtype );

145: p_per_information30 in per_people_f.per_information30%type default null,
146: -- p_object_version_number in per_people_f.object_version_number%type default null,
147: p_date_of_death in per_people_f.date_of_death%type default null,
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);

Line 153: p_people_data out nocopy per_all_people_f%rowtype);

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,
157: p_history_data in out nocopy ghr_pa_history%rowtype);

Line 156: p_people_data in per_all_people_f%rowtype,

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,
157: p_history_data in out nocopy ghr_pa_history%rowtype);
158:
159: Procedure conv_to_people_rg(
160: p_history_data in ghr_pa_history%rowtype,

Line 161: p_people_data in out nocopy per_all_people_f%rowtype);

157: p_history_data in out nocopy ghr_pa_history%rowtype);
158:
159: Procedure conv_to_people_rg(
160: p_history_data in ghr_pa_history%rowtype,
161: p_people_data in out nocopy per_all_people_f%rowtype);
162:
163: Procedure conv_to_asgnei_rg(
164: p_asgnei_h_v in ghr_assignment_extra_info_h_v%rowtype,
165: p_asgnei_data out nocopy per_assignment_extra_info%rowtype);