[Home] [Help]
25: ---------------------------------------------------------------------------------------------------
26:
27: /* AK Web User Security Attribute Values */
28: ---------------------------------------------------------------------------------------------------
29: SUBTYPE usrSecAttr_attrCode IS AK_WEB_USER_SEC_ATTR_VALUES.attribute_code%TYPE;
30: SUBTYPE usrSecAttr_webUserID IS AK_WEB_USER_SEC_ATTR_VALUES.web_user_id%TYPE;
31: ---------------------------------------------------------------------------------------------------
32:
33:
26:
27: /* AK Web User Security Attribute Values */
28: ---------------------------------------------------------------------------------------------------
29: SUBTYPE usrSecAttr_attrCode IS AK_WEB_USER_SEC_ATTR_VALUES.attribute_code%TYPE;
30: SUBTYPE usrSecAttr_webUserID IS AK_WEB_USER_SEC_ATTR_VALUES.web_user_id%TYPE;
31: ---------------------------------------------------------------------------------------------------
32:
33:
34: TYPE UserIdRefCursor IS REF CURSOR;