DBA Data[Home] [Help]

APPS.PA_PROJECT_ASSETS_PUB dependencies on PER_PEOPLE_X

Line 168: FROM per_people_x

164:
165: --Used to determine if assigned to person is valid
166: CURSOR people_cur IS
167: SELECT 'Person Exists'
168: FROM per_people_x
169: WHERE person_id = p_assigned_to_person_id
170: --CWK changes, added the below condition
171: AND nvl(current_employee_flag, 'N') = 'Y';
172:

Line 2967: FROM per_people_x

2963:
2964: --Used to determine if assigned to person is valid
2965: CURSOR people_cur IS
2966: SELECT 'Person Exists'
2967: FROM per_people_x
2968: WHERE person_id = p_assigned_to_person_id
2969: --CWK changes, added the below condition
2970: AND nvl(current_employee_flag, 'N') = 'Y';
2971: