DBA Data[Home] [Help]

APPS.PA_HR_PROJECT_SETUP dependencies on PA_TASKS

Line 19: from PA_TASKS pa

15: where pa.person_id = P_PERSON_ID;
16:
17: cursor tasks( p_person_id number ) is
18: select null
19: from PA_TASKS pa
20: where pa.TASK_MANAGER_PERSON_ID = P_PERSON_ID;
21:
22: BEGIN
23: Error_Message := 'PA_HR_PER_IN_PRJ_PLAY';