DBA Data[Home] [Help]

APPS.PA_HR_BUDGETS dependencies on PA_BUDGET_VERSIONS

Line 18: from PA_BUDGET_VERSIONS pa

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);
20:
21: BEGIN
22: