DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_V7_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 764: from per_all_assignments_f

760: ) IS
761: --
762: cursor org is
763: select organization_id
764: from per_all_assignments_f
765: where assignment_id=X_Assignment_Id
766: and X_Effective_Start_Date between effective_start_date
767: and effective_end_date;
768: --

Line 769: l_old_org_id per_all_assignments_f.organization_id%TYPE;

765: where assignment_id=X_Assignment_Id
766: and X_Effective_Start_Date between effective_start_date
767: and effective_end_date;
768: --
769: l_old_org_id per_all_assignments_f.organization_id%TYPE;
770: --
771: BEGIN
772: hr_utility.set_location('per_assignments_v7_pkg.update_row',10);
773: if X_Current_application_id = 810