DBA Data[Home] [Help]

APPS.ICX_REQ_ORDER dependencies on HR_EMPLOYEES_CURRENT_V

Line 1156: from hr_employees_current_v hrev

1152: --
1153:
1154: cursor requestor(requestor_id number) is
1155: select hrev.full_name
1156: from hr_employees_current_v hrev
1157: where hrev.employee_id = requestor_id;
1158:
1159: cursor location(v_location_id number) is
1160: select hrl.location_code

Line 2675: hr_employees_current_v hrev,

2671: hrl.location_code,
2672: ood.organization_id,
2673: ood.organization_code
2674: from hr_locations hrl,
2675: hr_employees_current_v hrev,
2676: org_organization_definitions ood,
2677: financials_system_parameters fsp
2678: where hrev.employee_id = v_shop_id
2679: and hrev.location_id = hrl.location_id