DBA Data[Home] [Help]

APPS.PER_PEOPLE9_PKG dependencies on PER_ASSIGNMENTS_F_PKG

Line 113: per_assignments_f_pkg.insert_row(

109: -- 340022 Made p_source_organiation_id = NULL
110: -- Rather than p_business_group_id
111: -- 311758 Assignment_number now nulled rather than set to 1.
112: -- TM 08-mar-1996.
113: per_assignments_f_pkg.insert_row(
114: p_row_id =>l_row_id
115: ,p_assignment_id => l_assignment_id
116: ,p_effective_start_date => p_effective_start_date
117: ,p_effective_end_date => p_effective_end_date

Line 385: per_assignments_f_pkg.insert_row(p_row_id =>l_row_id

381: -- Rather than p_business_group_id
382: -- TM 08-mar-1996.
383: --
384: hr_utility.set_location('per_people9_pkg.insert_employee_rows',5);
385: per_assignments_f_pkg.insert_row(p_row_id =>l_row_id
386: ,p_assignment_id => l_assignment_id
387: ,p_effective_start_date => p_effective_start_date
388: ,p_effective_end_date => p_effective_end_date
389: ,p_business_group_id => p_business_group_id