[Home] [Help]
[Dependency Information]
Object Name: | PAY_MAGNETIC_BLOCKS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_MAGNETIC_BLOCKS is the driving table for the fixed format version
of the magnetic tape process. It controls the outer layer of the tape
formatting, by specifying which cursors are opened and in what order.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_MAGNETIC_BLOCKS_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PAY_MAGNETIC_BLOCKS_N50 | NORMAL | NONUNIQUE |
![]() |
![]() |
MAGNETIC_BLOCK_ID | NUMBER | (9) | Yes | Surrogate primary key. |
BLOCK_NAME | VARCHAR2 | (80) | Yes | Descriptive block name. |
MAIN_BLOCK_FLAG | VARCHAR2 | (30) | Yes | Indicates whether the current block is the main entry block. |
REPORT_FORMAT | VARCHAR2 | (30) | Yes | Key from report format mapping table. |
CURSOR_NAME | VARCHAR2 | (80) | Holds package name.cursor name for driving cursor. | |
NO_COLUMN_RETURNED | NUMBER | (5) | Number of select values in cursor. | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes | |
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT MAGNETIC_BLOCK_ID
, BLOCK_NAME
, MAIN_BLOCK_FLAG
, REPORT_FORMAT
, CURSOR_NAME
, NO_COLUMN_RETURNED
, ZD_EDITION_NAME
FROM HR.PAY_MAGNETIC_BLOCKS;
HR.PAY_MAGNETIC_BLOCKS does not reference any database object
HR.PAY_MAGNETIC_BLOCKS is referenced by following:
|
|
|