[Home] [Help]
[Dependency Information]
| Object Name: | IGI_SLS_DELETED_ALLOC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGI.IGI_SLS_DELETED_ALLOC_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
IGI_SLS_ALLOCATIONS
IGI_SLS_ALLOCATIONS_AUDIT
APPS.IGI_SLS_DELETED_ALLOC_V is not referenced by any database object
|
|
|
|