[Home] [Help]
[Dependency Information]
Object Name: | PAY_REPORT_FORMAT_MAPPINGS_VL |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Join of base and translation tables
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row id value | |
REPORT_TYPE | VARCHAR2 | (30) | Yes | Report whose format is being mapped eg. W2. |
REPORT_QUALIFIER | VARCHAR2 | (30) | Yes | Refinement within report type eg. state for W2 reports. |
REPORT_FORMAT | VARCHAR2 | (30) | Yes | Fixed format to be used for the report for this qualifier. |
EFFECTIVE_START_DATE | DATE | Yes | Effective start date. | |
EFFECTIVE_END_DATE | DATE | Yes | Effective end date. | |
RANGE_CODE | VARCHAR2 | (60) | Contains name of the procedure used to specify ranges of assignments to be processed in the archive. | |
ASSIGNMENT_ACTION_CODE | VARCHAR2 | (60) | Contains name of the procedure used to create the assignment actions to be processed. | |
INITIALIZATION_CODE | VARCHAR2 | (60) | Sets any global contexts that need to be set for the lifetime of the archiving. If this is NULL no archiving is performed. | |
ARCHIVE_CODE | VARCHAR2 | (60) | Set contexts used during the archive. | |
MAGNETIC_CODE | VARCHAR2 | (60) | Holds the driving PL/SQL procedure of the Magnetic Tape. If this is NULL no magnetic tape is produced. | |
REPORT_CATEGORY | VARCHAR2 | (30) | Yes | Denotes the media type. |
REPORT_NAME | VARCHAR2 | (60) | The name of the report to be processed. If this is NULL no report is processed. | |
SORT_CODE | VARCHAR2 | (60) | This is used to sort the assignment actions into the order in which they should appear in the report, if a report is being processed. | |
UPDATABLE_FLAG | VARCHAR2 | (1) | Can archived data be modified (Y/N). | |
DEINITIALIZATION_CODE | VARCHAR2 | (60) | Deinitializes any contexts set up by the initialization_code procedure. | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated version of row. Increments by one with each update. | |
LAST_UPDATE_DATE | DATE | Standard Who column. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Standard Who column. | |
CREATION_DATE | DATE | Standard Who column. | ||
TEMPORARY_ACTION_FLAG | VARCHAR2 | (1) | Indicattes if the actions used bt the process are temporary | |
REPORT_FORMAT_MAPPING_ID | NUMBER | (15) | System generated primary key | |
BUSINESS_GROUP_ID | NUMBER | (15) | Business group id | |
LEGISLATION_CODE | VARCHAR2 | (30) | Legislation code | |
DISPLAY_NAME | VARCHAR2 | (80) | Yes | Display name |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, REPORT_TYPE
, REPORT_QUALIFIER
, REPORT_FORMAT
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, RANGE_CODE
, ASSIGNMENT_ACTION_CODE
, INITIALIZATION_CODE
, ARCHIVE_CODE
, MAGNETIC_CODE
, REPORT_CATEGORY
, REPORT_NAME
, SORT_CODE
, UPDATABLE_FLAG
, DEINITIALIZATION_CODE
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, TEMPORARY_ACTION_FLAG
, REPORT_FORMAT_MAPPING_ID
, BUSINESS_GROUP_ID
, LEGISLATION_CODE
, DISPLAY_NAME
FROM APPS.PAY_REPORT_FORMAT_MAPPINGS_VL;
|
|
|