DBA Data[Home] [Help]

APPS.OKC_REP_SEARCH_UTIL_PVT dependencies on ASO_SECURITY_INT

Line 564: -- Else, use the ASO_SECURITY_INT API get_quote_access to

560: IF (l_resource_id = NULL)
561: THEN
562: x_access := 'NONE';
563: ELSE
564: -- Else, use the ASO_SECURITY_INT API get_quote_access to
565: -- retrieve the access level. Possible values are
566: -- UPDATE, READ, and NONE. If null is returned, then
567: -- set x_access to NONE.
568: x_access := aso_security_int.get_quote_access(

Line 568: x_access := aso_security_int.get_quote_access(

564: -- Else, use the ASO_SECURITY_INT API get_quote_access to
565: -- retrieve the access level. Possible values are
566: -- UPDATE, READ, and NONE. If null is returned, then
567: -- set x_access to NONE.
568: x_access := aso_security_int.get_quote_access(
569: l_resource_id, p_quote_number);
570: IF (x_access = NULL)
571: THEN
572: x_access := 'NONE';