DBA Data[Home] [Help]

APPS.PA_HR_BUDGETS dependencies on DUAL

Line 15: from dual

11:
12: -- Modified for perf bug 4887375
13: cursor budget_ver( p_person_id number ) is
14: select null
15: from dual
16: where exists
17: (select null
18: from PA_BUDGET_VERSIONS pa
19: where pa.BASELINED_BY_PERSON_ID = P_PERSON_ID);