Get Snapshot Labels Common to all Tables in a BA Instance for a Given Blinding AccessType

Use this API to get the snapshot labels common to all Tables within a Business Area Instance for a given blinding access type.

Name

CDR_PUB_API_GVA.GetSnapshotLabels

Signature

FUNCTION GETSNAPSHOTLABELS(
	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,
	PI_VBLINDINGACCESSTYPE IN VARCHAR2) RETURN CURRENCYCOLL PIPELINED;

Return

A collection of the snapshot labels for a particular blinding access type in the Business Area instance common to all Tables within a Business Area Instance. CURRENCYCOLL is TABLE TYPE OF VARCHAR2(200);

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.

PI_VBLINDINGACCESSTYPE. Enter the Blinding Access Type.