DBA Data[Home] [Help]

APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on AHL_PRD_WO_LOGIN_PVT

Line 2074: L_employee_id := AHL_PRD_WO_LOGIN_PVT.get_employee_id;

2070:
2071: -- if the employee id is NULL then get the employee id
2072: -- id of the user who is currently logged in
2073: IF p_employee_id IS NULL THEN
2074: L_employee_id := AHL_PRD_WO_LOGIN_PVT.get_employee_id;
2075: ELSE
2076: L_employee_id := p_employee_id;
2077: END IF;
2078: