DBA Data[Home] [Help]

APPS.PAY_ADVANCE_PAY_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 113: from per_all_assignments_f asg

109: ((fue.business_group_id is null and
110: fue.legislation_code = plr.legislation_code) or
111: (fue.business_group_id is not null and
112: exists (select null
113: from per_all_assignments_f asg
114: where asg.assignment_id = p_assignment_id
115: and fue.business_group_id = asg.business_group_id)));
116: --
117: begin