DBA Data[Home] [Help]

APPS.AP_WEB_DB_USER_PREF_PKG dependencies on HR_EMPLOYEES_CURRENT_V

Line 5: FUNCTION GetUserPrefs(p_employee_id IN HR_EMPLOYEES_CURRENT_V.employee_id%TYPE,

1: PACKAGE BODY AP_WEB_DB_USER_PREF_PKG AS
2: /* $Header: apwdbupb.pls 120.7 2006/02/24 07:33:48 sbalaji noship $ */
3:
4: -------------------------------------------------------------------
5: FUNCTION GetUserPrefs(p_employee_id IN HR_EMPLOYEES_CURRENT_V.employee_id%TYPE,
6: p_userPrefs_rec OUT NOCOPY UserPrefsInfoRec)
7: RETURN BOOLEAN IS
8: -------------------------------------------------------------------
9: BEGIN