DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_V7_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 767: from per_all_assignments_f

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

Line 772: l_old_org_id per_all_assignments_f.organization_id%TYPE;

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