GetManagerByEmployee


<DEFAULT SERVER>   >   <DEFAULT DATABASE>   >   <DEFAULT SCHEMA>   >   EMPLOYEES   >   GetManagerByEmployee   

Function body GetManagerByEmployee(id NUMBER) return GetManagerByEmployee, Package EMPLOYEES

Name Datatype Precision Description
id NUMBER NUMBER, parameter of EMPLOYEES.GetManagerByEmployee
Name Types Value
No Data
Name Definition
No Data

function GetManagerByEmployee( id in NUMBER) return int
    is

    begin
			
			return -1;

    end GetManagerByEmployee

     
Name Types Description
<DEFAULT SCHEMA>.EMPLOYEES.GetManagerByEmployee Function Function interface GetManagerByEmployee(id NUMBER) return INT, Package EMPLOYEES
INT PL/SQL System type PL/SQL System Object
NUMBER PL/SQL System type PL/SQL System Object

     
Name Types Description
<DEFAULT SCHEMA>.EMPLOYEE_DELETING Trigger Simple Trigger of AFTER "DELETE ON EMPLOYEE"