DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on PER_ALL_ASSIGNMENTS_F

Line 323: p_asgn_data in out nocopy per_all_assignments_f%rowtype);

319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
321: p_title in per_assignments_f.title%type default null,
322: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
323: p_asgn_data in out nocopy per_all_assignments_f%rowtype);
324:
325: Procedure conv_to_asgn_rg (
326: p_asgn_h_v in ghr_assignments_h_v%rowtype,
327: p_asgn_data out nocopy per_all_assignments_f%rowtype);

Line 327: p_asgn_data out nocopy per_all_assignments_f%rowtype);

323: p_asgn_data in out nocopy per_all_assignments_f%rowtype);
324:
325: Procedure conv_to_asgn_rg (
326: p_asgn_h_v in ghr_assignments_h_v%rowtype,
327: p_asgn_data out nocopy per_all_assignments_f%rowtype);
328:
329: procedure conv_asgn_rg_to_hist_rg(
330: p_assignment_data in per_all_assignments_f%rowtype,
331: p_history_data in out nocopy ghr_pa_history%rowtype);

Line 330: p_assignment_data in per_all_assignments_f%rowtype,

326: p_asgn_h_v in ghr_assignments_h_v%rowtype,
327: p_asgn_data out nocopy per_all_assignments_f%rowtype);
328:
329: procedure conv_asgn_rg_to_hist_rg(
330: p_assignment_data in per_all_assignments_f%rowtype,
331: p_history_data in out nocopy ghr_pa_history%rowtype);
332:
333: procedure conv_to_asgn_rg(
334: p_history_data in ghr_pa_history%rowtype,

Line 335: p_assignment_data in out nocopy per_all_assignments_f%rowtype);

331: p_history_data in out nocopy ghr_pa_history%rowtype);
332:
333: procedure conv_to_asgn_rg(
334: p_history_data in ghr_pa_history%rowtype,
335: p_assignment_data in out nocopy per_all_assignments_f%rowtype);
336:
337: Procedure conv_to_peopleei_rg (
338: p_peopleei_h_v in ghr_people_extra_info_h_v%rowtype,
339: p_peopleei_data out nocopy per_people_extra_info%rowtype);