DBA Data[Home] [Help]

APPS.DOM_SECURITY_PVT dependencies on DOM_USER_NAMES_ARRAY

Line 14: l_user_names IN DOM_USER_NAMES_ARRAY,

10: FUNCTION get_oid_user(p_user_name VARCHAR2) RETURN VARCHAR2;
11:
12: PROCEDURE get_oid_users
13: (
14: l_user_names IN DOM_USER_NAMES_ARRAY,
15: x_oid_user_names OUT NOCOPY DOM_USER_NAMES_ARRAY
16: );
17:
18: END DOM_SECURITY_PVT;

Line 15: x_oid_user_names OUT NOCOPY DOM_USER_NAMES_ARRAY

11:
12: PROCEDURE get_oid_users
13: (
14: l_user_names IN DOM_USER_NAMES_ARRAY,
15: x_oid_user_names OUT NOCOPY DOM_USER_NAMES_ARRAY
16: );
17:
18: END DOM_SECURITY_PVT;