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


TABLE: ICX.POR_TEMPLATES_ALL_B

Object Details
Object Name: POR_TEMPLATES_ALL_B
Object Type: TABLE
Owner: ICX
Subobject Name:
Status: VALID


This table stores the non-translatable information for information templates.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
POR_TEMPLATES_ALL_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_CODE
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_CODE VARCHAR2 (30) Yes Unique identifier for information template. It starts with 'IFT_', followed by a number generated from sequence POR_TEMPLATES_S
ORG_ID NUMBER

Internal identifier of organization to which this information template applies. NULL means this information template applies to all organizations
ATTACHMENT_CATEGORY_ID NUMBER
Yes Values to indicate whether the attachment is meant to supplier or buyer. This is a foreign key to column CATEGORY_ID in FND_DOCUMENT_CATEGORIES table
CREATED_BY NUMBER
Yes Internal identifier of user who created the row
CREATION_DATE DATE
Yes Date on which row was created
LAST_UPDATED_BY NUMBER
Yes Internal identifier of user who last updated the row
LAST_UPDATE_DATE DATE
Yes Date on which row was last updated
LAST_UPDATE_LOGIN NUMBER

Operating system login of user who last updated the row
Query Text

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


SELECT TEMPLATE_CODE
,      ORG_ID
,      ATTACHMENT_CATEGORY_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ICX.POR_TEMPLATES_ALL_B;

Dependencies

[top of page]

ICX.POR_TEMPLATES_ALL_B does not reference any database object

ICX.POR_TEMPLATES_ALL_B is referenced by following:

SchemaAPPS
SynonymPOR_TEMPLATES_ALL_B