[Home] [Help]
[Dependency Information]
Object Name: | IGI_SLS_ALLOCATIONS_AUDIT |
---|---|
Object Type: | TABLE |
Owner: | IGI |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGI_SLS_ALLOCATIONS_AUDIT contains audit information for secure tables allocated to subledger security groups and subledger process groups. It also maintains audit information for subledger process groups allocated to subledger security groups.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGI_SLS_ALLOCATION_AUD_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SLS_GROUP | VARCHAR2 | (30) | Yes | SLS group name |
SLS_GROUP_TYPE | VARCHAR2 | (1) | Yes | P indicates process group, S indicates security group. |
SLS_ALLOCATION | VARCHAR2 | (30) | Yes | SLS allocated secure table or process group name |
SLS_ALLOCATION_TYPE | VARCHAR2 | (1) | Yes | P indicates process group, T indicates secure table. |
DATE_ENABLED | DATE | Date allocation enabled | ||
DATE_DISABLED | DATE | Date allocation disabled | ||
DATE_REMOVED | DATE | Date allocation removed | ||
DATE_SECURITY_APPLIED | DATE | Date security applied | ||
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
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
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM IGI.IGI_SLS_ALLOCATIONS_AUDIT;
IGI.IGI_SLS_ALLOCATIONS_AUDIT does not reference any database object
IGI.IGI_SLS_ALLOCATIONS_AUDIT is referenced by following:
|
|
|