[Home] [Help]
[Dependency Information]
| Object Name: | IGI_SLS_DELETED_TABLES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGI.IGI_SLS_DELETED_TABLES_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 |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | DB Owner of the Secure Table |
| TABLE_NAME | VARCHAR2 | (30) | Yes | Secure Table Name |
| DESCRIPTION | VARCHAR2 | (60) | Secure Table Description | |
| SLS_TABLE_NAME | VARCHAR2 | (30) | Yes | Subledger Security extended table name |
| UPDATE_ALLOWED | VARCHAR2 | (1) | Yes | Update allowed |
| DATE_ENABLED | DATE | Date Secure Table Enabled | ||
| DATE_DISABLED | DATE | Date Secure Table Disabled | ||
| DATE_REMOVED | DATE | Date Secure Table Removed/Deleted | ||
| DATE_OBJECT_CREATED | DATE | Date Subledger Security Objects created | ||
| DATE_SECURITY_APPLIED | DATE | Date Security Applied |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, DESCRIPTION
, SLS_TABLE_NAME
, UPDATE_ALLOWED
, DATE_ENABLED
, DATE_DISABLED
, DATE_REMOVED
, DATE_OBJECT_CREATED
, DATE_SECURITY_APPLIED
FROM APPS.IGI_SLS_DELETED_TABLES_V;
APPS
IGI_SLS_SECURE_TABLES
IGI_SLS_SECURE_TABLES_AUDIT
APPS.IGI_SLS_DELETED_TABLES_V is not referenced by any database object
|
|
|
|