DBA Data[Home] [Help]

APPS.PAY_CA_EMP_FEDTAX_INF_API dependencies on PER_ASSIGNMENTS_F

Line 1028: from PER_ASSIGNMENTS_F paf

1024: l_location_id number;
1025: l_country varchar2(30);
1026: cursor csr_chk_assignment is
1027: select paf.location_id
1028: from PER_ASSIGNMENTS_F paf
1029: where paf.assignment_id = p_assignment_id
1030: and p_effective_date between paf.effective_start_date and
1031: paf.effective_end_date ;
1032: cursor csr_get_location(p_location_id number) is