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


TABLE: ITG.ITG_ORG_INDICATOR

Object Details
Object Name: ITG_ORG_INDICATOR
Object Type: TABLE
Owner: ITG
Subobject Name:
Status: VALID


Indicate if a document type and direction is org-controlled. Some document types (like CONFIRM_BOD) do not have a record in this table, and so are never checked against any effectivity (i.e. they are always effective).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ITG_ORG_INDICATOR_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCLN_DOC_TYPE
ColumnDOC_DIRECTION
Columns
Name Datatype Length Mandatory Comments
CLN_DOC_TYPE VARCHAR2 (30) Yes The CLN document type. The possible values here are liated in the FND_LOOKUPS rows with a lookup_type of 'CLN_COLLABORATION_DOC_TYPE'.
DOC_DIRECTION VARCHAR2 (1) Yes The document direction: 'P' for publish (outbound) or 'S' for subscribe (inbound).
ORG_CONTROLLED VARCHAR2 (1) Yes A FND_API boolean, with the values 'T' or 'F'. This indicates if the transaction is org controlled or not. If it is org controlled, then each organization can have a seperate effectivity record for this document type and direction. Otherwise, there is only one global effectivity record.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT CLN_DOC_TYPE
,      DOC_DIRECTION
,      ORG_CONTROLLED
,      ZD_EDITION_NAME
FROM ITG.ITG_ORG_INDICATOR;

Dependencies

[top of page]

ITG.ITG_ORG_INDICATOR does not reference any database object

ITG.ITG_ORG_INDICATOR is referenced by following:

SchemaITG
ViewITG_ORG_INDICATOR#