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


TABLE: ABM.ABM_SEC_PROFLS

Object Details
Object Name: ABM_SEC_PROFLS
Object Type: TABLE
Owner: ABM
Subobject Name:
Status: VALID


An aggregate of one or more INSTALLATION SECURITY RULES. Each INSTALLATION SECURITY RULE defines approved actions (add, update, delete, display, etc.?) which may be executed against a conceptual object within the OBJECT SET subject area. Each security profile may be assigned to many USERS.
Static, light reads.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: ABM_SEC_PROFLS_PK
  1. ColumnI90_PROFL_TYPE_ID
  2. ColumnI97_PROFL_NAME
Indexes
Index Type Uniqueness Tablespace Column
ABM_SEC_PROFLS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnI90_PROFL_TYPE_ID
ColumnI97_PROFL_NAME
Foreign Keys
Table
Foreign Table Foreign Key Column
ABM_SEC_PROFLS ABM_SEC_PROFLS_FK1 TableABM_SEC_PROFL_TYPES ABM_SEC_PROFLS I90_PROFL_TYPE_ID
TableABM_USERS ABM_USERS_FK1 ABM_SEC_PROFLS ABM_USERS SYN_INST_I90_ID
ABM_USERS SYN_INST_I97_NAME
TableABM_USERS ABM_USERS_FK2 ABM_SEC_PROFLS ABM_USERS SYN_INTERF_I90_ID
ABM_USERS SYN_INTERF_I97_NAME
Columns
Name Datatype Length Mandatory Comments
I90_PROFL_TYPE_ID VARCHAR2 (15) Yes Security Profile Type Id
I97_PROFL_NAME VARCHAR2 (120) Yes Security Profile Name
DESCRIPTION_TEXT VARCHAR2 (750)
Security Profile description
MAINT_USER_ID VARCHAR2 (11)
Legacy column. No longer used in ABM 11i.
MAINT_EFFECT_CODE VARCHAR2 (1)
Legacy column. No longer used in ABM 11i.
MAINT_TIMESTAMP DATE

Legacy column. No longer used in ABM 11i.
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT I90_PROFL_TYPE_ID
,      I97_PROFL_NAME
,      DESCRIPTION_TEXT
,      MAINT_USER_ID
,      MAINT_EFFECT_CODE
,      MAINT_TIMESTAMP
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM ABM.ABM_SEC_PROFLS;

Dependencies

[top of page]

ABM.ABM_SEC_PROFLS does not reference any database object

ABM.ABM_SEC_PROFLS is not referenced by any database object