Initialize Only Discrepancy View for Oracle DMW Business Area

Use this API to initialize only the discrepancy view for the Oracle DMW business area. Users will not be able to access the source table when they use this API.

Signature

PROCEDURE setDiscrepancyView(pi_objId                IN NUMBER,
    pi_objVer                IN NUMBER,
    pi_vBlindingAccessType   IN VARCHAR2,
    x_return_status          OUT NOCOPY VARCHAR2,
    x_msg_count              OUT NOCOPY     NUMBER,
    x_msg_data               OUT NOCOPY      VARCHAR2 );

Parameters

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.

x_return_status Enter the return status.

x_msg_count Enter the message count.

x_msg_data Enter the actual message.