DBA Data[Home] [Help]

APPS.PAY_ADVANCE_PAY_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 115: from per_all_assignments_f asg

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