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


TABLE: FRM.FRM_RTF_TEMPLATES

Object Details
Object Name: FRM_RTF_TEMPLATES
Object Type: TABLE
Owner: FRM
FND Design Data: TableFRM.FRM_RTF_TEMPLATES
Subobject Name:
Status: VALID


Stores a key into the FND_LOBS table for and RTF file used by the RTF to XSL-FO utility for XML Publisher


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_ID NUMBER (15) Yes Key into the Template file table of XML Publisher Template Manager. Will be superseded by in XML Publisher 4.5.
LANGUAGE VARCHAR2 (4) Yes Language code used to store the XSL:FO template.
DOCUMENT_ID NUMBER (15) Yes Key into the FND_LOBS table for the stored RTF Template file.
OBJECT_VERSION_NUMBER NUMBER (15)
Applications Standard column for a stateless environment.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT TEMPLATE_ID
,      LANGUAGE
,      DOCUMENT_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM FRM.FRM_RTF_TEMPLATES;

Dependencies

[top of page]

FRM.FRM_RTF_TEMPLATES does not reference any database object

FRM.FRM_RTF_TEMPLATES is referenced by following:

SchemaAPPS
SynonymFRM_RTF_TEMPLATES