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


TABLE: HR.PAY_REPORT_RECORD_TEMPLATES

Object Details
Object Name: PAY_REPORT_RECORD_TEMPLATES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_REPORT_RECORD_TEMPLATES
Subobject Name:
Status: VALID


Contains the valid template names and magnetic blocks for a given report variable


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
REPORT_VARIABLE_ID VARCHAR2 (15) Yes Report Variable ID
MAGNETIC_BLOCK_ID NUMBER (9) Yes Foreign key to PAY_MAGNETIC_BLOCKS table
SEQUENCE NUMBER (5) Yes Sequence
TEMPLATE_NAME VARCHAR2 (80)
Template Name
Query Text

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


SELECT REPORT_VARIABLE_ID
,      MAGNETIC_BLOCK_ID
,      SEQUENCE
,      TEMPLATE_NAME
FROM HR.PAY_REPORT_RECORD_TEMPLATES;

Dependencies

[top of page]

HR.PAY_REPORT_RECORD_TEMPLATES does not reference any database object

HR.PAY_REPORT_RECORD_TEMPLATES is referenced by following:

SchemaAPPS
SynonymPAY_REPORT_RECORD_TEMPLATES
SchemaPUBLIC
SynonymPAY_REPORT_RECORD_TEMPLATES