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


TABLE: HR.PAY_REPORT_FORMAT_MAPPINGS_TL

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


PAY_REPORT_FORMAT_MAPPINGS_TL hold translated names for the report
from the base table to allow Multi-lingual support.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_REPORT_FORMAT_MAP_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLANGUAGE
ColumnREPORT_FORMAT_MAPPING_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
REPORT_FORMAT_MAPPING_ID NUMBER (15) Yes Foreign Key to PAY_REPORT_FORMAT_MAPPINGS_F
LANGUAGE VARCHAR2 (4) Yes Language of Translation
SOURCE_LANG VARCHAR2 (4) Yes Source Language of the row
DISPLAY_NAME VARCHAR2 (80) Yes Name used when displaying this definition.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT REPORT_FORMAT_MAPPING_ID
,      LANGUAGE
,      SOURCE_LANG
,      DISPLAY_NAME
,      ZD_EDITION_NAME
FROM HR.PAY_REPORT_FORMAT_MAPPINGS_TL;

Dependencies

[top of page]

HR.PAY_REPORT_FORMAT_MAPPINGS_TL does not reference any database object

HR.PAY_REPORT_FORMAT_MAPPINGS_TL is referenced by following:

SchemaHR
ViewPAY_REPORT_FORMAT_MAPPINGS_TL#