[Home] [Help]
[Dependency Information]
Object Name: | FND_MO_PRODUCT_INIT |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_MO_PRODUCT_INIT stores the application short names of applications that have
Multi-Org Access Control enabled. The information stored in this table is used in the Multi-Org initialization API. You need one row for each application that has Multi-Org Access Control turned on
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_MO_PRODUCT_INIT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_SHORT_NAME | VARCHAR2 | (50) | Yes | Application short name |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
STATUS | VARCHAR2 | (1) | Access Enabled Status |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_SHORT_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, STATUS
FROM APPLSYS.FND_MO_PRODUCT_INIT;
APPLSYS.FND_MO_PRODUCT_INIT does not reference any database object
APPLSYS.FND_MO_PRODUCT_INIT is referenced by following:
|
|
|