DBA Data[Home] [Help]

APPS.HR_NONRUN_ASACT dependencies on HR_ASSIGNMENT_SETS

Line 2328: FROM hr_assignment_sets aset

2324: pasgid number,
2325: plockedid number
2326: ) is
2327: SELECT 1
2328: FROM hr_assignment_sets aset
2329: WHERE aset.assignment_set_id = pasgsetid
2330: and nvl(aset.payroll_id,ppayrollid) = ppayrollid
2331: and (not exists
2332: (select 1