[Home] [Help]
[Dependency Information]
| Object Name: | PAY_REPORT_RECORD_TEMPLATES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_REPORT_RECORD_TEMPLATES
|
| Subobject Name: | |
| Status: | VALID |
Contains the valid template names and magnetic blocks for a given report variable
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
HR.PAY_REPORT_RECORD_TEMPLATES does not reference any database object
HR.PAY_REPORT_RECORD_TEMPLATES is referenced by following:
HR
PAY_REPORT_RECORD_TEMPLATES#
|
|
|
|