Get Possible Blinding Types of a Business Area Instance

Use this API to get the possible Blinding Access Types of a Business Area Instance, which is in turn based on the blinding statuses of underlying Business Area Table instances and the user's privileges.

Name

CDR_PUB_API_GVA.GetBAValidBlindingAccessTypes

Signature

FUNCTION GETBAVALIDBLINDINGACCESSTYPES(
	PI_COMPANYID IN CDR_NAMINGS.COMPANY_ID%TYPE,
	PI_OBJID     IN CDR_NAMINGS.OBJ_ID%TYPE,
	PI_OBJVER    IN CDR_NAMING_VERSIONS.OBJ_VER%TYPE) RETURN BLINDINGACCESSTYPESCOLL PIPELINED;

Return

A collection of the possible blinding access types. BLINDINGACCESSTYPESCOLL is TABLE TYPE OF VARCHAR2(30);

Parameters

This API has the following parameters:

PI_COMPANYID. Enter the Business Area Instance Company ID.

PI_OBJID. Enter the Business Area Instance Object ID.

PI_OBJVER. Enter the Business Area Instance Object Version.

BLINDINGACCESSTYPESCOLL. This is the list of possible blinding access types.