DBA Data[Home] [Help]

APPS.PA_HR_PROJECT_SETUP dependencies on PA_PROJECT_PLAYERS

Line 14: from PA_PROJECT_PLAYERS pa

10: dummy1 varchar2(1);
11:
12: cursor proj_player( p_person_id number ) is
13: select null
14: from PA_PROJECT_PLAYERS pa
15: where pa.person_id = P_PERSON_ID;
16:
17: cursor tasks( p_person_id number ) is
18: select null