DBA Data[Home] [Help]

APPS.EAM_ASSIGN_EMP_PUB dependencies on EAM_EMP_ASSIGNMENT_DETAILS_TBL

Line 65: TYPE Emp_Assignment_Tbl_Type IS TABLE OF Eam_Emp_Assignment_Details_Tbl%ROWTYPE;

61: instance_id NUMBER,
62: organization_id NUMBER
63: );
64:
65: TYPE Emp_Assignment_Tbl_Type IS TABLE OF Eam_Emp_Assignment_Details_Tbl%ROWTYPE;
66:
67:
68: --- Function and procedure signature to return the employee search results
69: /*

Line 102: * Depending on the horizon selected the eligible employees assignments will be inserted into Eam_Emp_Assignment_Details_Tbl temporary table.

98:
99: -- Function and procedure signature to return the assignment details of an employee
100: /*
101: * This procedure is used to get all the assignments for an employee.
102: * Depending on the horizon selected the eligible employees assignments will be inserted into Eam_Emp_Assignment_Details_Tbl temporary table.
103: * The API calls the required procedures and function to fetch the assignments within the given horizon.
104: * In case of error ,API reports detailed and translatable error messages .
105: */
106: PROCEDURE Get_Emp_Assignment_Details_Pub