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


TABLE: CN.CN_MODULES_ALL_B

Object Details
Object Name: CN_MODULES_ALL_B
Object Type: TABLE
Owner: CN
FND Design Data: TableCN.CN_MODULES_ALL_B
Subobject Name:
Status: VALID


CN_MODULES_ALL_B contains information for various modules used in the
Revenue Classification process and the AR data Collection process. The
module name will store in CN_MODULES_ALL_TL table.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CN_MODULES_ALL_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMODULE_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
MODULE_ID NUMBER (15) Yes Primary key.
MODULE_TYPE VARCHAR2 (4) Yes Module type. COL=collection, SLC=-slice, RUP=rollup, CLS=classification.
MODULE_STATUS VARCHAR2 (10) Yes Module status. Synchronized or Unsynchronized.
PARENT_MODULE_ID NUMBER (15)
Identifies a modules parent. eg. the 'COL' (collection) module is the parent to the 'INV' module 'ORD' module etc.
REPOSITORY_ID NUMBER (15) Yes Repository to which the module belongs.
SOURCE_REPOSITORY_ID NUMBER (15)
Identifies the repository from which the data is collected
EVENT_ID NUMBER (15)
System event associated with the module. Event is either a classification or collection type of event.
LAST_MODIFICATION DATE

Date that module was last modified.
LAST_SYNCHRONIZATION DATE

Date that module was last synchronized.
OUTPUT_FILENAME VARCHAR2 (30)
Output file name.
COLLECT_FLAG VARCHAR2 (5)
Collect_flag= Yes means system information should be collected for the event type associated with this module.
DESCRIPTION VARCHAR2 (1900)
Description
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).
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).
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
ORG_ID NUMBER

Organization identifier
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT MODULE_ID
,      MODULE_TYPE
,      MODULE_STATUS
,      PARENT_MODULE_ID
,      REPOSITORY_ID
,      SOURCE_REPOSITORY_ID
,      EVENT_ID
,      LAST_MODIFICATION
,      LAST_SYNCHRONIZATION
,      OUTPUT_FILENAME
,      COLLECT_FLAG
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      ORG_ID
,      SECURITY_GROUP_ID
FROM CN.CN_MODULES_ALL_B;

Dependencies

[top of page]

CN.CN_MODULES_ALL_B does not reference any database object

CN.CN_MODULES_ALL_B is referenced by following:

SchemaAPPS
SynonymCN_MODULES_ALL_B
SynonymCN_MODULES_B