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


TABLE: GMD.GMD_SECURITY_CONTROL

Object Details
Object Name: GMD_SECURITY_CONTROL
Object Type: TABLE
Owner: GMD
FND Design Data: TableGMD.GMD_SECURITY_CONTROL
Subobject Name:
Status: VALID


Defines the level of Formula Security per OPM Organization


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
OBJECT_TYPE VARCHAR2 (15) Yes Object Formula Security is applied; for example, Formula.
ORGN_CODE VARCHAR2 (4)
Formula Owning Organization given access to Formula Security.
USER_IND VARCHAR2 (1) Yes Indicator to determine if users can be specified for Formula Security. Valid values Y, N.
RESPONSIBILITY_IND VARCHAR2 (1) Yes Responsibility IND for security control consideration Y:Yes, N:No
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
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
ORGANIZATION_ID NUMBER (15)
This is the organization id column for the security control
Query Text

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


SELECT OBJECT_TYPE
,      ORGN_CODE
,      USER_IND
,      RESPONSIBILITY_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ORGANIZATION_ID
FROM GMD.GMD_SECURITY_CONTROL;

Dependencies

[top of page]

GMD.GMD_SECURITY_CONTROL does not reference any database object

GMD.GMD_SECURITY_CONTROL is referenced by following:

SchemaGMD
ViewGMD_SECURITY_CONTROL#