DBA Data[Home] [Help]

APPS.GHR_ELEMENT_API dependencies on PER_ALL_ASSIGNMENTS_F

Line 825: from per_all_assignments_f asg

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