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


TABLE: CN.CN_SOURCE_ALL

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


CN_SOURCE is an internal system table that contain the source code
generated by the two code generators, one for Revenue Classification
and the other for the AR data collection process. Both generated
package bodies and their specifications are kept in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CN_SOURCE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOURCE_ID
ColumnORG_ID
CN_SOURCE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJECT_ID
Columns
Name Datatype Length Mandatory Comments
SOURCE_ID NUMBER
Yes Source id.
OBJECT_ID NUMBER
Yes Object id of the module associated with the source code.
LINE_NO NUMBER
Yes Source code line number.
TEXT VARCHAR2 (1900)
Source code text line.
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 (15)
Organization identifier
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT SOURCE_ID
,      OBJECT_ID
,      LINE_NO
,      TEXT
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      ORG_ID
,      SECURITY_GROUP_ID
FROM CN.CN_SOURCE_ALL;

Dependencies

[top of page]

CN.CN_SOURCE_ALL does not reference any database object

CN.CN_SOURCE_ALL is referenced by following:

SchemaAPPS
SynonymCN_SOURCE
SynonymCN_SOURCE_ALL