DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on PO_EMPLOYEES_SV

Line 294: PO_EMPLOYEES_SV.get_emp_name( x_person_id => x_deliver_to_person_id );

290: x_progress := '002';
291: --< Bug 3370335 Start >
292: -- Use utility procedure to get the emp name directly from base table
293: x_deliver_to_person :=
294: PO_EMPLOYEES_SV.get_emp_name( x_person_id => x_deliver_to_person_id );
295: --< Bug 3370335 End >
296: END IF;
297:
298: /* If the PROJECT_ID is not null, then if the destination_type='INVENTORY'