DBA Data[Home] [Help]

APPS.HR_NONRUN_ASACT dependencies on HR_ASSIGNMENT_SETS

Line 2322: FROM hr_assignment_sets aset

2318: pasgid number,
2319: plockedid number
2320: ) is
2321: SELECT 1
2322: FROM hr_assignment_sets aset
2323: WHERE aset.assignment_set_id = pasgsetid
2324: and nvl(aset.payroll_id,ppayrollid) = ppayrollid
2325: and (not exists
2326: (select 1