DBA Data[Home] [Help]

APPS.PAY_GB_ONLINE_SOE dependencies on PER_ALL_ASSIGNMENTS_F

Line 609: from per_all_assignments_f

605: function setParameters(p_person_id in number, p_assignment_id in number, p_effective_date date) return varchar2 is
606:
607: cursor csr_get_asg_id is
608: select assignment_id
609: from per_all_assignments_f
610: where person_id = p_person_id
611: and p_effective_date between effective_start_date and effective_end_date;
612:
613: cursor csr_get_action_id(asg_id number) is