DBA Data[Home] [Help]

APPS.GHR_ELEMENT_API dependencies on PER_ALL_ASSIGNMENTS_F

Line 827: from per_all_assignments_f asg

823:
824: --
825: cursor c_business_group (asg_id number, eff_date date) is
826: select asg.business_group_id
827: from per_all_assignments_f asg
828: where asg.assignment_id = asg_id
829: and eff_date between asg.effective_start_date
830: and asg.effective_end_date;
831: --