DBA Data[Home] [Help]

APPS.PAY_NZ_TAX dependencies on PER_ALL_ASSIGNMENTS_F

Line 46: from per_all_assignments_f a1

42: where session_id = userenv('SESSIONID');
43:
44: cursor c_other_asg_exists (p2_assignment_id number,p_session_date date) is
45: select null
46: from per_all_assignments_f a1
47: , per_all_assignments_f a2
48: where a1.assignment_id = p2_assignment_id
49: and a2.person_id = a1.person_id
50: and a2.assignment_id <> a1.assignment_id

Line 47: , per_all_assignments_f a2

43:
44: cursor c_other_asg_exists (p2_assignment_id number,p_session_date date) is
45: select null
46: from per_all_assignments_f a1
47: , per_all_assignments_f a2
48: where a1.assignment_id = p2_assignment_id
49: and a2.person_id = a1.person_id
50: and a2.assignment_id <> a1.assignment_id
51: and a2.payroll_id is not null