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


TABLE: HR.PER_GB_XDO_TEMPLATES

Object Details
Object Name: PER_GB_XDO_TEMPLATES
Object Type: TABLE
Owner: HR
Subobject Name:
Status: VALID


PER_GB_XDO_TENPLATES stores the report templates for GB. These templates are used in XDO reporting.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
FILE_ID NUMBER
Yes FILE_ID of the document. This is the foreign key to fnd_lobs.file_id
FILE_NAME VARCHAR2 (20) Yes Stores the File Name of the document along with the extension
FILE_DESCRIPTION VARCHAR2 (240)
Short Description of the document uploaded
EFFECTIVE_START_DATE DATE
Yes Start date of the document
EFFECTIVE_END_DATE DATE
Yes End date of the document
Query Text

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


SELECT FILE_ID
,      FILE_NAME
,      FILE_DESCRIPTION
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
FROM HR.PER_GB_XDO_TEMPLATES;

Dependencies

[top of page]

HR.PER_GB_XDO_TEMPLATES does not reference any database object

HR.PER_GB_XDO_TEMPLATES is referenced by following:

SchemaAPPS
SynonymPER_GB_XDO_TEMPLATES
SchemaPUBLIC
SynonymPER_GB_XDO_TEMPLATES