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


VIEW: APPS.IGI_SLS_DELETED_ALLOC_V

Object Details
Object Name: IGI_SLS_DELETED_ALLOC_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_SLS_DELETED_ALLOC_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
SLS_GROUP VARCHAR2 (30) Yes Group Name
SLS_GROUP_TYPE VARCHAR2 (1) Yes Group Type (P=Process Group, S=Security Group)
SLS_ALLOCATION VARCHAR2 (30) Yes Allocation Name (i.e. Secure Table Name or Process Group Name)
SLS_ALLOCATION_TYPE VARCHAR2 (1) Yes Allocation Type (T=Table, P=Process Group)
DATE_ENABLED DATE

Date Allocation Enabled
DATE_DISABLED DATE

Date Allocation Disabled
DATE_REMOVED DATE

Date Allocation Removed/Deleted
DATE_SECURITY_APPLIED DATE

Date Security Applied
Query Text

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


SELECT SLS_GROUP
,      SLS_GROUP_TYPE
,      SLS_ALLOCATION
,      SLS_ALLOCATION_TYPE
,      DATE_ENABLED
,      DATE_DISABLED
,      DATE_REMOVED
,      DATE_SECURITY_APPLIED
FROM APPS.IGI_SLS_DELETED_ALLOC_V;

Dependencies

[top of page]

APPS.IGI_SLS_DELETED_ALLOC_V references the following:

SchemaAPPS
SynonymIGI_SLS_ALLOCATIONS
SynonymIGI_SLS_ALLOCATIONS_AUDIT

APPS.IGI_SLS_DELETED_ALLOC_V is not referenced by any database object