DBA Data[Home] [Help] [Dependency Information]


TABLE: IBY.IBY_VISIBILITY_CLASSES

Object Details
Object Name: IBY_VISIBILITY_CLASSES
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_VISIBILITY_CLASSES
Subobject Name:
Status: VALID


IBY_VISIBILITY_CLASSES is used to store the user privilege settings for viewing sensitive data in iPayment operations UI. A visibility class essentially defines a token that can be assigned to a user or responsibility through the IBY: UI visibility class profile option. When iPayment UI is displayed the sensitive data will be masked according to the visibility class setting.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_VISIBILITY_CLASSES_ID_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnVISIBILITY_CLASS_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
VISIBILITY_CLASS_ID NUMBER (15) Yes System generated primary key
VISIBILITY_CLASS_NAME VARCHAR2 (80) Yes Name of the visibility class
INSTR_NUMBER_MASK VARCHAR2 (30)
How to mask instrument numbers used for a transaction
AMOUNT_MASK VARCHAR2 (30)
How the transaction amount is masked. Set to masked values for Payroll originated data
BENEFICIARY_MASK VARCHAR2 (30)
How the beneficiary name is masked. Set to masked values for Payroll originated data
START_DATE_ACTIVE DATE

Date when the visibility class become active
END_DATE_ACTIVE DATE

Date after which the visibility class will no longer be active
OBJECT_VERSION_NUMBER NUMBER
Yes Application level record locking for three tier stateless applications
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
SECURITY_GROUP_ID NUMBER (15)
Used in hosted environments
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT VISIBILITY_CLASS_ID
,      VISIBILITY_CLASS_NAME
,      INSTR_NUMBER_MASK
,      AMOUNT_MASK
,      BENEFICIARY_MASK
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IBY.IBY_VISIBILITY_CLASSES;

Dependencies

[top of page]

IBY.IBY_VISIBILITY_CLASSES does not reference any database object

IBY.IBY_VISIBILITY_CLASSES is referenced by following:

SchemaIBY
ViewIBY_VISIBILITY_CLASSES#