DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on HR_EMPLOYEES

Line 237: from per_employees_current_x -- Bug 7257731: Changed the view name from hr_employees to per_employees_current_x

233: -- Bug 8270296
234:
235: /*select full_name
236: into x_name
237: from per_employees_current_x -- Bug 7257731: Changed the view name from hr_employees to per_employees_current_x
238: where employee_id = x_employee_id; */
239:
240: SELECT full_name
241: INTO x_name

Line 438: /* Replace view hr_employees_current_v with view

434:
435: x_progress := 30;
436: BEGIN
437:
438: /* Replace view hr_employees_current_v with view
439: per_workforce_current_x to enable requester from
440: another BG for bug 9157396
441: */
442: if x_deliver_to_person_id is not null then--Bug#6497729

Line 596: l_dummy_person HR_EMPLOYEES.full_name%TYPE;

592: l_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
593: l_dest_subinv PO_DISTRIBUTIONS.destination_subinventory%TYPE;
594: l_dummy_rate PO_DISTRIBUTIONS.rate%TYPE;
595: l_dummy_rate_date PO_DISTRIBUTIONS.rate_date%TYPE;
596: l_dummy_person HR_EMPLOYEES.full_name%TYPE;
597: l_dummy_subinv PO_REQUISITION_LINES.destination_subinventory%TYPE;
598: --
599:
600: BEGIN