You are on page 1of 1427

* Name IH_BIL1001E

- Subclass Information
- Comments
- Help Book Title
* Title MODULE1
* Console Window WND_MAIN
* Menu Module ALL2002E
- Initial Menu
- Defer Required Enforcement No
- Menu Role
- Mouse Navigation Limit Form
- First Navigation Data Block
- Current Record Visual Attribute Group
- Validation Unit Default
- Interaction Mode Blocking
- Maximum Query Time 0
- Maximum Records Fetched 0
- Isolation Mode Read Committed
* Coordinate System
----------
* Coordinate System Real
* Real Unit Point
* Default Font Scaling Yes
* Character Cell Height 14
* Character Cell Width 5
----------
- Use 3D Controls Yes
- Form Horizontal Toolbar Canvas
- Form Vertical Toolbar Canvas
* Direction Left To Right
* Triggers
----------
* Name BLK_BUTTONS_FIND
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Set_Mode(4);
P_1_Find;
P_1_Set_Main_Window_Properties('WND_MAIN',NAME_IN('SYSTEM.CURRENT_BLOCK'));
P_1_Set_Mode(8);
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_NEW
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

declare
V_FirstTab number;
begin
SET_WINDOW_PROPERTY('WND_GAP_BIL_SEQ',TITLE,'Modify Gapless Billing Sequence');
IF :PARAMETER.PRF_TAB_NO = 1 THEN
P_1_SET_CENTER('WND_ACTION');
GO_BLOCK('BLK_BIL_PREFERENCES_ALL');
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.APPLY',LABEL,'Save');
SET_BLOCK_PROPERTY('BLK_BIL_PREFERENCES_ALL',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
CLEAR_MESSAGE;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
P_1_INITAL_PRF_SETUP;
SET_WInDOW_PROPERTY('WND_ACTION',TITLE,'Setup General Billing Preferences');
elsIF :PARAMETER.PRF_TAB_NO = 2 THEN
P_1_SET_CENTER('WND_ACCOMMODATION');
:PARAMETER.PRF_TAB_NO_ALL := 'ADT_PRF_ALL';
P_1_INITIALIZE_TAB('BLK_TAB_2',V_FirstTab);
GO_ITEM('BLK_FUNCTIONAL.DUMMY_ADT_PRF');
show_view('CVW_ADT_PRF_ALL');
GO_BLOCK('BLK_ADT_PREFERENCES_ALL');
SET_BLOCK_PROPERTY('BLK_ADT_PREFERENCES_ALL',DEFAULT_WHERE,'GN_ORG_COM_ID =
'|| :PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
CLEAR_MESSAGE;
:PARAMETER.PRF_TAB_NO := 1;
ELSIF :PARAMETER.PRF_TAB_NO = 3 THEN
IF :GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_GAPLESS_SEQUENCES' THEN
:GLOBAL.CURRENT_ADD_BLOCK := 'BLK_GAPLESS_SEQUENCES_ADD';
P_1_NEW;
ELSIF :GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_POS_POINTS_OF_SALE_SEQ' OR
:GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_FISCAL_YRS_SEQUENCE' OR
:GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_BIL_SEQ_VS_VISIT_TYPES' OR
:GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_BIL_PRF_SEQUENCE' THEN
P_1_SET_CENTER('WND_SEQ');
:PARAMETER.PRF_TAB_NO_ALL := 'SEQUENCES';
P_1_INITIALIZE_TAB('BLK_TAB_3',V_FirstTab);
show_view('CVW_BI_SEQ');
GO_ITEM('BLK_FUNCTIONAL.SEQ');
show_view('CVW_VISIT_BIL');
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_3');
EXECUTE_QUERY;
GO_BLOCK('BLK_GAPLESS_SEQUENCES_2');
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_BIL_PRF_SEQUENCE_2',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
GO_BLOCK('BLK_BIL_PRF_SEQUENCE_2');
EXECUTE_QUERY;
P_1_FIL_VISIT_TYP_SETUP_BILL;
CLEAR_MESSAGE;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_SEQ',ENABLED,PROPERTY_FALSE);
:PARAMETER.PRF_TAB_NO := 1;
END IF;
END IF;
end;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_PHONE
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Call_Phone_Directory;

* Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_MAIL
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Call_Email_System;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Pre_Query_Trigger;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-FORM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_SET_WINDOWS_PROPERTIES;
P_1_Fill_Org_Info;
P_1_Show_Info;
--P_1_Email_Settings;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-NEW-FORM-INSTANCE
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

/* TRIGGER : when new form instance


* PURPOSE : initalization for form
*
* ------------------------------------------------------------------------------
* LOG OF CHANGES :
* DATE DEVELOPER MODIFICATION VERSION
* ------------------------------------------------------------------------------
*
* 18/1/2000 Mousa Mohammad V3.0.0.1
*
*/

DECLARE
V_FirstTab NUMBER(2);
BEGIN
/*------- IAM version control and security check and setting plus formatting
---------------*/
P_1_STARTUP('V3.0.0.0','01-12-2000','V3.0.0.0','01-12-2000');
P_1_CONFIGURE_BLOCKS;
P_1_CONFIGURE_ITEMS;

/*---------------------------------------------------------------------------------
--------*/

P_1_WHEN_WINDOW_ACTIVATED;
P_1_INITIALIZE_TAB('BLK_TAB_1',V_FirstTab); -- initialize the tab object to
design-time settings
-- P_1_Initialize_Tree; -- Initialize the Tree Object
P_1_Initial_Data; -- Fill domain items , define globals , any
initial settings
P_1_TAB_SELECTED(V_FirstTab,'BLK_TAB_1');

P_1_DISPLAY_DOMAIN('BLK_BIL_PREFERENCES_ALL.DISTRIBUTED_CASHBOX', -- LIST
NAME
'DISTRIBUTED_CASHBOX', --
COLUMN NAME
'IH_BIL_PREFERENCES'); -- TABLE
NAME
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

ME_ALERT ( ' On-Error Trigger Fired :'||CHR(13)||


'[ DBMS_ERROR_TEXT := '||DBMS_ERROR_TEXT||'].'||CHR(13)||
'[ SQLERRM := '||SQLERRM||'].'||CHR(13)||
'[ ERROR_TEXT := '||ERROR_TEXT||'].'||CHR(13)||
'[ Block.Item := '||:SYSTEM.CURRENT_BLOCK
||'.'||:SYSTEM.CURRENT_ITEM||'].');
P_1_On_Error_Trigger;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name ON-MESSAGE
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_On_Message_Trigger ;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-OTHERS
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Others;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_NEXT_ITEM;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-PREV-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Previous_Item;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-EXIT
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Exit;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-UP
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Up;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Down;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-NEW-ITEM-INSTANCE
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

IF :SYSTEM.CURSOR_ITEM = 'BLK_ADT_PREFERENCES_ALL.DATE_DAY_END'
OR :SYSTEM.CURSOR_ITEM = 'BLK_ADT_PREFERENCES_ALL.DATE_DAY_START'
OR :SYSTEM.CURSOR_ITEM = 'BLK_ADT_PREFERENCES_ALL.DATE_LATE_LEAVE'
OR :SYSTEM.CURSOR_ITEM = 'BLK_ADT_PREFERENCES_ALL.DATE_LATE_DISCHARGE' THEN
NULL;
ELSE
P_1_Call_Calendar('BEFORE');
END IF;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-TEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Call_Calendar('AFTER');
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-TIMER-EXPIRED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Check_Mail_Box;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-WINDOW-ACTIVATED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

--P_1_WHEN_WINDOW_ACTIVATED;
--P_1_ReCreate_Timer;
P_1_Hide_Message_Menu;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-WINDOW-DEACTIVATED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

CLEAR_MESSAGE;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_SEND_TO_WORD
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text
/*P_1_CHECK_DELETE_TIMER('HINT');
SET_ITEM_PROPERTY('HINTER',DISPLAYED,PROPERTY_FALSE);*/
P_1_WORD_EXPORT;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_SEND_TO_EXCEL
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

/*P_1_CHECK_DELETE_TIMER('HINT');
SET_ITEM_PROPERTY('HINTER',DISPLAYED,PROPERTY_FALSE);*/
P_1_EXCEL_EXPORT('E');
null;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_COPY
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Copy_To_Clipoard;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_QUERY
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Enter_Query_Mode;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_SORT
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_Set_Mode(5);
P_1_Sort;
P_1_Set_Mode(8);

END;

* Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_ALL
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Query_All_Records;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_SUBSET
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Query_SubSet_Records;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_LAUNCH_BROWSER
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

NULL;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_DELETE
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

IF :GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_GAPLESS_SEQUENCES' THEN


SET_ITEM_PROPERTY('BLK_FUNCTIONAL.START_SEQUENCE',ENABLED,PROPERTY_FALSE);
P_1_Del_Button_Pressed_LOCAL;
END IF;

* Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_MODIFY
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

DECLARE
V_BUTTON_PRESSED NUMBER;
V_FirstTab NUMBER;

BEGIN
SET_WINDOW_PROPERTY('WND_GAP_BIL_SEQ',TITLE,'Modify Gapless Billing Sequence');
IF :PARAMETER.PRF_TAB_NO = 1 THEN
P_1_SET_CENTER('WND_ACTION');
GO_BLOCK('BLK_BIL_PREFERENCES_ALL');
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.APPLY',LABEL,'Modify');
SET_BLOCK_PROPERTY('BLK_BIL_PREFERENCES_ALL',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
CLEAR_MESSAGE;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
P_1_INITAL_PRF_SETUP;
SET_WInDOW_PROPERTY('WND_ACTION',TITLE,'Setup General Billing Preferences');
:BLK_FUNCTIONAL.ID_DUMMY := NULL;
:BLK_FUNCTIONAL.DESC := NULL;
:BLK_FUNCTIONAL.ID_UNCLO := NULL;
:BLK_FUNCTIONAL.UNCOL_DESC := NULL;

elsIF :PARAMETER.PRF_TAB_NO = 2 THEN


P_1_SET_CENTER('WND_ACCOMMODATION');
:PARAMETER.PRF_TAB_NO_ALL := 'ADT_PRF_ALL';
P_1_INITIALIZE_TAB('BLK_TAB_2',V_FirstTab);
GO_ITEM('BLK_FUNCTIONAL.DUMMY_ADT_PRF');
show_view('CVW_ADT_PRF_ALL');
GO_BLOCK('BLK_ADT_PREFERENCES_ALL');
SET_BLOCK_PROPERTY('BLK_ADT_PREFERENCES_ALL',DEFAULT_WHERE,'GN_ORG_COM_ID =
'|| :PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
CLEAR_MESSAGE;
:PARAMETER.PRF_TAB_NO := 1;
ELSIF :PARAMETER.PRF_TAB_NO = 3 THEN
IF :GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_POS_POINTS_OF_SALE_SEQ' OR
:GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_FISCAL_YRS_SEQUENCE' OR
:GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_BIL_SEQ_VS_VISIT_TYPES' OR
:GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_BIL_PRF_SEQUENCE' THEN
:PARAMETER.PRF_TAB_NO_ALL := 'SEQUENCES';
P_1_SET_CENTER('WND_SEQ');
P_1_INITIALIZE_TAB('BLK_TAB_3',V_FirstTab);
show_view('CVW_BI_SEQ');
GO_ITEM('BLK_FUNCTIONAL.SEQ');
show_view('CVW_VISIT_BIL');
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_3');
EXECUTE_QUERY;
GO_BLOCK('BLK_GAPLESS_SEQUENCES_2');
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_BIL_PRF_SEQUENCE_2',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
GO_BLOCK('BLK_BIL_PRF_SEQUENCE_2');
EXECUTE_QUERY;
P_1_FIL_VISIT_TYP_SETUP_BILL;
CLEAR_MESSAGE;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_SEQ',ENABLED,PROPERTY_FALSE);
:PARAMETER.PRF_TAB_NO := 1;

ELSIF :BLK_GAPLESS_SEQUENCES.COUNT IS NULL AND :BLK_GAPLESS_SEQUENCES.CODE IS


NOT NULL THEN
P_1_SET_CENTER('WND_GAP_BIL_SEQ');
V_BUTTON_PRESSED :=
F_1_CALL_MESSAGE('IH_BIL0044','E','','','','','',:BLK_GAPLESS_SEQUENCES.CODE,:BLK_G
APLESS_SEQUENCES.NAME,TO_CHAR(:BLK_FISCAL_YRS_SEQUENCE.DATE_FROM),TO_CHAR(:BLK_FISC
AL_YRS_SEQUENCE.DATE_TO));
IF V_BUTTON_PRESSED = 1 THEN
INSERT INTO IH_BIL_FISCAL_YEAR_SEQS(IH_BIL_SEQ_CODE,GN_ORG_FYR_ID)
VALUES(:BLK_GAPLESS_SEQUENCES.CODE,:BLK_FISCAL_YRS_SEQUENCE.ID);
FORMS_DDL('BEGIN COMMIT; END;');
CLEAR_MESSAGE;
V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IDL0005','E','','','','','','');
GO_ITEM('BLK_BIL_GAPLESS_SEQUENCES_5.NAME');
:PARAMETER.PRF_TAB_NO_ALL := 'SEQUENCES_MOD';
P_1_INITIALIZE_TAB('BLK_TAB_4',V_FirstTab);
show_view('CVW_GAP_BIL_SEQ');
GO_ITEM('BLK_BIL_GAPLESS_SEQUENCES_5.NAME');
show_view('CVW_USEGE');
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',DEFAULT_WHERE,'UPPER(CODE)
LIKE UPPER('''||:BLK_GAPLESS_SEQUENCES.CODE||''') and GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_4');
P_1_fill_visit_type_tab_3_4;
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',ORDER_BY,'IH_BIL_SEQ_CODE ,
CODE DESC');
GO_BLOCK('BLK_POS_POINTS_OF_SALE_4');
EXECUTE_QUERY;
CLEAR_MESSAGE;
forms_DDL('BEGIN SAVEPOINT USAGE; END;');
END IF;
ELSIF :BLK_GAPLESS_SEQUENCES.COUNT IS NOT NULL AND :BLK_GAPLESS_SEQUENCES.CODE
IS NOT NULL THEN
P_1_SET_CENTER('WND_GAP_BIL_SEQ');
GO_ITEM('BLK_BIL_GAPLESS_SEQUENCES_5.NAME');
:PARAMETER.PRF_TAB_NO_ALL := 'SEQUENCES_MOD';
P_1_INITIALIZE_TAB('BLK_TAB_4',V_FirstTab);
show_view('CVW_GAP_BIL_SEQ');
GO_ITEM('BLK_BIL_GAPLESS_SEQUENCES_5.NAME');
show_view('CVW_USEGE');
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_4');
P_1_fill_visit_type_tab_3_4;
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',DEFAULT_WHERE,'UPPER(CODE)
LIKE UPPER('''||:BLK_GAPLESS_SEQUENCES.CODE||''') and GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',ORDER_BY,'IH_BIL_SEQ_CODE , CODE
DESC');
GO_BLOCK('BLK_POS_POINTS_OF_SALE_4');
EXECUTE_QUERY;
CLEAR_MESSAGE;
forms_DDL('BEGIN SAVEPOINT USAGE; END;');
END IF;
END IF;
END;

* Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_PRINT_PREVIEW
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Call_AHR(:GLOBAL.CURRENT_DISPLAY_BLOCK);
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_PRINT
- Subclass Information
- Comments
* Trigger Style PL/SQL
* Trigger Text

P_1_Print_Dialog;
* Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
* Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name BLK_BUTTONS_EXIT_FORM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

EXIT_FORM(NO_COMMIT);
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
- Alerts
* Attached PL/SQL Libraries
----------
* Name ID_IDL5019B
- Comments
* PL/SQL Library Location ID_IDL5019B
----------
* Name ID_IDL5030B
- Comments
* PL/SQL Library Location id_idl5030b
----------
* Name ID_IDL5015B
- Comments
* PL/SQL Library Location ID_IDL5015B.PLL
----------
* Name ID_IDL5001B
- Comments
* PL/SQL Library Location ID_IDL5001B
----------
* Name ID_IDL5002B
- Comments
* PL/SQL Library Location id_idl5002b
----------
* Name ID_IDL5003B
- Comments
* PL/SQL Library Location ID_IDL5003B
----------
* Name ID_IDL5012B
- Comments
* PL/SQL Library Location id_idl5012b
----------
* Name ID_IDL5016B
- Comments
* PL/SQL Library Location ID_IDL5016b
----------
* Name ID_IDL5018B
- Comments
* PL/SQL Library Location ID_IDL5018B
----------
* Name ID_IDL5025B
- Comments
* PL/SQL Library Location ID_IDL5025B
----------
* Name ID_IDL5031B
- Comments
* PL/SQL Library Location id_idl5031b
----------
* Name ID_IDL5023B
- Comments
* PL/SQL Library Location ID_IDL5023B
----------
* Name ID_IDL5017B
- Comments
* PL/SQL Library Location ID_IDL5017B
----------
* Name ID_IDL5021B
- Comments
* PL/SQL Library Location ID_IDL5021B
----------
* Name ID_IDL5022B
- Comments
* PL/SQL Library Location ID_IDL5022B
----------
* Name ID_IDL5024B
- Comments
* PL/SQL Library Location ID_IDL5024B
----------
* Name ID_IDL5026B
- Comments
* PL/SQL Library Location ID_IDL5026B
----------
* Name ID_IDL5029B
- Comments
* PL/SQL Library Location ID_IDL5029B
----------
* Name ID_IDL5033B
- Comments
* PL/SQL Library Location ID_IDL5033B
----------
* Name ID_IDL5006B
- Comments
* PL/SQL Library Location ID_IDL5006B
----------
* Name ID_IDL5013B
- Comments
* PL/SQL Library Location ID_IDL5013B
----------
* Name ID_IDL5038B
- Comments
* PL/SQL Library Location id_idl5038b
----------
* Name ID_IDL5004B
- Comments
* PL/SQL Library Location ID_IDL5004B
----------
* Name IH_SHD5001E
- Comments
* PL/SQL Library Location IH_SHD5001E
----------
* Name WEBUTIL
- Comments
* PL/SQL Library Location
C:\SGHUMC\HISAPP\ISCM\Build\Iam\All\Bin\lib\webutil.pll
----------
* Blocks
----------
* Name BLK_TAB_1
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_TAB_SELECTED(F_1_TAB_EVENT(:SYSTEM.TRIGGER_BLOCK, :SYSTEM.MOUSE_ITEM),
:SYSTEM.TRIGGER_BLOCK);
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name GENERAL
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_MAIN
- Tab Page
* X Position 10
* Y Position 10
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCOMMODATIONS
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_MAIN
- Tab Page
* X Position 79
* Y Position 10
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BILL_SEQUENCES
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_MAIN
- Tab Page
* X Position 148
* Y Position 10
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DONT_TOUCH_ME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_MAIN
- Tab Page
* X Position 10
* Y Position 23
* Width 581
* Height 344
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_TABDETAILS
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
- Triggers
* Items
----------
* Name FIRST_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 10
* Y Position 10
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint ?????? ?????
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SECOND_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 79
* Y Position 10
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint ?????? ??????
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name THIRD_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 148
* Y Position 10
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Bill Sequences
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FOURTH_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 10
* Y Position 10
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FIFITH_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 79
* Y Position 10
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SISXTH_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 10
* Y Position 76
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SEVENTH_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 79
* Y Position 76
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name EIGHT_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 79
* Y Position 76
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NINTH_OPTION__
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 79
* Y Position 76
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_TAB_2
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_TAB_SELECTED(F_1_TAB_EVENT(:SYSTEM.TRIGGER_BLOCK, :SYSTEM.MOUSE_ITEM),
:SYSTEM.TRIGGER_BLOCK);
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name CHARGING_PARAMETERS
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_ACCOMMODATION
* Tab Page
* X Position 13
* Y Position 13
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NURSING_STATIONS
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_ACCOMMODATION
* Tab Page
* X Position 82
* Y Position 13
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DONT_TOUCH_ME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_ACCOMMODATION
* Tab Page
* X Position 13
* Y Position 26
* Width 680
* Height 317
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_TAB_3
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_TAB_SELECTED(F_1_TAB_EVENT(:SYSTEM.TRIGGER_BLOCK, :SYSTEM.MOUSE_ITEM),
:SYSTEM.TRIGGER_BLOCK);
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name VISIT_BILLS
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_BI_SEQ
* Tab Page
* X Position 10
* Y Position 76
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CASH_POS_BILLS
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_BI_SEQ
* Tab Page
* X Position 79
* Y Position 76
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DONT_TOUCH_ME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_BI_SEQ
* Tab Page
* X Position 10
* Y Position 89
* Width 581
* Height 253
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_TAB_4
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_TAB_SELECTED(F_1_TAB_EVENT(:SYSTEM.TRIGGER_BLOCK, :SYSTEM.MOUSE_ITEM),
:SYSTEM.TRIGGER_BLOCK);
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name SEQUENCE_USEGE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 10
* Y Position 113
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
* Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SEQUENCE_GAPS
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 79
* Y Position 113
* Width 69
* Height 15
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
* Visual Attribute Group VA_TAB
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DONT_TOUCH_ME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
- Tab Page
* X Position 10
* Y Position 127
* Width 581
* Height 215
- Cursor Style <Unspecified>
* Bevel Raised
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_INFO
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 1
- Query All Records No
* Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
- Triggers
* Items
----------
* Name MODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 100
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
- Canvas
- Tab Page
* X Position 199
* Y Position 15
* Width 65
* Height 9
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color darkred
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name USER_LOGO
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 966
* Y Position 1
* Width 16
* Height 16
- Cursor Style <Unspecified>
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color GoodNight
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name USER
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Right
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
* Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 816
* Y Position 3
* Width 142
* Height 16
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color downy
* Background Color GoodNight
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name Exo
* Font Size 10
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ORGANIZATION_NAME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 100
* Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
- Canvas
- Tab Page
* X Position 198
* Y Position 2
* Width 210
* Height 9
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color darkblue
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Right
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
- Canvas
- Tab Page
* X Position 340
* Y Position 15
* Width 65
* Height 9
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color darkred
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BUTTONS
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-ENTER
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_When_Mouse_Enter;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-LEAVE
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_When_Mouse_Leave;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Execute_Trigger;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name VERY_DUMMY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
* Tab Page
* X Position 1
* Y Position 10
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FLAG
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
- Canvas
- Tab Page
* X Position 122
* Y Position 2
* Width 10
* Height 12
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color red
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name Wingdings
* Font Size 8
* Font Weight Demilight
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NEW
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 238
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name CONFIRM
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 435
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name SEND_TO_EXCEL
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 535
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name PRINT
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 485
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name DELETE
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 335
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name MODIFY
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 285
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name QUERY
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 635
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name FIND
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 685
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name SAVE
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 385
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name EXIT_FORM
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 735
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name ADHOC
* Item Type Image
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Image Format BMP
- Image Depth Original
- Display Quality High
* Sizing Style Adjust
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Required No
- Synchronize with Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Query Only No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- Visible Yes
* Canvas CVW_STATUS
* Tab Page
* X Position 585
* Y Position 22
* Width 28
* Height 18
* Cursor Style hand
* Bevel None
- Show Horizontal Scroll Bar No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Background Color LightGray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name Segoe UI
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Triggers
----------
* Name IDEAL_CLIPBOARD
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 20000
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Query Length 20000
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_SORT_BUTTONS
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 1
- Query All Records No
* Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

IF :GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_IH_PHL_PHYSICAL_LOCATIONS' OR
:GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_GN_ORG_BUSINESS_UNITS' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_ADD',ENABLED,PROPERTY_FALSE);
ELSIF :GLOBAL.CURRENT_DISPLAY_BLOCK = 'BLK_IH_BIL_NURSING_BUS_2' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DELETE',ENABLED,PROPERTY_FALSE);
END IF;
IF :SYSTEM.MOUSE_ITEM = 'BLK_SORT_BUTTONS.ITEM698' OR :SYSTEM.MOUSE_ITEM =
'BLK_SORT_BUTTONS.ITEM699'THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_SEQ',ENABLED,PROPERTY_FALSE);
END IF;
IF :SYSTEM.MOUSE_ITEM = 'BLK_SORT_BUTTONS.ITEM802' THEN
IF :GLOBAL.SORT = 'ASC' THEN
P_1_FILL_BILS_DESC;
ELSE
P_1_FILL_BILS;
END IF;
RETURN;
END IF;
P_1_SortBlock(:SYSTEM.TRIGGER_ITEM);

IF :SYSTEM.MOUSE_ITEM = 'BLK_SORT_BUTTONS.ITEM588' OR
:SYSTEM.MOUSE_ITEM = 'BLK_SORT_BUTTONS.ITEM589' OR
:SYSTEM.MOUSE_ITEM = 'BLK_SORT_BUTTONS.ITEM590' OR
:SYSTEM.MOUSE_ITEM = 'BLK_SORT_BUTTONS.ITEM591' OR
:SYSTEM.MOUSE_ITEM = 'BLK_SORT_BUTTONS.ITEM592' THEN
GO_BLOCK('BLK_FISCAL_YEARS_ALL');
FIRST_RECORD;
:BLK_FISCAL_YEARS_ALL.DUMMY := 'S';
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DATE_FROM','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DATE_TO','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.STATUS1','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.STATUS_DATE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID_DUMMY','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DESC','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID_COA','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DESC1','VA_TEXTITEM_NORMAL');
END IF;
IF :SYSTEM.MOUSE_ITEM = 'BLK_SORT_BUTTONS.ITEM801' OR :SYSTEM.MOUSE_ITEM =
'BLK_SORT_BUTTONS.ITEM802' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_R',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_L',ENABLED,PROPERTY_FALSE);
END IF;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name BED_COUNT
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Bed Count
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 214
* Y Position 225
* Width 55
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name NURSING_STATION
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Nursing Station
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 89
* Y Position 225
* Width 127
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name BNT_DESCRIPTION
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Business Unit
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 362
* Y Position 225
* Width 151
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_IH_BIL_NURSING_BUS_2.GN_ORG_BNT_ID
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name STAY_DESCRIPTION
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Stay/Description
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 511
* Y Position 225
* Width 114
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_IH_BIL_NURSING_BUS_2.GN_ORG_BNT_ID
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name BNT_ID
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Unit ID
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 321
* Y Position 225
* Width 43
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_IH_BIL_NURSING_BUS_2.GN_ORG_BNT_ID
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name LOCATION_CODE
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Location Code
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 19
* Y Position 225
* Width 72
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name POS_CODE
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label POS
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 267
* Y Position 225
* Width 56
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_IH_BIL_NURSING_BUS_2.ih_phl_phl_id
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name BU_DESCRIPTION
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Business Unit
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 359
* Y Position 40
* Width 266
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_GN_ORG_BUSINESS_UNITS.DESCRIPTION
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name BU_ID
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label ID
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 298
* Y Position 40
* Width 63
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GN_ORG_BUSINESS_UNITS.ID
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name NRS_STATION
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Nursing Station
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 105
* Y Position 40
* Width 157
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_IH_PHL_PHYSICAL_LOCATIONS.DESCRIPTION
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name NRS_CODE
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Code
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 19
* Y Position 40
* Width 88
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_IH_PHL_PHYSICAL_LOCATIONS.CODE
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name PUSH_BUTTON317
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label To
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 135
* Y Position 40
* Width 73
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS.date_to
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name PUSH_BUTTON315
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Status
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 206
* Y Position 40
* Width 154
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS.status
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name PUSH_BUTTON538
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Date
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 358
* Y Position 40
* Width 73
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS.status_date
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name PUSH_BUTTON313
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label From
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 64
* Y Position 40
* Width 73
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS.date_from
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name PUSH_BUTTON3000
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label ID
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 19
* Y Position 40
* Width 47
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS.id
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM588
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label To
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 118
* Y Position 16
* Width 63
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS_ALL.DATE_TO
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM589
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Status
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 181
* Y Position 16
* Width 74
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS_ALL.status
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM590
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Date
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 255
* Y Position 16
* Width 57
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_FISCAL_YEARS_ALL.status_DATE
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM591
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label From
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 59
* Y Position 16
* Width 59
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS_ALL.DATE_FROM
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM592
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label ID
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 16
* Y Position 16
* Width 43
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YEARS_ALL.ID
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM560
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Location Code
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 505
* Y Position 53
* Width 75
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_NURSING_BUS.ih_phl_phl_id
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM561
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Nursing Station
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 579
* Y Position 53
* Width 111
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_NURSING_BUS.ih_phl_phl_id
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM562
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Bed Count
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 689
* Y Position 53
* Width 54
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_NURSING_BUS.ih_phl_phl_id
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM563
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label POS
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 742
* Y Position 53
* Width 40
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_NURSING_BUS.ih_phl_phl_id
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM564
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Unit ID
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 781
* Y Position 53
* Width 44
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_NURSING_BUS.gn_org_bnt_id
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM565
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FILTER_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Business Unit
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 824
* Y Position 53
* Width 132
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color BlackPearl
^ Background Color HintOfElusiveBlue
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_NURSING_BUS.gn_org_bnt_id
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM667
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Seq
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 178
* Y Position 216
* Width 32
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_POS_POINTS_OF_SALE_SEQ.ih_bil_seq_code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM668
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Name
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 78
* Y Position 216
* Width 100
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_POS_POINTS_OF_SALE_SEQ.NAME
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM669
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label POS
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 16
* Y Position 216
* Width 62
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_POS_POINTS_OF_SALE_SEQ.code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM634
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label To
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 352
* Y Position 25
* Width 58
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_FISCAL_YRS_SEQUENCE.date_to
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

GO_BLOCK('BLK_GAPLESS_SEQUENCES');
CLEAR_BLOCK(NO_COMMIT);
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM635
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Status
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 410
* Y Position 25
* Width 76
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YRS_SEQUENCE.status
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

GO_BLOCK('BLK_GAPLESS_SEQUENCES');
CLEAR_BLOCK(NO_COMMIT);
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM636
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Date
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 487
* Y Position 25
* Width 53
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_FISCAL_YRS_SEQUENCE.status_date
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

GO_BLOCK('BLK_GAPLESS_SEQUENCES');
CLEAR_BLOCK(NO_COMMIT);
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM637
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label From
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 295
* Y Position 25
* Width 57
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_FISCAL_YRS_SEQUENCE.date_from
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

GO_BLOCK('BLK_GAPLESS_SEQUENCES');
CLEAR_BLOCK(NO_COMMIT);
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM638
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label ID
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 251
* Y Position 25
* Width 44
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_FISCAL_YRS_SEQUENCE.ID
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

GO_BLOCK('BLK_GAPLESS_SEQUENCES');
CLEAR_BLOCK(NO_COMMIT);
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM696
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Visit Type
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 17
* Y Position 22
* Width 129
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_BIL_SEQ_VS_VISIT_TYPES_2.VISIT_TYPES
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM698
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Code
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 188
* Y Position 21
* Width 135
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES_2.code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM699
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Name
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 323
* Y Position 21
* Width 228
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES_2.name
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM715
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Visit Type
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 18
* Y Position 131
* Width 127
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_BIL_SEQ_VS_VISIT_TYPES_3.VISIT_TYPES
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM716
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Code
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_VISIT_BIL
- Tab Page
* X Position 145
* Y Position 131
* Width 77
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_BIL_SEQ_VS_VISIT_TYPES_3.ih_bil_seq_code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM718
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Name
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_VISIT_BIL
- Tab Page
* X Position 222
* Y Position 131
* Width 327
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_BIL_SEQ_VS_VISIT_TYPES_3.ih_bil_seq_code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM727
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Code
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 236
* Y Position 21
* Width 113
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES_3.code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM728
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label
Name
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 349
* Y Position 21
* Width 202
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES_3.name
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM730
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Sequence Name
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 388
* Y Position 131
* Width 163
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES_3.name
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM731
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Seq
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 328
* Y Position 131
* Width 60
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_POS_SERVICES.seq_code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM732
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Point of Services
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 130
* Y Position 131
* Width 198
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_POS_SERVICES.POS_name
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM733
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label POS
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 17
* Y Position 131
* Width 113
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_POS_SERVICES.POS_CODE
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM738
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label POS
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_POS
- Tab Page
* X Position 20
* Y Position 22
* Width 63
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_POS_POINTS_OF_SALE_CASH.code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM739
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Name
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_POS
- Tab Page
* X Position 83
* Y Position 22
* Width 109
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_POS_POINTS_OF_SALE_CASH.NAME
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM789
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label POS
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 236
* Y Position 24
* Width 49
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_POS_POINTS_OF_SALE_4.CODE
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM790
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Name
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 285
* Y Position 24
* Width 233
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_POS_POINTS_OF_SALE_4.NAME
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM791
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Used
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 518
* Y Position 24
* Width 31
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_POS_POINTS_OF_SALE_4.CODE
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM801
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Values to recycle
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPS
* Tab Page
* X Position 344
* Y Position 14
* Width 213
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint IH_BIL_SEQUENCE_GAPS.value
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name ITEM802
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Unused bill
number
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPS
* Tab Page
* X Position 10
* Y Position 15
* Width 202
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint IH_BIL_BILS.bill_no
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
- Relations
----------
* Name BLK_DELETION
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 7
- Query All Records No
* Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_DELETION
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
* Scroll Bar X Position 346
* Scroll Bar Y Position 22
* Scroll Bar Width 14
* Scroll Bar Length 133
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text
GO_BLOCK(:SYSTEM.CURSOR_BLOCK);
GO_RECORD(TO_NUMBER(NAME_IN('System.Mouse_Record')));

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_DELETION
- Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text
NULL;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
* Current Record Visual Attribute Group VA_TEXTITEM_HILIGHT
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
* Visible No
* Canvas
- Tab Page
* X Position 6
* Y Position 22
* Width 53
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name TABLE_NAME
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 512
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Query Length 512
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 45
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PRIMARY_KEY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 512
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Query Length 512
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 45
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DELETE_ALL
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Delete All
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable Yes
* Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_DELETION
- Tab Page
* X Position 365
* Y Position 6
* Width 77
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Del_Data_LOCAL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CANCEL
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable Yes
* Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_DELETION
- Tab Page
* X Position 365
* Y Position 32
* Width 77
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_Cancel_Delete ;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EXCLUDE
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Exclude
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable Yes
* Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_DELETION
- Tab Page
* X Position 365
* Y Position 57
* Width 77
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_Exclude_From_Deletion ;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name HELP
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Help
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable Yes
* Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Visible No
* Canvas CVW_DELETION
- Tab Page
* X Position 365
* Y Position 83
* Width 77
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name DESCRIPTION
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
* Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 2000
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
* Current Record Visual Attribute Group VA_TEXTITEM_HILIGHT
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_DELETION
- Tab Page
* X Position 6
* Y Position 22
* Width 340
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_NON_FUNCTONAL
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
* Scroll Bar Width 9
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
- Triggers
* Items
----------
* Name ITEM661
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Code
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 249
* Y Position 131
* Width 81
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES.code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM658
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Max
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 448
* Y Position 131
* Width 50
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES.code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM659
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Gaps
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 498
* Y Position 131
* Width 41
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES.code
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM660
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Name
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 330
* Y Position 131
* Width 118
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint BLK_GAPLESS_SEQUENCES.name
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_PRINT
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 1
- Query All Records No
* Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name PRINT_PREVIEW
* Item Type Check Box
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Preview On Screen
- Access Key
- Implementation Class
* Value when Checked 2
* Value when Unchecked 1
* Check Box Mapping of Other Values Checked
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
- Maximum Length 30
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
- Visible Yes
* Canvas
* Tab Page
* X Position 11
* Y Position 76
* Width 181
* Height 14
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name PRINT_GROUP
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas CVW_PRINT
- Tab Page
- Cursor Style <Unspecified>
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name SELECTED
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label LABLE1
- Access Key
* Radio Button Value 1
^ Distance Between Records 0
^ Visible Yes
* X Position 23
* Y Position 38
* Width 205
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name HIGHLIGHTED
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label LABLE1
- Access Key
* Radio Button Value 2
^ Distance Between Records 0
^ Visible Yes
* X Position 23
* Y Position 59
* Width 205
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
----------
* Name SENT_TO
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas CVW_PRINT
- Tab Page
- Cursor Style <Unspecified>
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-RADIO-CHANGED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

IF :BLK_PRINT.SENT_TO = 3 THEN
SET_ITEM_PROPERTY('BLK_PRINT.FILE_TYPE',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_PRINT.FILE_TYPE',ENABLED,PROPERTY_FALSE);
END IF;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Radio Buttons
----------
* Name SCREEN
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label Preview
- Access Key
* Radio Button Value 1
^ Distance Between Records 0
^ Visible Yes
* X Position 23
* Y Position 103
* Width 150
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name FILE
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label Sent output to a file type :
- Access Key
* Radio Button Value 3
^ Distance Between Records 0
^ Visible Yes
* X Position 23
* Y Position 143
* Width 185
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name EMAIL
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label Email
- Access Key
* Radio Button Value 4
^ Distance Between Records 0
^ Visible Yes
* X Position 23
* Y Position 182
* Width 185
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name PRINTER
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label Print
- Access Key
* Radio Button Value 2
^ Distance Between Records 0
^ Visible Yes
* X Position 23
* Y Position 121
* Width 185
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
----------
* Name FILE_TYPE
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas CVW_PRINT
- Tab Page
- Cursor Style <Unspecified>
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name HTML
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label HTML
- Access Key
* Radio Button Value 1
^ Distance Between Records 0
^ Visible Yes
* X Position 35
* Y Position 163
* Width 41
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name HTMLSCC
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label HTML with style extensions
- Access Key
* Radio Button Value 2
^ Distance Between Records 0
^ Visible Yes
* X Position 79
* Y Position 162
* Width 114
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name PDF
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label PDF
- Access Key
* Radio Button Value 3
^ Distance Between Records 0
^ Visible Yes
* X Position 196
* Y Position 162
* Width 36
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name RTF
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label RTF
- Access Key
* Radio Button Value 4
^ Distance Between Records 0
^ Visible Yes
* X Position 233
* Y Position 162
* Width 34
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
----------
* Name CANCEL
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
* Access Key c
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRINT
- Tab Page
* X Position 218
* Y Position 205
* Width 55
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Cancel_Print;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name PRINT
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Print
* Access Key p
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRINT
- Tab Page
* X Position 155
* Y Position 205
* Width 55
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Print_Reports;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name PRINT_LABLE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
* Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 100
* Initial Value Print
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRINT
- Tab Page
* X Position 23
* Y Position 20
* Width 71
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color Downy
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
o Font Size 10
o Font Weight Bold
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DES_LABLE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
* Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 100
* Initial Value Print
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRINT
- Tab Page
* X Position 23
* Y Position 82
* Width 68
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color Downy
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
o Font Size 10
o Font Weight Bold
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name USE_THESE_BUTTONS
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 1
- Query All Records No
* Record Orientation Horizontal
- Single Record No
* Database Data Block No
* Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
* Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
* DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
- Scroll Bar Length 0
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
- Triggers
* Items
----------
* Name CANCEL
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas
- Tab Page
* X Position 281
* Y Position 175
* Width 70
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name MODIFY
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas
- Tab Page
* X Position 203
* Y Position 173
* Width 70
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name EDIT
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Edit
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
- Canvas
- Tab Page
* X Position 62
* Y Position 142
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_EDIT_TEXTITEM;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name PASTE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Past
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
- Canvas
- Tab Page
* X Position 44
* Y Position 142
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_PASTE_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name COPY
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Copy
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
- Canvas
- Tab Page
* X Position 26
* Y Position 142
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_COPY_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CUT
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Cut
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
- Canvas
- Tab Page
* X Position 8
* Y Position 142
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_CUT_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name SCROLL_UP
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Scroll Up
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Scrup2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
- Canvas
- Tab Page
* X Position 117
* Y Position 142
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Scroll up to view more
records.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_First_Record;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name UP
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Up
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Fldup2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
- Canvas
- Tab Page
* X Position 135
* Y Position 142
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Move up one record.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Up;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name DOWN
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Down
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Flddwn2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
- Canvas
- Tab Page
* X Position 153
* Y Position 142
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Move down one record.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Down;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name SCROLL_DOWN
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Scroll Down
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Scrdwn2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
- Canvas
- Tab Page
* X Position 171
* Y Position 142
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Scroll down to view more
records.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Last_Record;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_CONTROL_BLOCK
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 27
- Query All Records No
* Record Orientation Vertical
- Single Record No
* Database Data Block No
- Enforce Primary Key No
- Query Allowed Yes
* Query Data Source Type None
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
* Scroll Bar X Position 544
* Scroll Bar Y Position 21
* Scroll Bar Width 14
* Scroll Bar Length 297
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Mouse_Clicked_Control('PK');
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PK
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
- Canvas
- Tab Page
* X Position 6
* Y Position 21
* Width 175
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name JUST_FOR_TESTING
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 200
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
- Canvas
- Tab Page
* X Position 359
* Y Position 20
* Width 184
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESCRIPTION_FIELD
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
* Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 200
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Visible Yes
- Canvas
- Tab Page
* X Position 182
* Y Position 21
* Width 175
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_FISCAL_YEARS
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 6
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name GN_ORG_FISCAL_YEARS
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name PERIOD_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_FROM
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_TO
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name YEAR
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 4
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name PERIODICAL_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name GN_ORG_FISCAL_YEARS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_PRIMARY
* Scroll Bar Tab Page GENERAL
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 430
* Scroll Bar Y Position 59
* Scroll Bar Width 16
* Scroll Bar Length 116
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_LOCAL_BLOCK_SETTINGS('BLK_FISCAL_YEARS');
P_1_Mouse_Clicked;
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID_DUMMY','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DESC','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID_COA','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DESC1','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID_UNCLO','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.UNCOL_DESC','VA_TEXTITEM_NORMAL');
GO_BLOCK('BLK_BIL_PREFERENCES');
-- EXECUTE_QUERY;
-- CLEAR_MESSAGE;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

--P_1_Display_Data;
NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:BLK_FISCAL_YEARS.STATUS1 :=
F_1_DOMAIN_DESC('STATUS','GN_ORG_FISCAL_YEARS',:BLK_FISCAL_YEARS.STATUS,'E');

BEGIN
SELECT ID , DESCRIPTION
INTO :BLK_FISCAL_YEARS.ID_DUMMY, :BLK_FISCAL_YEARS.DESC
FROM FN_GLD_CHART_OF_ACCOUNTS
WHERE ID IN (SELECT FN_GLD_COA_ID
FROM IH_BIL_YEAR_COAS
WHERE GN_ORG_FYR_ID = :BLK_FISCAL_YEARS.ID);
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
/* Commented By Shatha 31/12/2001
/* The Items are no longer visible
BEGIN
SELECT ID , DESCRIPTION
INTO :BLK_FISCAL_YEARS.ID_COA, :BLK_FISCAL_YEARS.DESC1
FROM FN_GLD_CHART_OF_ACCOUNTS
WHERE ID IN (SELECT FN_GLD_COA_ID_ATTENDING_IN
FROM IH_BIL_YEAR_COAS
WHERE GN_ORG_FYR_ID = :BLK_FISCAL_YEARS.ID);
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
*/
BEGIN
SELECT ID , DESCRIPTION
INTO :BLK_FISCAL_YEARS.ID_UNCLO, :BLK_FISCAL_YEARS.UNCOL_DESC
FROM FN_GLD_CHART_OF_ACCOUNTS
WHERE ID IN (SELECT FN_GLD_COA_ID_UNCOLLEC
FROM IH_BIL_YEAR_COAS
WHERE GN_ORG_FYR_ID = :BLK_FISCAL_YEARS.ID);
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 39
* Y Position 11
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 20
* Y Position 60
* Width 44
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_FROM
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
* Format Mask DD/MM/YYYY
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 65
* Y Position 60
* Width 70
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_TO
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
* Format Mask DD/MM/YYYY
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 136
* Y Position 60
* Width 70
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS1
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 207
* Y Position 60
* Width 151
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS_DATE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
* Format Mask DD/MM/YYYY
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 359
* Y Position 60
* Width 70
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID_DUMMY
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 624
* Y Position 40
* Width 60
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt In patient 's default Account
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 23
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESC
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 684
* Y Position 40
* Width 155
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID_COA
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 401
* Y Position 63
* Width 45
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESC1
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 446
* Y Position 63
* Width 109
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Status
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID_UNCLO
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 624
* Y Position 63
* Width 60
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Uncollictible Receivables
Account
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 1
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name UNCOL_DESC
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 684
* Y Position 63
* Width 155
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_FISCAL_YEARS_ALL
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 10
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name GN_ORG_FISCAL_YEARS
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name PERIOD_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_FROM
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_TO
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name YEAR
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 4
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name PERIODICAL_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
* ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name GN_ORG_FISCAL_YEARS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_TAB_1_ALL
* Scroll Bar Tab Page
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 312
* Scroll Bar Y Position 15
* Scroll Bar Width 14
* Scroll Bar Length 123
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_LOCAL_BLOCK_SETTINGS('BLK_FISCAL_YEARS_ALL');
-- P_1_INITAL_PRF_SETUP ;
P_1_Mouse_Clicked_S;
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID_DUMMY','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DESC','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID_COA','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DESC1','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID_UNCLO','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.UNCOL_DESC','VA_TEXTITEM_NORMAL');
SET_BLOCK_PROPERTY('BLK_BIL_PREFERENCES_all',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
GO_BLOCK('BLK_BIL_PREFERENCES_all');
CLEAR_BLOCK(NO_COMMIT);
EXECUTE_QUERY;
CLEAR_MESSAGE;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

--P_1_Display_Data;
NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:BLK_FISCAL_YEARS_ALL.STATUS1 :=
F_1_DOMAIN_DESC('STATUS','GN_ORG_FISCAL_YEARS',:BLK_FISCAL_YEARS_ALL.STATUS,'E');

BEGIN
SELECT ID , DESCRIPTION
INTO :BLK_FISCAL_YEARS_ALL.ID_DUMMY, :BLK_FISCAL_YEARS_ALL.DESC
FROM FN_GLD_CHART_OF_ACCOUNTS
WHERE ID IN (SELECT FN_GLD_COA_ID
FROM IH_BIL_YEAR_COAS
WHERE GN_ORG_FYR_ID = :BLK_FISCAL_YEARS_ALL.ID);
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
SELECT ID , DESCRIPTION
INTO :BLK_FISCAL_YEARS_ALL.ID_COA, :BLK_FISCAL_YEARS_ALL.DESC1
FROM FN_GLD_CHART_OF_ACCOUNTS
WHERE ID IN (SELECT FN_GLD_COA_ID_ATTENDING_IN
FROM IH_BIL_YEAR_COAS
WHERE GN_ORG_FYR_ID = :BLK_FISCAL_YEARS_ALL.ID);
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT ID , DESCRIPTION
INTO :BLK_FISCAL_YEARS_ALL.ID_UNCLO, :BLK_FISCAL_YEARS_ALL.UNCOL_DESC
FROM FN_GLD_CHART_OF_ACCOUNTS
WHERE ID IN (SELECT FN_GLD_COA_ID_UNCOLLEC
FROM IH_BIL_YEAR_COAS
WHERE GN_ORG_FYR_ID = :BLK_FISCAL_YEARS_ALL.ID);
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 15
* Y Position 28
* Width 43
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_FROM
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 59
* Y Position 28
* Width 58
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_TO
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 118
* Y Position 28
* Width 62
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS1
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 181
* Y Position 28
* Width 73
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS_DATE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 255
* Y Position 28
* Width 57
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID_DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 401
* Y Position 15
* Width 53
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESC
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 455
* Y Position 15
* Width 131
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID_COA
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 401
* Y Position 38
* Width 46
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESC1
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 447
* Y Position 38
* Width 111
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID_UNCLO
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 401
* Y Position 37
* Width 53
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Uncollectible :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 0
* Prompt Alignment Offset 3
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name UNCOL_DESC
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 455
* Y Position 37
* Width 131
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 294
* Y Position 200
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PERIOD_TYPE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Period Type
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name YEAR
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Year
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Status
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 100
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 100
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PERIODICAL_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Periodical Count
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_PREFERENCES
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_PREFERENCES
* Query Data Source Columns
----------
* Column Name HAS_VAT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name TRUST_PAYMENTS_IN_ACR
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name FN_ACR_BTY_CODE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 2
* Scale 0
* Mandatory No
----------
* Column Name RECYCLE_BILL_NO
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name PLAN_DISCOUNTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name TRACK_PLAN_DISCOUNTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name PRINT_BIL_HF
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name BIL_SERIAL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 9
* Scale 0
* Mandatory Yes
----------
* Column Name REQUIRE_REFERRAL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name MULTIPLE_LISTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name HIDE_EXTERNAL_SERVICES
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name AUTO_ROOM_CHARGE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name AUTO_SERVICE_CHARGE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 10
* Scale 0
* Mandatory Yes
----------
* Column Name PURGE_BNT_PROFITS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name BNT_TRANS_PER_BILL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name LOG_FILE_PATH
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 80
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DO_LUMPSUMS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STORE_VALIDATION
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name FN_ACR_CUS_ID_COM
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name FN_ACR_CUS_ID_OUT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name DISTRIBUTED_CASHBOX
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name IS_DEBUG
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_PREFERENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
IF :BLK_BIL_PREFERENCES.REQUIRE_REFERRAL = 2 THEN
:BLK_BIL_PREFERENCES.REQUIRE_REFERRAL1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.REQUIRE_REFERRAL1 := 'No';
END IF;
IF :BLK_BIL_PREFERENCES.HIDE_EXTERNAL_SERVICES = 2 THEN
:BLK_BIL_PREFERENCES.HIDE_EXTERNAL_SERVICES1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.HIDE_EXTERNAL_SERVICES1 := 'No';
END IF;
IF :BLK_BIL_PREFERENCES.PURGE_BNT_PROFITS = 2 THEN
:BLK_BIL_PREFERENCES.PURGE_BNT_PROFITS1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.PURGE_BNT_PROFITS1 := 'No';
END IF;
IF :BLK_BIL_PREFERENCES.AUTO_ROOM_CHARGE = 2 THEN
:BLK_BIL_PREFERENCES.AUTO_ROOM_CHARGE1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.AUTO_ROOM_CHARGE1 := 'No';
END IF;
IF :BLK_BIL_PREFERENCES.AUTO_SERVICE_CHARGE = 2 THEN
:BLK_BIL_PREFERENCES.AUTO_SERVICE_CHARGE1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.AUTO_SERVICE_CHARGE1 := 'No';
END IF;
IF :BLK_BIL_PREFERENCES.HAS_VAT = 2 THEN
:BLK_BIL_PREFERENCES.HAS_VAT1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.HAS_VAT1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.STORE_VALIDATION1 :=
F_DB_GET_DOMAIN_DESC('STORE_VALIDATION','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.S
TORE_VALIDATION,'E');
:BLK_BIL_PREFERENCES.DISTRIBUTED_CASHBOX1 :=
F_DB_GET_DOMAIN_DESC('DISTRIBUTED_CASHBOX','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCE
S.DISTRIBUTED_CASHBOX,'E');
IF :BLK_BIL_PREFERENCES.RECYCLE_BILL_NO = 2 THEN
:BLK_BIL_PREFERENCES.RECYCLE_BILL_NO1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.RECYCLE_BILL_NO1 := 'No';
END IF;
IF :BLK_BIL_PREFERENCES.DO_LUMPSUMS = 2 THEN
:BLK_BIL_PREFERENCES.DO_LUMPSUMS1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.DO_LUMPSUMS1 := 'No';
END IF;
IF :BLK_BIL_PREFERENCES.ALLOW_POS_LOOKUP = 2 THEN
:BLK_BIL_PREFERENCES.ALLOW_POS_LOOKUP1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.ALLOW_POS_LOOKUP1 := 'No';
END IF;
BEGIN
SELECT CODE,DESCRIPTION
INTO :BLK_BIL_PREFERENCES.CODE,:BLK_BIL_PREFERENCES.DESC
FROM FN_ACR_BUSINESS_TYPES
WHERE CODE = :BLK_BIL_PREFERENCES.FN_ACR_BTY_CODE;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT ID,NAME
INTO :BLK_BIL_PREFERENCES.OUT_CODE,:BLK_BIL_PREFERENCES.OUT_DESC
FROM FN_ACR_CUSTOMERS
WHERE ID = :BLK_BIL_PREFERENCES.FN_ACR_CUS_ID_OUT;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT ID,NAME
INTO :BLK_BIL_PREFERENCES.COM_CODE,:BLK_BIL_PREFERENCES.COM_DESC
FROM FN_ACR_CUSTOMERS
WHERE ID = :BLK_BIL_PREFERENCES.FN_ACR_CUS_ID_COM;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END;
/*
:BLK_BIL_PREFERENCES.REQUIRE_REFERRAL1 :=
F_DB_GET_DOMAIN_DESC('REQUIRE_REFERRAL','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.R
EQUIRE_REFERRAL,'E');
IF UPPER(:BLK_BIL_PREFERENCES.REQUIRE_REFERRAL1) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.REQUIRE_REFERRAL1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.REQUIRE_REFERRAL1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.HIDE_EXTERNAL_SERVICES1 :=
F_DB_GET_DOMAIN_DESC('HIDE_EXTERNAL_SERVICES','IH_BIL_PREFERENCES',:BLK_BIL_PREFERE
NCES.HIDE_EXTERNAL_SERVICES,'E');
IF UPPER(:BLK_BIL_PREFERENCES.HIDE_EXTERNAL_SERVICES1) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.HIDE_EXTERNAL_SERVICES1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.HIDE_EXTERNAL_SERVICES1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.PURGE_BNT_PROFITS1 :=
F_DB_GET_DOMAIN_DESC('PURGE_BNT_PROFITS','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.
PURGE_BNT_PROFITS,'E');
IF UPPER(:BLK_BIL_PREFERENCES.PURGE_BNT_PROFITS1) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.PURGE_BNT_PROFITS1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.PURGE_BNT_PROFITS1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.AUTO_ROOM_CHARGE1 :=
F_DB_GET_DOMAIN_DESC('AUTO_ROOM_CHARGE','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.A
UTO_ROOM_CHARGE,'E');
IF UPPER(:BLK_BIL_PREFERENCES.AUTO_ROOM_CHARGE1) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.AUTO_ROOM_CHARGE1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.AUTO_ROOM_CHARGE1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.AUTO_SERVICE_CHARGE1 :=
F_DB_GET_DOMAIN_DESC('AUTO_SERVICE_CHARGE','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCE
S.AUTO_SERVICE_CHARGE,'E');
IF UPPER(:BLK_BIL_PREFERENCES.AUTO_SERVICE_CHARGE1) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.AUTO_SERVICE_CHARGE1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.AUTO_SERVICE_CHARGE1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.HAS_VAT1 :=
F_DB_GET_DOMAIN_DESC('HAS_VAT','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.HAS_VAT,'E
');
IF UPPER(:BLK_BIL_PREFERENCES.HAS_VAT1) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.HAS_VAT1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.HAS_VAT1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.STORE_VALIDATION1 :=
F_DB_GET_DOMAIN_DESC('STORE_VALIDATION','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.S
TORE_VALIDATION,'E');
:BLK_BIL_PREFERENCES.DISTRIBUTED_CASHBOX1 :=
F_DB_GET_DOMAIN_DESC('DISTRIBUTED_CASHBOX','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCE
S.DISTRIBUTED_CASHBOX,'E');
:BLK_BIL_PREFERENCES.RECYCLE_BILL_NO1 :=
F_DB_GET_DOMAIN_DESC('RECYCLE_BILL_NO','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.RE
CYCLE_BILL_NO,'E');
IF UPPER(:BLK_BIL_PREFERENCES.RECYCLE_BILL_NO1) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.RECYCLE_BILL_NO1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.RECYCLE_BILL_NO1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.DO_LUMPSUMS1 :=
F_DB_GET_DOMAIN_DESC('DO_LUMPSUMS','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.DO_LUM
PSUMS,'E');
IF UPPER(:BLK_BIL_PREFERENCES.DO_LUMPSUMS1) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.DO_LUMPSUMS1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.DO_LUMPSUMS1 := 'No';
END IF;
:BLK_BIL_PREFERENCES.ALLOW_POS_LOOKUP1 :=
F_DB_GET_DOMAIN_DESC('ALLOW_POS_LOOKUP','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.A
LLOW_POS_LOOKUP,'E');
IF UPPER(:BLK_BIL_PREFERENCES.ALLOW_POS_LOOKUP1 ) = 'TRUE' THEN
:BLK_BIL_PREFERENCES.ALLOW_POS_LOOKUP1 := 'Yes';
ELSE
:BLK_BIL_PREFERENCES.ALLOW_POS_LOOKUP1 := 'No';
END IF;
*/
--:BLK_BIL_PREFERENCES.MULTIPLE_LISTS1 :=
F_1_GET_DOMAIN_DESC('MULTIPLE_LISTS','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.MULT
IPLE_LISTS,'E');
--:BLK_BIL_PREFERENCES.BNT_TRANS_PER_BILL1 :=
F_1_GET_DOMAIN_DESC('BNT_TRANS_PER_BILL','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENCES.
BNT_TRANS_PER_BILL,'E');
--:BLK_BIL_PREFERENCES.TRUST_PAYMENTS_IN_ACR1 :=
F_1_GET_DOMAIN_DESC('TRUST_PAYMENTS_IN_ACR','IH_BIL_PREFERENCES',:BLK_BIL_PREFERENC
ES.TRUST_PAYMENTS_IN_ACR,'E');
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 39
* Y Position 11
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name REQUIRE_REFERRAL1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 192
* Y Position 215
* Width 64
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Admission of In-patients
Requires Referral
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 7
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DO_LUMPSUMS1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 192
* Y Position 238
* Width 64
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Allow Lumpsums
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 106
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MULTIPLE_LISTS1
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 173
* Y Position 220
* Width 96
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Multiple Lists of Price
Plans :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name HIDE_EXTERNAL_SERVICES1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 192
* Y Position 261
* Width 64
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt External Services are not Part
of the Bill
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 17
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PURGE_BNT_PROFITS1
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 169
* Y Position 217
* Width 34
* Height 11
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Purge Bill Posting Summries
after posting :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STORE_VALIDATION1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 624
* Y Position 284
* Width 215
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Store Validation Level
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 49
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name OUT_CODE
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 624
* Y Position 238
* Width 60
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Outpatient Default Customer
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 20
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name OUT_DESC
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 80
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 684
* Y Position 238
* Width 155
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BNT_TRANS_PER_BILL1
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
* Visible Yes
* Canvas
* Tab Page
* X Position 173
* Y Position 281
* Width 96
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Create GL Transactions every :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name RECYCLE_BILL_NO1
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 169
* Y Position 236
* Width 34
* Height 11
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Recycle bill numbers of
unposted bills :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name AUTO_ROOM_CHARGE1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 192
* Y Position 284
* Width 64
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Automatic Accommodation
Charging
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 26
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name AUTO_SERVICE_CHARGE1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 192
* Y Position 307
* Width 64
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Auto Service Charging
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 85
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name HAS_VAT1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 192
* Y Position 330
* Width 64
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Consider Value Added Tax
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 71
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ALLOW_POS_LOOKUP1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Justification Center
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 192
* Y Position 353
* Width 64
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Allow POS Lookup
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 100
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name COM_CODE
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 624
* Y Position 261
* Width 60
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Community Default Customer
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 18
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name COM_DESC
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 80
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 684
* Y Position 261
* Width 155
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name TRUST_PAYMENTS_IN_ACR1
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 20
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 462
* Y Position 281
* Width 93
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Trust Payments are in Accounts
Receivables :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name REQUIRE_REFERRAL
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 148
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Admission of In-patients
Requires Referral :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MULTIPLE_LISTS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 168
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Multiple Lists of Price
Plans :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name HIDE_EXTERNAL_SERVICES
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 188
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt External Services are not Part
of the Bill :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PURGE_BNT_PROFITS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 209
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Purge Bill Posting Summries
after posting :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BNT_TRANS_PER_BILL
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 229
* Width 67
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Create GL Transactions every :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name AUTO_ROOM_CHARGE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 271
* Width 67
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Automatic Accommodation
Charging :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name RECYCLE_BILL_NO
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 249
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Recycle bill numbers of
unposted bills :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name AUTO_SERVICE_CHARGE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 291
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Auto Service Charging :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ALLOW_POS_LOOKUP
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 68
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name TRUST_PAYMENTS_IN_ACR
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 291
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Auto Service Charging :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CODE
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 173
* Y Position 302
* Width 98
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Cash Customor 's Business Type
code :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESC
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 270
* Y Position 302
* Width 285
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_ACR_BTY_CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BIL_SERIAL
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 249
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Recycle bill numbers of
unposted bills
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 11
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 54
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_ACR_CUS_ID_COM
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 15
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 54
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_ACR_CUS_ID_OUT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 15
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 54
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name HAS_VAT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Has Vat
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DO_LUMPSUMS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Has Vat
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STORE_VALIDATION
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Has Vat
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DISTRIBUTED_CASHBOX
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
* Visible No
* Canvas
* Tab Page
* X Position 447
* Y Position 302
* Width 92
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DISTRIBUTED_CASHBOX1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 624
* Y Position 215
* Width 215
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Cashbox Distribution Level
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 30
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_PREFERENCES_ALL
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_PREFERENCES
* Query Data Source Columns
----------
* Column Name HAS_VAT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name TRUST_PAYMENTS_IN_ACR
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name FN_ACR_BTY_CODE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 2
* Scale 0
* Mandatory No
----------
* Column Name RECYCLE_BILL_NO
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name PLAN_DISCOUNTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name TRACK_PLAN_DISCOUNTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name PRINT_BIL_HF
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name BIL_SERIAL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 9
* Scale 0
* Mandatory Yes
----------
* Column Name REQUIRE_REFERRAL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name MULTIPLE_LISTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name HIDE_EXTERNAL_SERVICES
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name AUTO_ROOM_CHARGE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name AUTO_SERVICE_CHARGE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 10
* Scale 0
* Mandatory Yes
----------
* Column Name PURGE_BNT_PROFITS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name BNT_TRANS_PER_BILL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name LOG_FILE_PATH
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 80
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DO_LUMPSUMS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STORE_VALIDATION
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name FN_ACR_CUS_ID_COM
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name FN_ACR_CUS_ID_OUT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name DISTRIBUTED_CASHBOX
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name IS_DEBUG
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_PREFERENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
SELECT CODE,DESCRIPTION
INTO :BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE,:BLK_BIL_PREFERENCES_ALL.DESC
FROM FN_ACR_BUSINESS_TYPES
WHERE CODE = :BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
SELECT NAME
INTO :BLK_BIL_PREFERENCES_ALL.OUT_DESC
FROM FN_ACR_CUSTOMERS
WHERE ID = :BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_OUT;

EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
SELECT NAME
INTO :BLK_BIL_PREFERENCES_ALL.COM_DESC
FROM FN_ACR_CUSTOMERS
WHERE ID = :BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_COM;

EXCEPTION
WHEN OTHERS THEN
NULL;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name REQUIRE_REFERRAL
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 160
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Admission of In-patients
Requires Referral :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 160
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name DO_LUMPSUMS
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 176
* Width 29
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Allow Lumpsums :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 5
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 176
* Width 29
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name HIDE_EXTERNAL_SERVICES
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 192
* Width 30
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt External Services are not Part
of the Bill :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 192
* Width 29
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name AUTO_ROOM_CHARGE
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 208
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Automatic Accommodation
Charging :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 208
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name AUTO_SERVICE_CHARGE
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 225
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Auto Service Charging :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
* Prompt Alignment Offset -1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 225
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name HAS_VAT
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 241
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Consider Value Add Tax :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
* Prompt Alignment Offset -1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 241
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name ALLOW_POS_LOOKUP
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 256
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Allow POS Lookup :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name Tahoma
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 256
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name DISTRIBUTED_CASHBOX
* Item Type List Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Elements in List
----------
* Label
* List Item Value
----------
- List Style Poplist
- Mapping of Other Values
- Implementation Class
- Case Restriction Mixed
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 355
* Y Position 161
* Width 130
* Height 15
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Cashbox Distribution Level :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 1
* Prompt Alignment Offset 2
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Initial Keyboard State Default
- Keyboard State Any
- Triggers
----------
* Name FN_ACR_CUS_ID_OUT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 15
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 355
* Y Position 183
* Width 65
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Outpatient Default Customer :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 1
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID
='||:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_OUT;
V_DESC VARCHAR2(50):= 'NAME ='||:BLK_BIL_PREFERENCES_ALL.OUT_DESC;
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE := ' STATUS = 2 ';
P_1_CALL_LOOKUP('FN_ACR_CUSTOMERS', V_CODE, V_DESC,V_WHERE,'S','ALL1012E',2);
IF V_CODE IS NOT NULL THEN
:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_OUT := V_CODE;
:BLK_BIL_PREFERENCES_ALL.OUT_DESC := V_DESC;
ELSE
:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_OUT := NULL;
:BLK_BIL_PREFERENCES_ALL.DESC := NULL;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name OUT_DESC
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 421
* Y Position 183
* Width 165
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID =
'||:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_OUT;
V_DESC VARCHAR2(50):= 'NAME ='||:BLK_BIL_PREFERENCES_ALL.OUT_DESC;
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE := ' STATUS = 2 ';
P_1_CALL_LOOKUP( 'FN_ACR_CUSTOMERS', V_CODE, V_DESC,V_WHERE,'S','ALL1012E',2);
IF V_CODE IS NOT NULL THEN
:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_OUT := V_CODE;
:BLK_BIL_PREFERENCES_ALL.OUT_DESC := V_DESC;
ELSE
:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_OUT := NULL;
:BLK_BIL_PREFERENCES_ALL.OUT_DESC := NULL;
END IF;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name FN_ACR_CUS_ID_COM
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 15
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 355
* Y Position 202
* Width 65
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Community Default Customer :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 1
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID =
'||:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_COM;
V_DESC VARCHAR2(50):= 'NAME ='||:BLK_BIL_PREFERENCES_ALL.COM_DESC;
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE := ' STATUS = 2 ';
P_1_CALL_LOOKUP( 'FN_ACR_CUSTOMERS', V_CODE, V_DESC,V_WHERE,'S','ALL1012E',2);
IF V_CODE IS NOT NULL THEN
:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_COM := V_CODE;
:BLK_BIL_PREFERENCES_ALL.COM_DESC := V_DESC;
ELSE
:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_COM := NULL;
:BLK_BIL_PREFERENCES_ALL.DESC := NULL;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name COM_DESC
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 421
* Y Position 202
* Width 165
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID =
'||:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_COM;
V_DESC VARCHAR2(50):= 'NAME ='||:BLK_BIL_PREFERENCES_ALL.COM_DESC;
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE := ' STATUS = 2 ';
P_1_CALL_LOOKUP( 'FN_ACR_CUSTOMERS', V_CODE, V_DESC,V_WHERE,'S','ALL1012E',2);
IF V_CODE IS NOT NULL THEN
:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_COM := V_CODE;
:BLK_BIL_PREFERENCES_ALL.COM_DESC := V_DESC;
ELSE
:BLK_BIL_PREFERENCES_ALL.FN_ACR_CUS_ID_COM := NULL;
:BLK_BIL_PREFERENCES_ALL.DESC := NULL;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name STORE_VALIDATION
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name NONE
- Subclass Information
- Comments
- Enabled Yes
* Label None
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 294
* Y Position 235
* Width 35
* Height 10
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Level of :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
* Prompt Alignment Offset -1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name ITEM
- Subclass Information
- Comments
- Enabled Yes
* Label Item
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 334
* Y Position 235
* Width 34
* Height 10
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
* Name STORE
- Subclass Information
- Comments
- Enabled Yes
* Label Store
- Access Key
* Radio Button Value 3
- Distance Between Records 0
- Visible Yes
* X Position 373
* Y Position 235
* Width 35
* Height 10
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name PURGE_BNT_PROFITS
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 209
* Width 31
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Purge Bill Posting Summries
after posting :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 209
* Width 29
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name RECYCLE_BILL_NO
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
* Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 166
* Y Position 226
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Recycle bill numbers of
unposted bills :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 204
* Y Position 225
* Width 26
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name MULTIPLE_LISTS
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 171
* Y Position 185
* Width 45
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Multiple Lists of Price
Plans :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 219
* Y Position 185
* Width 27
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name BNT_TRANS_PER_BILL
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
* Insert Allowed Yes
* Update Allowed Yes
* Canvas
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name DAY
- Subclass Information
- Comments
- Enabled Yes
* Label Day
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 171
* Y Position 240
* Width 47
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Create GL Transactions every :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name BILL
- Subclass Information
- Comments
- Enabled Yes
* Label Bill
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 219
* Y Position 240
* Width 29
* Height 10
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
* Name PERIOD
- Subclass Information
- Comments
- Enabled Yes
* Label Period
- Access Key
* Radio Button Value 3
- Distance Between Records 0
- Visible Yes
* X Position 267
* Y Position 240
* Width 45
* Height 11
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name TRUST_PAYMENTS_IN_ACR
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
* Initial Value 2
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name YES
- Subclass Information
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 487
* Y Position 240
* Width 45
* Height 14
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Trust Payments are in Accounts
Receivables :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
----------
* Name NO
- Subclass Information
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 532
* Y Position 240
* Width 28
* Height 14
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name FN_ACR_BTY_CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 172
* Y Position 274
* Width 132
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Cash Customor 's Business Type
code :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'CODE =
'||:BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE;
V_DESC VARCHAR2(50):= 'DESCRIPTION ='||:BLK_BIL_PREFERENCES_ALL.DESC;
BEGIN
P_1_CALL_LOOKUP( 'FN_ACR_BUSINESS_TYPES', V_CODE, V_DESC,' 1 = 1 ');
IF V_CODE IS NOT NULL THEN
:BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE := V_CODE;
:BLK_BIL_PREFERENCES_ALL.DESC := V_DESC;
/* IF :GLOBAL.G_ROWID IS NOT NULL THEN
BEGIN
SELECT ID
INTO :BLK_CHARGE_SLIPS_ALL.POS_ID
FROM IH_POS_POINTS_OF_SALE
WHERE ROWID = :GLOBAL.G_ROWID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END IF;
NEXT_ITEM;*/
ELSE
:BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE := NULL;
:BLK_BIL_PREFERENCES_ALL.DESC := NULL;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name DESC
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 304
* Y Position 274
* Width 254
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'CODE =
'||:BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE;
V_DESC VARCHAR2(50):= 'DESCRIPTION ='||:BLK_BIL_PREFERENCES_ALL.DESC;
BEGIN
P_1_CALL_LOOKUP( 'FN_ACR_BUSINESS_TYPES', V_CODE, V_DESC,' 1 = 1 ');
IF V_CODE IS NOT NULL THEN
:BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE := V_CODE;
:BLK_BIL_PREFERENCES_ALL.DESC := V_DESC;
/* IF :GLOBAL.G_ROWID IS NOT NULL THEN
BEGIN
SELECT ID
INTO :BLK_CHARGE_SLIPS_ALL.POS_ID
FROM IH_POS_POINTS_OF_SALE
WHERE ROWID = :GLOBAL.G_ROWID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END IF;
NEXT_ITEM;*/
ELSE
:BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE := NULL;
:BLK_BIL_PREFERENCES_ALL.DESC := NULL;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BIL_SERIAL
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 249
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Recycle bill numbers of
unposted bills
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 11
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 54
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_FUNCTIONAL
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
- Query Data Source Name
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
- DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
* Scroll Bar Width 9
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-DOWN
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.G_TriggerItem := :SYSTEM.TRIGGER_ITEM;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

null;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name ITEM785
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Visit Type
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 20
* Y Position 25
* Width 154
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM786
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Used
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 174
* Y Position 25
* Width 32
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ASSIGN
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Assign
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 531
* Y Position 122
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
ID_SEQ NUMBER := NULL;
ID_PRF NUMBER := NULL;
V_COUNT NUMBER := NULL;
V_STATUS NUMBER := NULL;
V_BUTTON_PRESSED NUMBER := NULL;
BEGIN
----------------------------------------------------------------------------
SELECT COUNT(1)
INTO V_COUNT
FROM IH_BIL_YEAR_COAS
WHERE GN_ORG_FYR_ID = :BLK_FISCAL_YEARS_ALL.ID
AND IH_BIL_PRF_ID IN ( SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID );
----------------------------------------------------------------------------
IF V_COUNT = 0 THEN
BEGIN
SELECT ID
INTO ID_PRF
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
-------------------------------------------------
---:BLK_FUNCTIONAL.ID_COA IS NOT NULL AND
-------------------------------------------------
IF ( :BLK_FUNCTIONAL.ID_DUMMY IS NOT NULL ) AND
( :BLK_FUNCTIONAL.ID_UNCLO IS NOT NULL )
THEN
SELECT IH_BIL_YCO_SEQ.NEXTVAL
INTO ID_SEQ
FROM DUAL;
IF :BLK_FISCAL_YEARS_ALL.STATUS = 1 THEN
V_STATUS := 2;
ELSE
V_STATUS := 1;
END IF;
INSERT INTO IH_BIL_YEAR_COAS
( ID,
IH_BIL_PRF_ID,
GN_ORG_FYR_ID,
status,
status_date,
FN_GLD_COA_ID,
FN_GLD_COA_ID_ATTENDING_IN ,
FN_GLD_COA_ID_UNCOLLEC)
VALUES(ID_SEQ,
ID_PRF,
:BLK_FISCAL_YEARS_ALL.ID,
V_STATUS,
SYSDATE,
:BLK_FUNCTIONAL.ID_DUMMY,
NULL , -- :BLK_FUNCTIONAL.ID_COA
:BLK_FUNCTIONAL.ID_UNCLO);
FORMS_DDL('BEGIN COMMIT; END;');
IF NOT FORM_SUCCESS THEN
ME_ALERT(SQLCODE||SQLERRM);
END IF;
P_1_INITAL_PRF_SETUP;
ELSE
V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IH_BIL0043','E','','','','','','');
END IF;
ELSE -- :BLK_FUNCTIONAL.ID_COA IS NOT NULL
IF (:BLK_FUNCTIONAL.ID_DUMMY IS NOT NULL AND :BLK_FUNCTIONAL.ID_UNCLO IS NOT
NULL) THEN
-----------------------
-- GLD_COA_ID_ATTENDING_IN = :BLK_FUNCTIONAL.ID_COA,
UPDATE IH_BIL_YEAR_COAS
SET FN_GLD_COA_ID = :BLK_FUNCTIONAL.ID_DUMMY ,
FN_GLD_COA_ID_UNCOLLEC = :BLK_FUNCTIONAL.ID_UNCLO
WHERE GN_ORG_FYR_ID = :BLK_FISCAL_YEARS_ALL.ID
AND IH_BIL_PRF_ID IN ( SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID );
FORMS_DDL(' BEGIN COMMIT; END; ');
IF NOT FORM_SUCCESS THEN
ME_ALERT(SQLCODE||SQLERRM);
END IF;
P_1_INITAL_PRF_SETUP;
ELSE
GO_ITEM('BLK_FUNCTIONAL.APPLY');
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
END IF;
END IF;
:BLK_FUNCTIONAL.ID_DUMMY := NULL;
:BLK_FUNCTIONAL.DESC := NULL;
:BLK_FUNCTIONAL.ID_UNCLO := NULL;
:BLK_FUNCTIONAL.UNCOL_DESC := NULL;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name DUMMY_ADT_PRF
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
^ Insert Allowed No
^ Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_EDIT_MAIN
* Tab Page
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name SEQ
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_BI_SEQ
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID_DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 401
* Y Position 79
* Width 53
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID = '||NVL(:BLK_FUNCTIONAL.ID_DUMMY,NULL);
V_DESC VARCHAR2(50):= 'DESCRIPTION = '||NVL(:BLK_FUNCTIONAL.DESC,NULL);
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE := ' FN_GLD_MAC_ID IN ( SELECT ID '||
' FROM FN_GLD_MAIN_ACCOUNTS '||
' WHERE GN_ORG_FYR_ID =
'||:BLK_FISCAL_YEARS_ALL.ID||')';

P_1_CALL_LOOKUP( 'FN_GLD_CHART_OF_ACCOUNTS',V_CODE,V_DESC,V_WHERE,'S','FN_LKP1012E'
,2);
IF V_CODE IS NOT NULL THEN
:BLK_FUNCTIONAL.ID_DUMMY := V_CODE;
:BLK_FUNCTIONAL.DESC := V_DESC;
ELSE
:BLK_FUNCTIONAL.ID_DUMMY := NULL;
:BLK_FUNCTIONAL.DESC := NULL;
END IF;
GO_ITEM('BLK_FUNCTIONAL.APPLY');
-- OR
-- (:BLK_FUNCTIONAL.ID_COA <> NVL(:BLK_FISCAL_YEARS_ALL.ID_COA,-1))
IF (:BLK_FUNCTIONAL.ID_DUMMY <> NVL(:BLK_FISCAL_YEARS_ALL.ID_DUMMY,-1)) THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
END IF;
END;
/*
IF :GLOBAL.G_ROWID IS NOT NULL THEN
BEGIN
SELECT ID
INTO :BLK_CHARGE_SLIPS_ALL.POS_ID
FROM IH_POS_POINTS_OF_SALE
WHERE ROWID = :GLOBAL.G_ROWID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END IF;
NEXT_ITEM;
*/

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name DESC
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 454
* Y Position 79
* Width 132
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID = '||:BLK_FUNCTIONAL.ID_DUMMY;
V_DESC VARCHAR2(50):= 'DESCRIPTION = '||:BLK_FUNCTIONAL.DESC;
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE := ' FN_GLD_MAC_ID IN ( SELECT ID '||
' FROM FN_GLD_MAIN_ACCOUNTS '||
' WHERE GN_ORG_FYR_ID =
'||:BLK_FISCAL_YEARS_ALL.ID|| ')';
P_1_CALL_LOOKUP( 'FN_GLD_CHART_OF_ACCOUNTS', V_CODE,
V_DESC,V_WHERE,'S','FN_LKP1012E',2);
IF V_CODE IS NOT NULL THEN
:BLK_FUNCTIONAL.ID_DUMMY := V_CODE;
:BLK_FUNCTIONAL.DESC := V_DESC;
ELSE
:BLK_FUNCTIONAL.ID_DUMMY := NULL;
:BLK_FUNCTIONAL.DESC := NULL;
END IF;
GO_ITEM('BLK_FUNCTIONAL.APPLY');
--- OR ( :BLK_FUNCTIONAL.ID_COA <> NVL(:BLK_FISCAL_YEARS_ALL.ID_COA,-1))
IF (:BLK_FUNCTIONAL.ID_DUMMY <> NVL(:BLK_FISCAL_YEARS_ALL.ID_DUMMY,-1)) THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_TRUE);
END IF;
END;
/*
IF :GLOBAL.G_ROWID IS NOT NULL THEN
BEGIN
SELECT ID
INTO :BLK_CHARGE_SLIPS_ALL.POS_ID
FROM IH_POS_POINTS_OF_SALE
WHERE ROWID = :GLOBAL.G_ROWID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END IF;
NEXT_ITEM;
*/

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID_COA
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 400
* Y Position 106
* Width 48
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID = '||NVL(:BLK_FUNCTIONAL.ID_COA,NULL);
V_DESC VARCHAR2(50):= 'DESCRIPTION = '||NVL(:BLK_FUNCTIONAL.DESC1,NULL);
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE :='FN_GLD_MAC_ID IN (SELECT ID
FROM FN_GLD_MAIN_ACCOUNTS
WHERE GN_ORG_FYR_ID = '
||:BLK_FISCAL_YEARS_ALL.ID||')'||' AND ID IN(SELECT FN_GLD_COA_ID FROM
FN_ACR_CUSTOMER_VS_COAS WHERE FN_ACR_CBX_ID IS NOT NULL)';

P_1_CALL_LOOKUP( 'FN_GLD_CHART_OF_ACCOUNTS', V_CODE,


V_DESC,V_WHERE,'S','FN_LKP1012E',2);
IF V_CODE IS NOT NULL THEN
:BLK_FUNCTIONAL.ID_COA := V_CODE;
:BLK_FUNCTIONAL.DESC1 := V_DESC;
/* IF :GLOBAL.G_ROWID IS NOT NULL THEN
BEGIN
SELECT ID
INTO :BLK_CHARGE_SLIPS_ALL.POS_ID
FROM IH_POS_POINTS_OF_SALE
WHERE ROWID = :GLOBAL.G_ROWID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END IF;
NEXT_ITEM;*/
ELSE
:BLK_FUNCTIONAL.ID_COA := NULL;
:BLK_FUNCTIONAL.DESC1 := NULL;
END IF;
IF (:BLK_FUNCTIONAL.ID_DUMMY <> NVL(:BLK_FISCAL_YEARS_ALL.ID_DUMMY,-1)) OR
( :BLK_FUNCTIONAL.ID_COA <> NVL(:BLK_FISCAL_YEARS_ALL.ID_COA,-1)) OR
(:BLK_FUNCTIONAL.ID_UNCLO <>NVL(:BLK_FUNCTIONAL.ID_UNCLO,-1))
THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name DESC1
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed Yes
* Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 449
* Y Position 106
* Width 110
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID = NULL'||:BLK_FUNCTIONAL.ID_COA;
V_DESC VARCHAR2(50):= 'DESCRIPTION = '||:BLK_FUNCTIONAL.DESC1;
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE :='FN_GLD_MAC_ID IN (SELECT ID
FROM FN_GLD_MAIN_ACCOUNTS
WHERE GN_ORG_FYR_ID = '
||:BLK_FISCAL_YEARS_ALL.ID||')'||' AND ID IN(SELECT FN_GLD_COA_ID FROM
FN_ACR_CUSTOMER_VS_COAS WHERE FN_ACR_CBX_ID IS NOT NULL)';

P_1_CALL_LOOKUP( 'FN_GLD_CHART_OF_ACCOUNTS', V_CODE,


V_DESC,V_WHERE,'S','FN_LKP1012E',2); IF V_CODE IS NOT NULL THEN
:BLK_FUNCTIONAL.ID_COA := V_CODE;
:BLK_FUNCTIONAL.DESC1 := V_DESC;
/* IF :GLOBAL.G_ROWID IS NOT NULL THEN
BEGIN
SELECT ID
INTO :BLK_CHARGE_SLIPS_ALL.POS_ID
FROM IH_POS_POINTS_OF_SALE
WHERE ROWID = :GLOBAL.G_ROWID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END IF;
NEXT_ITEM;*/
ELSE
:BLK_FUNCTIONAL.ID_COA := NULL;
:BLK_FUNCTIONAL.DESC1 := NULL;
END IF;
IF (:BLK_FUNCTIONAL.ID_DUMMY <> NVL(:BLK_FISCAL_YEARS_ALL.ID_DUMMY,-1)) OR
( :BLK_FUNCTIONAL.ID_COA <> NVL(:BLK_FISCAL_YEARS_ALL.ID_COA,-1)) OR
(:BLK_FUNCTIONAL.ID_UNCLO <> NVL(:BLK_FUNCTIONAL.ID_UNCLO,-1))
THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_TRUE);
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name UNCOL_DESC
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 455
* Y Position 101
* Width 132
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID = '||NVL(:BLK_FUNCTIONAL.ID_UNCLO,NULL);
V_DESC VARCHAR2(50):= 'DESCRIPTION = '||
NVL(:BLK_FUNCTIONAL.UNCOL_DESC,NULL);
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE :=' FN_GLD_MAC_ID IN ( SELECT ID '||
' FROM FN_GLD_MAIN_ACCOUNTS '||
' WHERE GN_ORG_FYR_ID = '
||:BLK_FISCAL_YEARS_ALL.ID||')'||
' AND ID IN ( SELECT FN_GLD_COA_ID '||
' FROM FN_ACR_CUSTOMER_VS_COAS '||
' WHERE FN_ACR_CBX_ID IS NOT NULL )';
P_1_CALL_LOOKUP( 'FN_GLD_CHART_OF_ACCOUNTS', V_CODE,
V_DESC,V_WHERE,'S','FN_LKP1012E',2);
IF V_CODE IS NOT NULL THEN
:BLK_FUNCTIONAL.ID_UNCLO := V_CODE;
:BLK_FUNCTIONAL.UNCOL_DESC := V_DESC;
ELSE
:BLK_FUNCTIONAL.ID_UNCLO := NULL;
:BLK_FUNCTIONAL.UNCOL_DESC := NULL;
END IF;
-- ( :BLK_FUNCTIONAL.ID_COA <> NVL(:BLK_FISCAL_YEARS_ALL.ID_COA,-1)) OR
IF (:BLK_FUNCTIONAL.ID_DUMMY <> NVL(:BLK_FISCAL_YEARS_ALL.ID_DUMMY,-1)) OR
(:BLK_FUNCTIONAL.ID_UNCLO <>NVL(:BLK_FUNCTIONAL.ID_UNCLO,-1))
THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID_UNCLO
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 401
* Y Position 101
* Width 53
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Uncollectible :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 1
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ID = '||NVL(:BLK_FUNCTIONAL.ID_UNCLO,NULL);
V_DESC VARCHAR2(50):= 'DESCRIPTION = '||
NVL(:BLK_FUNCTIONAL.UNCOL_DESC,NULL);
V_WHERE VARCHAR2(32000);
BEGIN
V_WHERE := ' FN_GLD_MAC_ID IN ( SELECT ID '||
' FROM FN_GLD_MAIN_ACCOUNTS '||
' WHERE GN_ORG_FYR_ID = '
||:BLK_FISCAL_YEARS_ALL.ID||')'||
' AND ID IN ( SELECT FN_GLD_COA_ID '||
' FROM FN_ACR_CUSTOMER_VS_COAS '||
' WHERE FN_ACR_CBX_ID IS NOT NULL )' ;
P_1_CALL_LOOKUP( 'FN_GLD_CHART_OF_ACCOUNTS', V_CODE,
V_DESC,V_WHERE,'S','FN_LKP1012E',2);
IF V_CODE IS NOT NULL THEN
:BLK_FUNCTIONAL.ID_UNCLO := V_CODE;
:BLK_FUNCTIONAL.UNCOL_DESC := V_DESC;
ELSE
:BLK_FUNCTIONAL.ID_UNCLO := NULL;
:BLK_FUNCTIONAL.UNCOL_DESC := NULL;
END IF;
--(:BLK_FUNCTIONAL.ID_COA <> NVL(:BLK_FISCAL_YEARS_ALL.ID_COA,-1)) OR
IF (:BLK_FUNCTIONAL.ID_DUMMY <> NVL(:BLK_FISCAL_YEARS_ALL.ID_DUMMY,-1)) OR
(:BLK_FUNCTIONAL.ID_UNCLO <> NVL(:BLK_FISCAL_YEARS_ALL.ID_UNCLO,-1))
THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ASSIGN',ENABLED,PROPERTY_FALSE);
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CANCEL
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 537
* Y Position 314
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
GO_BLOCK('BLK_BIL_PREFERENCES_ALL');
CLEAR_BLOCK(NO_COMMIT);
GO_BLOCK('BLK_FISCAL_YEARS');
P_1_local_block_Settings('BLK_FISCAL_YEARS');
SET_BLOCK_PROPERTY('BLK_FISCAL_YEARS',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID );
SET_BLOCK_PROPERTY('BLK_FISCAL_YEARS',ORDER_BY,'STATUS , DATE_FROM');
EXECUTE_QUERY;
FIRST_RECORD;
:BLK_FISCAL_YEARS.DUMMY := 'S';
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DATE_FROM','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DATE_TO','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.STATUS1','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.STATUS_DATE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID_DUMMY','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DESC','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID_COA','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DESC1','VA_TEXTITEM_NORMAL');
SET_BLOCK_PROPERTY('BLK_BIL_PREFERENCES',DEFAULT_WHERE,'ID IN(SELECT
IH_BIL_PRF_ID
FROM
IH_BIL_YEAR_COAS
WHERE
GN_ORG_FYR_ID = :BLK_FISCAL_YEARS.ID) ');
GO_BLOCK('BLK_BIL_PREFERENCES');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM663
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Seq
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 158
* Y Position 130
* Width 53
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_BIL_SEQ_VS_VISIT_TYPES.IH_BIL_SEQ_CODE
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

IF :PARAMETER.PRF_SORT_TYPE = 1 THEN
P_1_fill_visit_type_tab_3_DESC;
:PARAMETER.PRF_SORT_TYPE := 2;
ELSE
P_1_fill_visit_type_tab_3_ASC;
:PARAMETER.PRF_SORT_TYPE := 1;
END IF;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM664
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Visit Type
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 17
* Y Position 130
* Width 141
* Height 12
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint
BLK_BIL_SEQ_VS_VISIT_TYPES.VISIT_TYPES
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

IF :PARAMETER.PRF_SORT_TYPE = 1 THEN
P_1_fill_visit_type_tab_3_DESC;
:PARAMETER.PRF_SORT_TYPE := 2;
ELSE
P_1_fill_visit_type_tab_3_ASC;
:PARAMETER.PRF_SORT_TYPE := 1;
END IF;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name APPLY
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 475
* Y Position 314
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_ID NUMBER;
V_ID1 NUMBER;
V_BTN NUMBER;
V_BUTON_PRESSED NUMBER;
V_YEAR_ID NUMBER;
BEGIN
IF NOT F_1_DISTRIBUTED_CASHBOX_VLD THEN
GO_ITEM('BLK_BIL_PREFERENCES_ALL.DISTRIBUTED_CASHBOX');
RETURN;
END IF;
BEGIN
SELECT ID
INTO V_YEAR_ID
FROM GN_ORG_FISCAL_YEARS
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID
AND STATUS = 1;
EXCEPTION
WHEN OTHERS THEN
V_YEAR_ID := NULL;
END;
-------------------------------------------------
IF V_YEAR_ID IS NOT NULL THEN
BEGIN
SELECT FN_GLD_COA_ID
-- FN_GLD_COA_ID_ATTENDING_IN
INTO V_ID
-- V_ID1
FROM IH_BIL_YEAR_COAS
WHERE IH_BIL_PRF_ID IN ( SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID )
AND GN_ORG_FYR_ID = V_YEAR_ID;
EXCEPTION
WHEN OTHERS THEN
V_ID := NULL;
V_ID1 := NULL;
END;
IF ( V_ID IS NOT NULL ) THEN -- AND ( V_ID1 IS NOT NULL )
COMMIT_FORM;
GO_BLOCK('BLK_BIL_PREFERENCES_ALL');
EXECUTE_QUERY;

V_BUTON_PRESSED := F_1_CALL_MESSAGE('IDL0005','E','','','','','','');
ELSE
V_BTN := F_1_CALL_MESSAGE('IH_BIL0043','E','','','','','','');
END IF;
IF :SYSTEM.FORM_STATUS IN ( 'NEW' , 'CHANGED' ) THEN
COMMIT_FORM;
END IF;
END IF;
-------------------------------------------------
END;

/*
IF :BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE IS NULL THEN
V_BTN := F_1_CALL_MESSAGE('IDL0006','','','','','','','Cash Customers Business
Type code');
go_item(':BLK_BIL_PREFERENCES_ALL.FN_ACR_BTY_CODE');
ELSE
NULL;
END IF;
*/

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EDIT
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Edit
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 71
* Y Position 301
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_EDIT_TEXTITEM;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name PASTE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Past
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 53
* Y Position 301
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_PASTE_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name COPY
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Copy
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 35
* Y Position 301
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_COPY_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CUT
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Cut
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 17
* Y Position 301
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_CUT_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name SCROLL_UP
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Scroll Up
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Scrup2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 126
* Y Position 267
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Scroll up to view more
records.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_First_Record;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name UP
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Up
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Fldup2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 144
* Y Position 267
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Move up one record.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Up;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name DOWN
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Down
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Flddwn2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 162
* Y Position 267
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Move down one record.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Down;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name SCROLL_DOWN
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Scroll Down
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Scrdwn2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_TAB_1_ALL
* Tab Page
* X Position 180
* Y Position 267
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Scroll down to view more
records.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Last_Record;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CANCEL_1
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas
* Tab Page
* X Position 536
* Y Position 367
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_COUNT NUMBER;
V_Button_Pressed NUMBER;
BEGIN
/*
GO_BLOCK('BLK_IH_PHL_PHYSICAL_LOCATIONS');
CLEAR_BLOCK(NO_COMMIT);
GO_BLOCK('BLK_GN_ORG_BUSINESS_UNITS');
CLEAR_BLOCK(NO_COMMIT);
GO_BLOCK('BLK_IH_BIL_NURSING_BUS_2');
CLEAR_BLOCK(NO_COMMIT);
CLEAR_MESSAGE;
FORMS_DDL('ROLLBACK;');
CLEAR_MESSAGE;
SELECT COUNT(*)
INTO V_COUNT
FROM IH_PHL_BEDS
WHERE IH_PHL_PHL_ID IN ( SELECT ID
FROM IH_PHL_PHYSICAL_LOCATIONS
WHERE IH_PHL_PLT_CODE = 32 AND
ID NOT IN ( SELECT IH_PHL_PHL_ID
FROM IH_BIL_NURSING_BUS ));
IF V_COUNT > 0 THEN
V_Button_Pressed :=
F_1_Call_Message('IH_BIL0003','','','','','','',to_char(V_COUNT));
IF V_Button_Pressed = 1 THEN
P_1_BIL_PREF_POST_UPD;
FORMS_DDL('BEGIN COMMIT; END;');
GO_BLOCK('BLK_IH_BIL_PREFERENCES');
EXECUTE_QUERY;
CLEAR_MESSAGE;
GO_BLOCK('BLK_IH_BIL_NURSING_BUS');
EXECUTE_QUERY;
CLEAR_MESSAGE;
V_Button_Pressed := F_1_Call_Message('IDL0005','','','','','','','');
ELSE
FORMS_DDL('ROLLBACK');
CLEAR_MESSAGE;
END IF;
ELSE
FORMS_DDL('ROLLBACK');
CLEAR_MESSAGE;
GO_BLOCK('BLK_IH_BIL_PREFERENCES');
EXECUTE_QUERY;
CLEAR_MESSAGE;
GO_BLOCK('BLK_IH_BIL_NURSING_BUS');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END IF;
*/
null;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EXL_DELETE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label >>
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename UP
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page
* X Position 291
* Y Position 193
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_DELETE_ACCOMIDATIONS;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name BTN_MODIFIY
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Modify
- Access Key
- Implementation Class
* Iconic No
* Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page
* X Position 428
* Y Position 194
* Width 50
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
P_1_SET_CENTER('WND_NRS_ACC');
SHOW_VIEW('CVW_NRS_ACC');
GO_BLOCK('BLK_BIL_NURSING_ALL');
SET_BLOCK_PROPERTY('BLK_BIL_NURSING_ALL',DEFAULT_WHERE,'IH_PHL_PHL_ID =
'||:BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID);
EXECUTE_QUERY;
CLEAR_MESSAGE;

END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EXL_ADD
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label <<
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename DOWN
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page
* X Position 266
* Y Position 193
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text
P_1_INSERT_ACCOMIDATIONS;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EXL_SEQ
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label <<
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename DOWN
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 165
* Y Position 95
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_COUNT NUMBER;
BEGIN
SELECT COUNT(VISIT_TYPE)
INTO V_COUNT
FROM IH_BIL_SEQ_VS_VISIT_TYPES
WHERE VISIT_TYPE = :BLK_BIL_SEQ_VS_VISIT_TYPES_2.SEQ_ID;

IF V_COUNT = 0 THEN
INSERT INTO IH_BIL_SEQ_VS_VISIT_TYPES(VISIT_TYPE,IH_BIL_SEQ_CODE)
VALUES(:BLK_BIL_SEQ_VS_VISIT_TYPES_2.SEQ_ID,:BLK_GAPLESS_SEQUENCES_2.CODE);

ELSE
UPDATE IH_BIL_SEQ_VS_VISIT_TYPES
SET IH_BIL_SEQ_CODE = :BLK_GAPLESS_SEQUENCES_2.CODE
WHERE VISIT_TYPE = :BLK_BIL_SEQ_VS_VISIT_TYPES_2.SEQ_ID;
END IF;
-- FORMS_DDL('BEGIN COMMIT; END;');
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_3');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EXL_DOUBLE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label <<
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename DOWN
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 205
* Y Position 95
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_LIST VARCHAR2(32000);
V_ID NUMBER;
BEGIN
IF :BLK_BIL_GAPLESS_SEQUENCES_4.DUMMY = 'S' AND
:BLK_POS_POINTS_OF_SALE_CASH.DUMMY = 'S' THEN
V_LIST := F_1_GET_PRIMARY_KEY_LIST('BLK_POS_POINTS_OF_SALE_CASH','ID')||',';
WHILE TRUE LOOP
V_ID := TO_NUMBER(SUBSTR(V_LIST,2,INSTR(V_LIST,',',1)-3));
V_LIST := SUBSTR(V_LIST,INSTR(V_LIST,',',1)+1);
UPDATE IH_POS_POINTS_OF_SALE
SET IH_BIL_SEQ_CODE = :BLK_BIL_GAPLESS_SEQUENCES_4.CODE
WHERE ID = V_ID;
IF V_LIST IS NULL OR LENGTH(V_LIST) < 2 THEN
EXIT;
END IF;
END LOOP;
GO_BLOCK('BLK_POS_POINTS_OF_SALE_BIL_SEQ');
EXECUTE_QUERY;
GO_BLOCK('BLK_POS_POINTS_OF_SALE_CASH');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END IF;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EXL_DEL_2
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label >>
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename UP
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 230
* Y Position 95
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_ID NUMBER;
V_LIST VARCHAR2(32000);
BEGIN
IF :BLK_POS_POINTS_OF_SALE_BIL_SEQ.DUMMY = 'S' THEN
V_LIST := F_1_GET_PRIMARY_KEY_LIST('BLK_POS_POINTS_OF_SALE_BIL_SEQ','ID') ||
',';
WHILE TRUE LOOP
V_ID := TO_NUMBER(SUBSTR(V_LIST,2,INSTR(V_LIST,',',1)-3));
V_LIST := SUBSTR(V_LIST,INSTR(V_LIST,',',1)+1);
UPDATE IH_POS_POINTS_OF_SALE
SET IH_BIL_SEQ_CODE = NULL
WHERE ID = V_ID;
IF V_LIST IS NULL OR LENGTH(V_LIST) < 2 THEN
EXIT;
END IF;
END LOOP;
GO_BLOCK('BLK_POS_POINTS_OF_SALE_BIL_SEQ');
EXECUTE_QUERY;
GO_BLOCK('BLK_POS_POINTS_OF_SALE_CASH');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EXL_DEL_INS
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label >>
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename alldown
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 179
* Y Position 95
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_LIST VARCHAR2(32000);
V_WHERE VARCHAR2(32000);
BEGIN
IF :BLK_BIL_GAPLESS_SEQUENCES_4.DUMMY = 'S' THEN
V_WHERE := GET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_CASH',DEFAULT_WHERE);
FORMS_DDL('BEGIN UPDATE IH_POS_POINTS_OF_SALE
SET IH_BIL_SEQ_CODE = '''||:BLK_BIL_GAPLESS_SEQUENCES_4.CODE
||
''' WHERE ' || V_WHERE ||'; END;');

GO_BLOCK('BLK_POS_POINTS_OF_SALE_BIL_SEQ');
EXECUTE_QUERY;
GO_BLOCK('BLK_POS_POINTS_OF_SALE_CASH');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name APPLY_1
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas
* Tab Page
* X Position 473
* Y Position 367
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_Button_Pressed NUMBER;
V_COUNT NUMBER := 0;
BEGIN
--- Try to include any code related to a certain mode in the proper
/*
IF F_1_VLD_BIL_PREF THEN
IF F_1_VLD_YEAR_COAS THEN
--- Check for validation here
SELECT COUNT(*)
INTO V_COUNT
FROM IH_PHL_BEDS
WHERE IH_PHL_PHL_ID IN ( SELECT ID
FROM IH_PHL_PHYSICAL_LOCATIONS
WHERE IH_PHL_PLT_CODE = 32 AND
ID NOT IN ( SELECT IH_PHL_PHL_ID
FROM IH_BIL_NURSING_BUS ));
IF V_COUNT > 0 THEN
V_Button_Pressed :=
F_1_Call_Message('IH_BIL0003','','','','','','',to_char(V_COUNT));
IF V_Button_Pressed = 1 THEN
FORMS_DDL('BEGIN COMMIT; END;');
P_1_BIL_PREF_POST_UPD;
FORMS_DDL('BEGIN COMMIT; END;');
CLEAR_MESSAGE;
V_Button_Pressed := F_1_Call_Message('IDL0005','','','','','','','');
ELSE
CLEAR_MESSAGE;
END IF;
ELSE
FORMS_DDL('BEGIN COMMIT; END;');
P_1_BIL_PREF_POST_UPD;
FORMS_DDL('BEGIN COMMIT; END;');
CLEAR_MESSAGE;
V_Button_Pressed := F_1_Call_Message('IDL0005','','','','','','','');
END IF;
END IF;
END IF;
*/
null;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name START_SEQUENCE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled No
* Label Start Sequence in Year
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 467
* Y Position 310
* Width 95
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_BUTTON NUMBER;
BEGIN
IF :BLK_FISCAL_YRS_SEQUENCE.DUMMY <> 'S' THEN
RETURN;
END IF;
GO_BLOCK('BLK_GAPLESS_SEQUENCES');
FIRST_RECORD;
WHILE TRUE LOOP
IF :BLK_GAPLESS_SEQUENCES.DUMMY = 'S' AND :BLK_GAPLESS_SEQUENCES.COUNT IS NULL
THEN
INSERT INTO IH_BIL_FISCAL_YEAR_SEQS(IH_BIL_SEQ_CODE,GN_ORG_FYR_ID)
VALUES(:BLK_GAPLESS_SEQUENCES.CODE,:BLK_FISCAL_YRS_SEQUENCE.ID);
FORMS_DDL('BEGIN COMMIT; END;');
END IF;
IF :SYSTEM.LAST_RECORD = 'TRUE' THEN
EXIT;
END IF;
NEXT_RECORD;
END LOOP;
GO_BLOCK('BLK_GAPLESS_SEQUENCES');
P_1_FIL_FISCAL_YEAR_TAB_3 ;
CLEAR_MESSAGE;
V_BUTTON := F_1_CALL_MESSAGE('IDL0005','E','','','','','','');
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CANCEL_3
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_BI_SEQ
* Tab Page
* X Position 534
* Y Position 349
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
:PARAMETER.PRF_TAB_NO_ALL := 'FALSE';
:PARAMETER.PRF_TAB_NO := 3;
P_1_TAB_SELECTED(3,'W');
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name APPLY_2
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_BI_SEQ
* Tab Page
* X Position 472
* Y Position 349
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_COUNT NUMBER(20);
V_ID NUMBER(20);
V_COUNT1 NUMBER(20);
V_BUTTON_PRESSED NUMBER;
V_CODE VARCHAR2(3);
CURSOR C_1
IS
SELECT DMV_ID
FROM IDM_DOMAINS_VALUES
WHERE DMV_ID NOT IN(SELECT VISIT_TYPE
FROM IH_BIL_SEQ_VS_VISIT_TYPES)
AND DMV_DMN_ID IN( SELECT COL_DMN_ID
FROM IDM_COLUMNS
WHERE COL_NAME LIKE UPPER( 'VISIT_TYPE' )AND
COL_TAB_ID IN ( SELECT TAB_ID FROM IAM_TABLES
WHERE TAB_NAME LIKE
UPPER('IH_BIL_SEQ_VS_VISIT_TYPES')));

CURSOR C_2(V_NUM NUMBER)


IS
SELECT *
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE CODE IN(SELECT NVL(IH_BIL_SEQ_CODE,'#$#')
FROM IH_POS_POINTS_OF_SALE
WHERE ACCEPT_CASH = 2)
AND CODE IN(SELECT IH_BIL_SEQ_CODE
FROM IH_BIL_SEQ_VS_VISIT_TYPES)
AND GN_ORG_COM_ID = V_NUM
AND CODE NOT IN(SELECT NVL(IH_BIL_SEQ_CODE,'#$#')
FROM IH_BIL_FISCAL_YEAR_SEQS);

BEGIN
IF :PARAMETER.PRF_TAB_NO = 1 THEN
SELECT COUNT(*)
INTO V_COUNT
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID;

SELECT COUNT(*)
INTO V_COUNT1
FROM IH_BIL_SEQ_VS_VISIT_TYPES
WHERE IH_BIL_SEQ_CODE IN(SELECT CODE
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID);
--CHECK TAB 1

IF V_COUNT1 = 0 AND V_COUNT = 1 THEN


SELECT CODE
INTO V_CODE
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID;

FOR REC IN C_1 LOOP


INSERT INTO IH_BIL_SEQ_VS_VISIT_TYPES(VISIT_TYPE,IH_BIL_SEQ_CODE)
VALUES(REC.DMV_ID,V_CODE);
END LOOP;
ELSIF V_COUNT1 < 4 THEN
V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IH_BIL0045','E','','','','','','');
RETURN;
END IF;

----CHECK ALL TAB 1 , TAB 2


SELECT COUNT(*)
INTO V_COUNT
FROM GN_ORG_FISCAL_YEARS
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID AND STATUS = 1;

SELECT ID
INTO V_ID
FROM GN_ORG_FISCAL_YEARS
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID AND STATUS = 1;

IF V_COUNT = 1 THEN
FOR REC IN C_2(V_ID) LOOP
INSERT INTO IH_BIL_FISCAL_YEAR_SEQS(GN_ORG_FYR_ID,IH_BIL_SEQ_CODE)
VALUES(V_ID,REC.CODE);
END LOOP;
END IF;
FORMS_DDL('BEGIN COMMIT; END;');
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_3');
EXECUTE_QUERY;
CLEAR_MESSAGE;
ELSE
-- CHECK TAB 2
SELECT COUNT(*)
INTO V_COUNT
FROM IH_POS_POINTS_OF_SALE
WHERE ACCEPT_CASH = 2 AND IH_BIL_SEQ_CODE IS NULL AND GN_ORG_BNT_ID IN(SELECT ID
FROM
GN_ORG_BUSINESS_UNITS
WHERE
GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID );
IF V_COUNT > 0 THEN
V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IH_BIL0046','E','','','','','','');
END IF;
FORMS_DDL('BEGIN COMMIT; END;');
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name APPLY_3
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 472
* Y Position 349
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_COUNT NUMBER(20);
V_OP1 NUMBER;
V_OP2 NUMBER;
V_ID NUMBER(20);
V_COUNT1 NUMBER(20);
V_BUTTON_PRESSED NUMBER;
V_CODE VARCHAR2(3);
V_MAX NUMBER;
CURSOR C_1
IS
SELECT DMV_ID
FROM IDM_DOMAINS_VALUES
WHERE DMV_ID NOT IN(SELECT VISIT_TYPE
FROM IH_BIL_SEQ_VS_VISIT_TYPES)
AND DMV_DMN_ID IN( SELECT COL_DMN_ID
FROM IDM_COLUMNS
WHERE COL_NAME LIKE UPPER( 'VISIT_TYPE' )AND
COL_TAB_ID IN ( SELECT TAB_ID FROM IAM_TABLES
WHERE TAB_NAME LIKE
UPPER('IH_BIL_SEQ_VS_VISIT_TYPES')));

BEGIN
IF :PARAMETER.PRF_TAB_NO = 1 THEN
-- IF :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL IS NULL THEN
-- RETURN;
-- END IF;

SELECT COUNT(DMV_ID)
INTO V_COUNT
FROM IDM_DOMAINS_VALUES
WHERE DMV_ID NOT IN(SELECT VISIT_TYPE
FROM IH_BIL_SEQ_VS_VISIT_TYPES WHERE IH_BIL_SEQ_CODE IN(SELECT CODE FROM
IH_BIL_GAPLESS_SEQUENCES WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID))
AND DMV_DMN_ID IN( SELECT COL_DMN_ID
FROM IDM_COLUMNS
WHERE COL_NAME LIKE UPPER( 'VISIT_TYPE' )AND
COL_TAB_ID IN ( SELECT TAB_ID FROM IAM_TABLES
WHERE TAB_NAME LIKE
UPPER('IH_BIL_SEQ_VS_VISIT_TYPES')));

IF V_COUNT > 0 THEN


V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IH_BIL0048','E','','','','','','');
IF V_BUTTON_PRESSED = 1 THEN
RETURN ;
ELSIF V_BUTTON_PRESSED = 2 THEN
NULL; -- PROCEED;
ELSE
FOR REC IN C_1 LOOP
INSERT INTO IH_BIL_SEQ_VS_VISIT_TYPES(VISIT_TYPE,IH_BIL_SEQ_CODE)
VALUES(REC.DMV_ID,:BLK_BIL_GAPLESS_SEQUENCES_5.CODE);
END LOOP;
END IF;
END IF;

SELECT COUNT(*)
INTO V_COUNT
FROM IH_POS_POINTS_OF_SALE
WHERE ACCEPT_CASH = 2 AND IH_BIL_SEQ_CODE IS NULL AND GN_ORG_BNT_ID IN(SELECT
ID FROM GN_ORG_BUSINESS_UNITS WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID) ;

IF V_COUNT > 0 THEN


V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IH_BIL0049','E','','','','','','');
IF V_BUTTON_PRESSED = 1 THEN
RETURN ;
ELSIF V_BUTTON_PRESSED = 2 THEN
NULL; -- PROCEED;
ELSE
UPDATE IH_POS_POINTS_OF_SALE
SET IH_BIL_SEQ_CODE = :BLK_BIL_GAPLESS_SEQUENCES_5.CODE
WHERE IH_BIL_SEQ_CODE IS NULL AND ACCEPT_CASH = 2 AND GN_ORG_BNT_ID
IN(SELECT ID FROM GN_ORG_BUSINESS_UNITS WHERE GN_ORG_COM_ID =
:PARAMETER.PRF_COMPANY_ID);
END IF;
END IF;

-----------------------------------------------------------------------------------
------------------------------
BEGIN
SELECT MAX_VALUE
INTO V_MAX
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE UPPER(IH_BIL_SEQ_CODE) LIKE UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE)
AND GN_ORG_FYR_ID = :BLK_FISCAL_YRS_SEQUENCE.ID
AND GN_ORG_FYR_ID IN(SELECT ID

FROM GN_ORG_FISCAL_YEARS
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID);

EXCEPTION
WHEN OTHERS THEN
NULL;
END;
IF :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL < v_max THEN
V_OP1 := V_MAX ;
V_OP2 := :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL ;
ELSE
V_OP2 := V_MAX ;
V_OP1 := :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL ;
END IF;

IF :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL < V_MAX THEN


SELECT COUNT(*)
INTO V_COUNT
FROM IH_BIL_BILS
WHERE UPPER(IH_BIL_SEQ_CODE) LIKE UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE)
AND BILL_NO BETWEEN V_OP1 AND V_OP2
AND STATUS = 2 AND GN_ORG_PRD_ID IN(SELECT ID
FROM GN_ORG_PERIODS
WHERE GN_ORG_FYR_ID =
:BLK_FISCAL_YRS_SEQUENCE.ID)
AND GN_ORG_BNT_ID IN(SELECT ID
FROM GN_ORG_BUSINESS_UNITS
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID) ;
IF V_COUNT > 0 THEN
V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IH_BIL0050','E','','','','','','');
ELSE
V_BUTTON_PRESSED :=
F_1_CALL_MESSAGE('IH_BIL0051','E','','','','','',TO_CHAR(V_MAX),TO_CHAR(:BLK_BIL_GA
PLESS_SEQUENCES_5.MAX_VAL));

IF V_BUTTON_PRESSED = 2 THEN
FORMS_DDL('BEGIN SAVEPOINT SET_MAX_BACK; END;');
SELECT COUNT(*)
INTO V_COUNT
FROM IH_BIL_BILS
WHERE IH_BIL_SEQ_CODE IN(SELECT CODE
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE CODE IN(SELECT IH_BIL_SEQ_CODE
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE IH_BIL_SEQ_CODE IN(SELECT
IH_BIL_FYS_IH_BIL_SEQ_CODE
FROM
IH_BIL_SEQUENCE_GAPS
WHERE
VALUE BETWEEN V_OP1 AND V_OP2 AND UPPER(IH_BIL_FYS_IH_BIL_SEQ_CODE) =
UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE)
AND
IH_BIL_FYS_GN_ORG_FYR_ID IN(SELECT ID

FROM GN_ORG_FISCAL_YEARS

WHERE ID = :BLK_FISCAL_YRS_SEQUENCE.ID

AND GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID))));


IF V_COUNT > 0 THEN
DELETE FROM IH_BIL_BILS
WHERE IH_BIL_SEQ_CODE IN(SELECT CODE
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE CODE IN(SELECT IH_BIL_SEQ_CODE
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE IH_BIL_SEQ_CODE IN(SELECT
IH_BIL_FYS_IH_BIL_SEQ_CODE
FROM
IH_BIL_SEQUENCE_GAPS
WHERE
VALUE BETWEEN V_OP1 AND V_OP2 AND UPPER(IH_BIL_FYS_IH_BIL_SEQ_CODE) =
UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE)
AND
IH_BIL_FYS_GN_ORG_FYR_ID IN(SELECT ID

FROM GN_ORG_FISCAL_YEARS
WHERE ID = :BLK_FISCAL_YRS_SEQUENCE.ID

AND GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID))));

ELSE

SELECT COUNT(*)
INTO V_COUNT
FROM IH_BIL_SEQUENCE_GAPS
WHERE IH_BIL_FYS_GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS
WHERE ID =
:BLK_FISCAL_YRS_SEQUENCE.ID AND GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID)
AND VALUE BETWEEN V_OP1 AND V_OP2
AND UPPER(IH_BIL_FYS_IH_BIL_SEQ_CODE) LIKE
UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE) ;

IF V_COUNT > 0 THEN

DELETE FROM IH_BIL_SEQUENCE_GAPS


WHERE IH_BIL_FYS_GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS
WHERE ID =
:BLK_FISCAL_YRS_SEQUENCE.ID AND GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID)
AND VALUE BETWEEN V_OP1 AND V_OP2
AND UPPER(IH_BIL_FYS_IH_BIL_SEQ_CODE) LIKE
UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE) ;
ELSE

SELECT COUNT(*)
INTO V_COUNT
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE UPPER(IH_BIL_SEQ_CODE) LIKE
UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE)
AND GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS WHERE ID =
:BLK_FISCAL_YRS_SEQUENCE.ID
AND GN_ORG_COM_ID =
:PARAMETER.PRF_COMPANY_ID);
IF V_COUNT > 0 THEN
UPDATE IH_BIL_FISCAL_YEAR_SEQS
SET MAX_VALUE = NVL(:BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL,0)
WHERE UPPER(IH_BIL_SEQ_CODE) LIKE
UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE)
AND GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS WHERE ID =
:BLK_FISCAL_YRS_SEQUENCE.ID
AND GN_ORG_COM_ID =
:PARAMETER.PRF_COMPANY_ID);

ELSE
FORMS_DDL('BEGIN ROLLBACK TO SET_MAX_BACK; END;');
V_BUTTON_PRESSED :=
F_1_CALL_MESSAGE('IH_BIL0052','E','','','','','',TO_CHAR(:BLK_BIL_GAPLESS_SEQUENCES
_5.MAX_VAL),TO_CHAR(:BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL) , V_MAX);
END IF;
END IF;
END IF;
END IF;

END IF;
ELSIF :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL > v_max THEN

V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IH_BIL0053','E','','','','','',
V_MAX,TO_CHAR(:BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL),
V_MAX,TO_CHAR(:BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL) );
IF V_BUTTON_PRESSED = 2 THEN
UPDATE IH_BIL_FISCAL_YEAR_SEQS
SET MAX_VALUE = :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL
WHERE UPPER(IH_BIL_SEQ_CODE) LIKE UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE)
AND GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS
WHERE ID = :BLK_FISCAL_YRS_SEQUENCE.ID
AND GN_ORG_COM_ID =
:PARAMETER.PRF_COMPANY_ID);
END IF;
END IF;
FORMS_DDL('BEGIN COMMIT; END;');

GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_4');
P_1_fill_visit_type_tab_3_4;
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',DEFAULT_WHERE,'UPPER(CODE) LIKE
UPPER('''||:BLK_GAPLESS_SEQUENCES.CODE||''') and GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',ORDER_BY,'IH_BIL_SEQ_CODE , CODE
DESC');
GO_BLOCK('BLK_POS_POINTS_OF_SALE_4');
EXECUTE_QUERY;
CLEAR_MESSAGE;
ELSE
FORMS_DDL('BEGIN COMMIT; END;');
GO_BLOCK('IH_BIL_BILS');
EXECUTE_QUERY;
GO_BLOCK('IH_BIL_SEQUENCE_GAPS');
EXECUTE_QUERY;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_R',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_L',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,:PARAMETER.PRF_TEXT);
CLEAR_MESSAGE;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CANCEL_2
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 534
* Y Position 349
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
IF :PARAMETER.PRF_PREVIEW = 'TRUE' THEN
:PARAMETER.PRF_TAB_NO_ALL := 'FALSE';
:PARAMETER.PRF_TAB_NO := 3;
:PARAMETER.PRF_PREVIEW := 'FALSE';
GO_BLOCK('BLK_FISCAL_YRS_SEQUENCE');
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM823',VISIBLe,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM824',VISIBLE,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM825',VISIBLE,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM826',VISIBLE,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.APPLY_3',VISIBLE,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.APPLY_3',ENABLED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.CANCEL_2',LABEL,'Cancel');
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_true);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_true);
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',INSERT_ALLOWED,PROPERTY_true);
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',UPDATE_ALLOWED,PROPERTY_true);

SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',INSERT_ALLOWED,PROPERTY_true);

SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',UPDATE_ALLOWED,PROPERTY_true);

ELSE
:PARAMETER.PRF_TAB_NO_ALL := 'FALSE';
:PARAMETER.PRF_TAB_NO := 3;
FORMS_DDL('BEGIN ROLLBACK; END;');
P_1_TAB_SELECTED(3,'W');
GO_BLOCK('BLK_FISCAL_YRS_SEQUENCE');
END IF;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name RESET_SEQUENCE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Reset Sequence Usage
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 53
* Y Position 132
* Width 99
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN

if :PARAMETER.PRF_PREVIEW = 'TRUE' THEN


RETURN;
END IF;
FORMS_DDL('BEGIN ROLLBACK TO USAGE; END;');
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_4');
P_1_fill_visit_type_tab_3_4;
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',DEFAULT_WHERE,'UPPER(CODE) LIKE
UPPER('''||:BLK_GAPLESS_SEQUENCES.CODE||''') and GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',ORDER_BY,'IH_BIL_SEQ_CODE , CODE
DESC');
GO_BLOCK('BLK_POS_POINTS_OF_SALE_4');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EXL_MOD_L
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled No
* Label <<
- Access Key
- Implementation Class
* Iconic No
* Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_GAPS
* Tab Page
* X Position 274
* Y Position 143
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_ID NUMBER;
V_LIST VARCHAR2(32000);
BEGIN
if :PARAMETER.PRF_PREVIEW = 'TRUE' THEN
RETURN;
END IF;

SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,' ');
V_LIST := F_1_GET_PRIMARY_KEY_LIST('IH_BIL_SEQUENCE_GAPS','VALUE') || ',';
WHILE TRUE LOOP
V_ID := TO_NUMBER(SUBSTR(V_LIST,2,INSTR(V_LIST,',',1)-3));
V_LIST := SUBSTR(V_LIST,INSTR(V_LIST,',',1)+1);
DELETE FROM IH_BIL_SEQUENCE_GAPS
WHERE VALUE = V_ID ;
IF V_LIST IS NULL OR LENGTH(V_LIST) < 2 THEN
EXIT;
END IF;
END LOOP;
GO_BLOCK('IH_BIL_BILS');
P_1_FILL_BILS;
GO_BLOCK('IH_BIL_SEQUENCE_GAPS');
EXECUTE_QUERY;
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_R',ENABLED,PROPERTY_FALSE);
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_L',ENABLED,PROPERTY_FALSE);
CLEAR_MESSAGE;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name TEXT
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 45
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name EXL_MOD_R
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled No
* Label >>
- Access Key
- Implementation Class
* Iconic No
* Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_GAPS
* Tab Page
* X Position 274
* Y Position 119
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_ID NUMBER;
V_LIST VARCHAR2(32000);
BEGIN
if :PARAMETER.PRF_PREVIEW = 'TRUE' THEN
RETURN;
END IF;
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,' ');
V_LIST := F_1_GET_PRIMARY_KEY_LIST('IH_BIL_BILS','BILL_NO') || ',';
WHILE TRUE LOOP
V_ID := TO_NUMBER(SUBSTR(V_LIST,2,INSTR(V_LIST,',',1)-3));
V_LIST := SUBSTR(V_LIST,INSTR(V_LIST,',',1)+1);
INSERT INTO
IH_BIL_SEQUENCE_GAPS(VALUE,IH_BIL_FYS_IH_BIL_SEQ_CODE,IH_BIL_FYS_GN_ORG_FYR_ID)
VALUES(V_ID,:BLK_BIL_GAPLESS_SEQUENCES_5.CODE,:BLK_FISCAL_YRS_SEQUENCE.ID);
IF V_LIST IS NULL OR LENGTH(V_LIST) < 2 THEN
EXIT;
END IF;
END LOOP;
GO_BLOCK('IH_BIL_BILS');
P_1_FILL_BILS;
GO_BLOCK('IH_BIL_SEQUENCE_GAPS');
EXECUTE_QUERY;
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_R',ENABLED,PROPERTY_FALSE);
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_L',ENABLED,PROPERTY_FALSE);
CLEAR_MESSAGE;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name REST
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Reset
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_GAPS
* Tab Page
* X Position 255
* Y Position 169
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
if :PARAMETER.PRF_PREVIEW = 'TRUE' THEN
RETURN;
END IF;
FORMS_DDL('BEGIN ROLLBACK TO GAPS; END;');
GO_BLOCK('IH_BIL_BILS');
EXECUTE_QUERY;
GO_BLOCK('IH_BIL_SEQUENCE_GAPS');
EXECUTE_QUERY;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_R',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_L',ENABLED,PROPERTY_FALSE);
-- :PARAMETER.PRF_TEXT :=
GET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT);
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,:PARAMETER.PRF_TEXT);
CLEAR_MESSAGE;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM823
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Scroll Up
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Scrup2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Visible No
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 294
* Y Position 349
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Scroll up to view more
records.
* Display Hint Automatically Yes
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_true);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_true);
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');
P_1_First_Record;
IF :PARAMETER.PRF_TAB_NO = 1 THEN
P_1_TAB_SELECTED(1,'K');
ELSE
P_1_TAB_SELECTED(2,'K');
END IF;
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_FALSE);

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM824
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Up
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Fldup2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Visible No
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 312
* Y Position 349
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Move up one record.
* Display Hint Automatically Yes
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_true);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_true);
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');
P_1_Key_Up;
IF :PARAMETER.PRF_TAB_NO = 1 THEN
P_1_TAB_SELECTED(1,'K');
ELSE
P_1_TAB_SELECTED(2,'K');
END IF;
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_FALSE);

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM825
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Down
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Flddwn2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Visible No
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 330
* Y Position 349
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Move down one record.
* Display Hint Automatically Yes
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_true);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_true);
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');
P_1_Key_Down;
IF :PARAMETER.PRF_TAB_NO = 1 THEN
P_1_TAB_SELECTED(1,'K');
ELSE
P_1_TAB_SELECTED(2,'K');
END IF;
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_FALSE);
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM826
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Scroll Down
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Scrdwn2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Visible No
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 348
* Y Position 349
* Width 18
* Height 18
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Scroll down to view more
records.
* Display Hint Automatically Yes
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');
P_1_Last_Record;
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_true);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_true);
IF :PARAMETER.PRF_TAB_NO = 1 THEN
P_1_TAB_SELECTED(1,'K');
ELSE
P_1_TAB_SELECTED(2,'K');
END IF;
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_FALSe);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_FALSe);

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name MIRROR_PRE
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Mirror Preference Accounts
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page GENERAL
* X Position 654
* Y Position 86
* Width 155
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
- Fill Pattern
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_PackageHeaderStatus VARCHAR2(10);
V_PackageBodyStatus VARCHAR2(10);
V_Success NUMBER(1);
V_OutCome BINARY_INTEGER:=0;
V_OutMessage VARCHAR2(2000);
V_Msg NUMBER;
BEGIN
V_PackageHeaderStatus := NULL;
V_PackageBodyStatus := NULL;
IDEAL.P_DB_CHK_STATUS_OF_PACKAGES
('IDEAL','PKG_DB_IH_MIRROR_UTILITIES',V_PackageHeaderStatus,V_PackageBodyStatus,V_S
uccess);
IF ( V_PackageHeaderStatus <> 'INVALID' ) OR ( V_PackageBodyStatus <>
'INVALID' ) THEN
IDEAL.PKG_DB_IH_mirror_UTILITIES.P_DB_MIRROR_BIL_PREF( V_OutCome,V_OutMessage);
IF V_OutCome <> -1 THEN
FORMS_DDL('BEGIN COMMIT; END; ');
V_Msg :=F_1_Call_Message('IDL0000','','','','','','','Process Success.');
ELSE
V_Msg :=F_1_Call_Message('IDL0000','','','','','','',V_OutMessage);
RETURN;
END IF;
ELSE
MESSAGE ( ' Package PKG_DB_IH_MIRROR_UTILITIES is invalid .' );
RETURN;
END IF;
/*
P_1_Set_Center('WND_MIRR_PRF');
SET_WINDOW_PROPERTY('WND_MIRR_PRF',TITLE,'Mirror Preference Accounts.');
show_window('WND_MIRR_PRF');
SHOW_VIEW('CVW_MIRR_PRF');
:BLK_FUNCTIONAL.DISPLAY_ITEM895 := ' The System Will Attempt to Configure the '||
' Preference '||
' Account For a New Year Based on the
Preference Account of '||
' the Previous Year. Make Sure you Applied the
Mirror Account '||
' Function in the GL System.';
P_1_AUTO_LIST('BLK_FUNCTIONAL.FYS_YEAR',
'GN_ORG_FISCAL_YEARS',
'TO_CHAR(DATE_FROM,'||''''||'DD/MM/YYYY'||''''||') ||'||''''||' -
'||''''||'|| TO_CHAR(DATE_TO,'||''''||'DD/MM/YYYY'||''''||')',
'ID' ,
' WHERE STATUS IN (1,4) '||
' AND TRUNC(DATE_FROM)-1 IN (SELECT TRUNC(DATE_TO) '||
' FROM GN_ORG_FISCAL_YEARS) ');

:BLK_FUNCTIONAL.FYS_YEAR := GET_LIST_ELEMENT_VALUE('BLK_FUNCTIONAL.FYS_YEAR',1);
P_1_REMOVE_LISTSPACES('BLK_FUNCTIONAL.FYS_YEAR');
*/
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CANCEL_PRF
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_MIRR_PRF
* Tab Page
* X Position 300
* Y Position 96
- Width 1
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
- Fill Pattern
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

HIDE_VIEW('CVW_MIRR_PRF');
HIDE_WINDOW('WND_MIRR_PRF');
GO_BLOCK('BLK_FISCAL_YEARS');
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name NEXT_PRF
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Next
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_MIRR_PRF
* Tab Page
* X Position 239
* Y Position 96
- Width 1
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
- Fill Pattern
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

Hide_view ( 'CVW_MIRR_PRF');
hide_window( 'WND_MIRR_PRF');
SHOW_WINDOW( 'WND_ACCSTUP' );
SHOW_VIEW ( 'CVW_ACCSTUP' );
GO_ITEM('BLK_FUNCTIONAL.PROGRESS');
P_1_Set_Center('WND_ACCSTUP');
SET_WINDOW_PROPERTY('WND_ACCSTUP',TITLE,'Mirror Preference Accounts Setups.');

SELECT TO_CHAR(DATE_FROM,'DD/MM/YYYY')||' - '|| TO_CHAR(DATE_TO,'DD/MM/YYYY')


INTO :BLK_FUNCTIONAL.FROM_TO
FROM GN_ORG_FISCAL_YEARS
WHERE STATUS IN (1,4)
AND TRUNC(DATE_FROM)-1 IN (SELECT TRUNC(DATE_TO)
FROM GN_ORG_FISCAL_YEARS)
AND ID = :BLK_FUNCTIONAL.FYS_YEAR;

:BLK_FUNCTIONAL.PROGRESS := NULL;
PKG_1_MIRROR_IH_BIL_ACCOUNTS.P_1_MAIN;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name FYS_YEAR
o Item Type List Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Elements in List
----------
* Label
* List Item Value
----------
- List Style Poplist
- Mapping of Other Values
- Implementation Class
- Case Restriction Mixed
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
^ Visible Yes
* Canvas CVW_MIRR_PRF
* Tab Page
* X Position 69
* Y Position 61
* Width 159
o Height 15
- Cursor Style <Unspecified>
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt New Year :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
* Prompt Alignment Offset -1
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name MS Sans Serif
o Prompt Font Size 8
o Prompt Font Weight Light
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Initial Keyboard State Default
- Keyboard State Any
- Triggers
----------
* Name DISPLAY_ITEM895
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
* Enabled No
* Justification Left
- Implementation Class
* Multi-Line Yes
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 1024
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_MIRR_PRF
- Tab Page
* X Position 2
* Y Position 5
* Width 365
* Height 50
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color blue
* Background Color gray24
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name Z
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
* Multi-Line Yes
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 32000
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 8
* Y Position 123
* Width 281
* Height 148
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FROM_TO
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 1024
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_ACCSTUP
- Tab Page
* X Position 57
* Y Position 12
* Width 192
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
o Background Color gray24
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BIL_ACC
o Item Type Check Box
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Default Billing Accounts.
- Access Key
- Implementation Class
* Value when Checked 2
* Value when Unchecked 1
- Check Box Mapping of Other Values Checked
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
^ Visible Yes
* Canvas CVW_ACCSTUP
* Tab Page
* X Position 7
* Y Position 30
* Width 150
o Height 10
- Cursor Style <Unspecified>
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color blue
o Background Color gray24
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name BNT_PL_ACC
o Item Type Check Box
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Business Units profit/Loss
Accounts.
- Access Key
- Implementation Class
* Value when Checked 2
* Value when Unchecked 1
- Check Box Mapping of Other Values Checked
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
^ Visible Yes
* Canvas CVW_ACCSTUP
* Tab Page
* X Position 7
* Y Position 48
* Width 184
^ Height 18
- Cursor Style <Unspecified>
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color blue
o Background Color gray24
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name POS_CASH
o Item Type Check Box
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Points of Service Cash
Accounts.
- Access Key
- Implementation Class
* Value when Checked 2
* Value when Unchecked 1
- Check Box Mapping of Other Values Checked
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
^ Visible Yes
* Canvas CVW_ACCSTUP
* Tab Page
* X Position 7
* Y Position 66
* Width 149
^ Height 18
- Cursor Style <Unspecified>
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color blue
o Background Color gray24
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name LSM_ACC
* Item Type Check Box
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Lump Sum Accounts.
- Access Key
- Implementation Class
* Value when Checked 2
* Value when Unchecked 1
- Check Box Mapping of Other Values Checked
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
- Visible Yes
* Canvas CVW_ACCSTUP
* Tab Page
* X Position 7
* Y Position 83
* Width 138
* Height 14
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color blue
* Background Color gray24
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
----------
* Name PROGRESS
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
* Enabled No
* Justification Left
- Implementation Class
* Multi-Line Yes
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 32767
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_ACCSTUP
* Tab Page
* X Position 14
* Y Position 116
* Width 272
* Height 171
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
* Show Vertical Scroll Bar Yes
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name UPDATE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Update
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_ACCSTUP
- Tab Page
* X Position 11
* Y Position 306
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

IF PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_CALLED_FROM = 'MAIN' THEN


PKG_1_MIRROR_IH_BIL_ACCOUNTS.P_1_STEP_THREE;
ELSIF PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_CALLED_FROM = 'STEP4' THEN
PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_UPDATE := TRUE;
END IF;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CANCEL_ACC
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_ACCSTUP
- Tab Page
* X Position 230
* Y Position 306
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

FORMS_DDL(' BEGIN ROLLBACK; END ;');


Hide_view('CVW_ACCSTUP');
hide_window('WND_ACCSTUP');
SHOW_WINDOW('WND_MIRR_PRF');
SHOW_VIEW('CVW_MIRR_PRF');
GO_ITEM('BLK_FUNCTIONAL.FYS_YEAR');
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CLOSE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Close
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_ACCSTUP
- Tab Page
* X Position 129
* Y Position 306
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

COMMIT_FORM;
Hide_view('CVW_ACCSTUP');
hide_window('WND_ACCSTUP');
SHOW_WINDOW('WND_MIRR_PRF');
SHOW_VIEW('CVW_MIRR_PRF');
GO_ITEM('BLK_FUNCTIONAL.FYS_YEAR');

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name NEXT
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Next
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_ACCSTUP
- Tab Page
* X Position 70
* Y Position 306
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
- Fill Pattern
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

IF PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_CALLED_FROM = 'MAIN' THEN


:BLK_FUNCTIONAL.BIL_ACC := 2;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.BIL_ACC',ENABLED,PROPERTY_FALSE);
PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_P_1_STEP_FOUR;
ELSIF PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_CALLED_FROM = 'STEP4' THEN
PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_UPDATE := FALSE;
ELSIF PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_CALLED_FROM = 'FIVE' THEN
PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_P_1_STEP_SIX;
END IF;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_ADT_PREFERENCES
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_BLOCK
----------
----------
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
^ Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_ADT_PREFERENCES
* Query Data Source Columns
----------
* Column Name CH_DAY_END
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 5
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CH_DAY_START
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 5
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CH_LATE_LEAVE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 5
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CH_LATE_DISCHARGE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 5
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name LATE_PERCENT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 10
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_DAY_END
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_DAY_START
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_LATE_LEAVE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_LATE_DISCHARGE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_SURGERY_FIRST
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_SURGERY_NEXT
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name EXTRA_PERCENT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
^ Insert Allowed No
^ Update Allowed No
- Locking Mode Automatic
^ Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_ADT_PREFERENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
^ Show Scroll Bar Yes
- Scroll Bar Canvas
- Scroll Bar Tab Page
^ Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
^ Scroll Bar Width 14
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
o Triggers
----------
* Name WHEN-MOUSE-CLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

P_1_Mouse_Clicked;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

--P_1_Display_Data;
null;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_FIRST_HOURS NUMBER;
V_CH VARCHAR2(30);
V_FIRST_MIN NUMBER;
V_NEXT_HOURS NUMBER;
V_NEXT_MIN NUMBER;
BEGIN
V_CH := TO_CHAR(:BLK_ADT_PREFERENCES.DATE_SURGERY_FIRST,'HH24:MI');
V_FIRST_HOURS := TO_NUMBER(SUBSTR(V_CH,1,INSTR(V_CH,':')-1))* 60;
V_FIRST_MIN := TO_NUMBER(SUBSTR(V_CH,INSTR(V_CH,':')+1));
:BLK_ADT_PREFERENCES.FIRST := V_FIRST_HOURS + V_FIRST_MIN;

V_CH := TO_CHAR(:BLK_ADT_PREFERENCES.DATE_SURGERY_NEXT,'HH24:MI');
V_NEXT_HOURS := TO_NUMBER(SUBSTR(V_CH,1,INSTR(V_CH,':')-1))* 60;
V_NEXT_MIN := TO_NUMBER(SUBSTR(V_CH,INSTR(V_CH,':')+1));
:BLK_ADT_PREFERENCES.NEXT := V_NEXT_HOURS + V_NEXT_MIN;

IF :BLK_ADT_PREFERENCES.FAVORITE_LANGUAGE_NAME = 1 THEN
:BLK_ADT_PREFERENCES.FAVORITE_LANGUAGE_NAME_DESC := ' English ';
ELSE
:BLK_ADT_PREFERENCES.FAVORITE_LANGUAGE_NAME_DESC := ' Arabic ';
END IF;
IF :BLK_ADT_PREFERENCES.CHECK_DUPLICATE_NAMES = 1 THEN --- No
:BLK_ADT_PREFERENCES.CHECK_DUPLICATE_NAMES_DESC := ' No ';
ELSE
:BLK_ADT_PREFERENCES.CHECK_DUPLICATE_NAMES_DESC := ' Yes ';
END IF;

IF :BLK_ADT_PREFERENCES.DO_LOG_ACCOMMODATION = 1 THEN
:BLK_ADT_PREFERENCES.DO_LOG_ACCOMMODATION_DESC := ' No ';
ELSE
:BLK_ADT_PREFERENCES.DO_LOG_ACCOMMODATION_DESC := ' Yes ';
END IF;
--- Begin add by Daood 21/01/2004
:BLK_ADT_PREFERENCES.AUTO_SEQUENCE1:=F_DB_GET_DOMAIN_DESC( 'AUTO_SEQUENCE',
'IH_ADT_PREFERENCES',:BLK_ADT_PREFERENCES.AUTO_SEQUENCE,'E');
--- End add by Daood 21/01/2004
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
^ Insert Allowed No
^ Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name DATE_DAY_START
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
* Format Mask hh24:mi
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 156
* Y Position 89
* Width 35
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name LATE_PERCENT
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
* Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 372
* Y Position 110
* Width 24
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset -9
* Prompt Alignment Offset 1
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_LATE_LEAVE
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
* Format Mask hh24:mi
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 97
* Y Position 131
* Width 38
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 1
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_LATE_DISCHARGE
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
* Format Mask hh24:mi
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 135
* Y Position 152
* Width 34
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
* Prompt Alignment Offset 1
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_DAY_END
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
* Format Mask hh24:mi
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 188
* Y Position 131
* Width 33
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FIRST
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
* Format Mask 9999
* Lowest Allowed Value
* Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 78
* Y Position 293
* Width 36
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 5
* Prompt Alignment Offset 1
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NEXT
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
* Format Mask 9999
* Lowest Allowed Value
* Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 104
* Y Position 316
* Width 32
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
* Prompt Alignment Offset 1
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name EXTRA_PERCENT
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
* Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 323
* Y Position 293
* Width 35
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
* Prompt Justification End
* Prompt Attachment Edge End
- Prompt Alignment Start
* Prompt Attachment Offset 1
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FAVORITE_LANGUAGE_NAME
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 45
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FAVORITE_LANGUAGE_NAME_DESC
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 161
* Y Position 226
* Width 91
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CHECK_DUPLICATE_NAMES
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 45
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CHECK_DUPLICATE_NAMES_DESC
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 161
* Y Position 205
* Width 91
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 1
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name AUTO_SEQUENCE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 480
* Y Position 58
* Width 70
* Height 15
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name AUTO_SEQUENCE1
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
* Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 100
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 161
* Y Position 184
* Width 91
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DO_LOG_ACCOMMODATION
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 45
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DO_LOG_ACCOMMODATION_DESC
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 149
* Y Position 43
* Width 52
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 5
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCOMMODATION_LOG_PATH
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 80
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 336
* Y Position 43
* Width 139
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_SURGERY_FIRST
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
* Format Mask HH24:mi
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 66
* Y Position 143
* Width 141
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt After the first
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 5
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_SURGERY_NEXT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
* Format Mask HH24:mi
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 90
* Y Position 164
* Width 114
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt For every additional
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 4
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CH_DAY_END
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ch Day End
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CH_DAY_START
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ch Day Start
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CH_LATE_LEAVE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ch Late Leave
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CH_LATE_DISCHARGE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ch Late Discharge
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 11
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 54
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_NURSING_BUS
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_BLOCK
----------
----------
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 15
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
^ Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_NURSING_BUS
* Query Data Source Columns
----------
* Column Name IH_PHL_PHL_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name GN_ORG_BNT_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name IH_BIL_PRF_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
^ Insert Allowed No
^ Update Allowed No
- Locking Mode Automatic
^ Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_NURSING_BUS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
^ Show Scroll Bar Yes
* Scroll Bar Canvas CVW_PRIMARY
* Scroll Bar Tab Page ACCOMMODATIONS
^ Scroll Bar Orientation Vertical
* Scroll Bar X Position 954
* Scroll Bar Y Position 73
o Scroll Bar Width 15
* Scroll Bar Length 285
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
o Triggers
----------
* Name WHEN-MOUSE-CLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text
P_1_Mouse_Clicked;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

--P_1_Display_Data;
NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

begin
BEGIN
SELECT CODE,DESCRIPTION
INTO :BLK_NURSING_BUS.CODE,:BLK_NURSING_BUS.DESC
FROM IH_PHL_PHYSICAL_LOCATIONS
WHERE ID = :BLK_NURSING_BUS.IH_PHL_PHL_ID;
EXCEPTION
WHEN OTHERS THEN
:BLK_NURSING_BUS.CODE := NULL;
:BLK_NURSING_BUS.DESC := NULL;
END;

SELECT COUNT(*)
INTO :BLK_NURSING_BUS.COUNT_BED
FROM IH_PHL_BEDS
WHERE IH_PHL_PHL_ID_SUPERVISED_BY = :BLK_NURSING_BUS.IH_PHL_PHL_ID;

-- IN(SELECT ID
-- FROM IH_PHL_PHYSICAL_LOCATIONS
-- WHERE ID = :BLK_NURSING_BUS.IH_PHL_PHL_ID);

BEGIN
SELECT CODE
INTO :BLK_NURSING_BUS.CODE_POS
FROM IH_POS_POINTS_OF_SALE
WHERE ID IN(SELECT IH_POS_POS_ID
FROM IH_NRS_NURSING_POS
WHERE IH_PHL_PHL_ID = :BLK_NURSING_BUS.IH_PHL_PHL_ID);

EXCEPTION
WHEN OTHERS THEN
:BLK_NURSING_BUS.CODE_POS := NULL;
END;

BEGIN
SELECT ID,DESCRIPTION
INTO :BLK_NURSING_BUS.ID_BNT,:BLK_NURSING_BUS.DESC_BNT
FROM GN_ORG_BUSINESS_UNITS
WHERE ID = :BLK_NURSING_BUS.GN_ORG_BNT_ID;
EXCEPTION
WHEN OTHERS THEN
:BLK_NURSING_BUS.ID_BNT := NULL;
:BLK_NURSING_BUS.DESC_BNT := NULL;
END;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 506
* Y Position 73
* Width 72
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESC
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 580
* Y Position 73
* Width 108
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name COUNT_BED
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 690
* Y Position 73
* Width 51
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CODE_POS
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 743
* Y Position 73
* Width 37
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID_BNT
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 782
* Y Position 73
* Width 41
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESC_BNT
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page ACCOMMODATIONS
* X Position 825
* Y Position 73
* Width 129
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_PHL_PHL_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ih Phl Phl Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Bnt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_PRF_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ih Bil Prf Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_ADT_PREFERENCES_ALL
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_ADT_PREFERENCES
* Query Data Source Columns
----------
* Column Name CH_DAY_END
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 5
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CH_DAY_START
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 5
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CH_LATE_LEAVE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 5
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CH_LATE_DISCHARGE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 5
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name LATE_PERCENT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 10
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_DAY_END
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_DAY_START
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_LATE_LEAVE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_LATE_DISCHARGE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_SURGERY_FIRST
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_SURGERY_NEXT
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name EXTRA_PERCENT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_ADT_PREFERENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
* Scroll Bar Width 9
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name PRE-UPDATE
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

declare
V_HOUR_FIRST NUMBER := 00;
V_MIN_FIRST NUMBER := 00;
V_HOUR_NEXT NUMBER := 00;
V_MIN_NEXT NUMBER := 00;
BEGIN

if :BLK_ADT_PREFERENCES_ALL.first > 60 then


V_HOUR_FIRST := TRUNC(:BLK_ADT_PREFERENCES_ALL.first /60);
V_MIN_FIRST := MOD(:BLK_ADT_PREFERENCES_ALL.first ,60);
ELSE
V_HOUR_FIRST := 00;
V_MIN_FIRST := :BLK_ADT_PREFERENCES_ALL.first;
END IF;
:BLK_ADT_PREFERENCES_ALL.DATE_SURGERY_FIRST :=
TO_DATE(to_char(SYSDATE,'dd/mm/yyyy') ||' ' || TO_CHAR(V_HOUR_FIRST)||':'||
TO_CHAR(V_MIN_FIRST)||':00','DD/MM/YYYY HH24:MI:SS');
if :BLK_ADT_PREFERENCES_ALL.NEXT > 60 then
V_HOUR_NEXT := TRUNC(:BLK_ADT_PREFERENCES_ALL.NEXT /60);
V_MIN_NEXT := MOD(:BLK_ADT_PREFERENCES_ALL.NEXT ,60);
ELSE
V_HOUR_NEXT := 00;
V_MIN_NEXT := :BLK_ADT_PREFERENCES_ALL.NEXT;
END IF;
:BLK_ADT_PREFERENCES_ALL.DATE_SURGERY_NEXT :=
TO_DATE(to_char(SYSDATE,'dd/mm/yyyy') ||' ' || TO_CHAR(V_HOUR_NEXT)||':'||
TO_CHAR(V_MIN_NEXT)||':00','DD/MM/YYYY HH24:MI:SS');
:BLK_ADT_PREFERENCES_ALL.CH_DAY_END :=
TO_CHAR(:BLK_ADT_PREFERENCES_ALL.DATE_DAY_END,'HH24:MI');
:BLK_ADT_PREFERENCES_ALL.CH_DAY_START :=
TO_CHAR(:BLK_ADT_PREFERENCES_ALL.DATE_DAY_START,'HH24:MI');
:BLK_ADT_PREFERENCES_ALL.CH_LATE_LEAVE :=
TO_CHAR(:BLK_ADT_PREFERENCES_ALL.DATE_LATE_LEAVE,'HH24:MI');
:BLK_ADT_PREFERENCES_ALL.CH_LATE_DISCHARGE :=
TO_CHAR(:BLK_ADT_PREFERENCES_ALL.DATE_LATE_DISCHARGE,'HH24:MI');
:BLK_ADT_PREFERENCES_ALL.GN_ORG_COM_ID := :PARAMETER.PRF_COMPANY_ID;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_FIRST_HOURS NUMBER;
V_CH VARCHAR2(30);
V_FIRST_MIN NUMBER;
V_NEXT_HOURS NUMBER;
V_NEXT_MIN NUMBER;
BEGIN
V_CH := TO_CHAR(:BLK_ADT_PREFERENCES_ALL.DATE_SURGERY_FIRST,'HH24:MI');
V_FIRST_HOURS := TO_NUMBER(SUBSTR(V_CH,1,INSTR(V_CH,':')-1))* 60;
V_FIRST_MIN := TO_NUMBER(SUBSTR(V_CH,INSTR(V_CH,':')+1));
:BLK_ADT_PREFERENCES_ALL.FIRST := V_FIRST_HOURS + V_FIRST_MIN;
V_CH := TO_CHAR(:BLK_ADT_PREFERENCES_ALL.DATE_SURGERY_NEXT,'HH24:MI');
V_NEXT_HOURS := TO_NUMBER(SUBSTR(V_CH,1,INSTR(V_CH,':')-1))* 60;
V_NEXT_MIN := TO_NUMBER(SUBSTR(V_CH,INSTR(V_CH,':')+1));
:BLK_ADT_PREFERENCES_ALL.NEXT := V_NEXT_HOURS + V_NEXT_MIN;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DATE_DAY_END
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
* Format Mask HH24:MI
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 105
* Width 57
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Start Charging for a new day
after
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 126
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_DAY_START
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
* Format Mask HH24:MI
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 131
* Width 57
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Charge for a new day before
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 150
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_LATE_LEAVE
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
* Format Mask HH24:MI
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 156
* Width 57
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Maximum Leave for in-patinets
without extra charges
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 49
* Prompt Alignment Offset 4
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_LATE_DISCHARGE
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
* Format Mask HH24:MI
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 182
* Width 57
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Maximum time to charge Late
discharge
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 101
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name LATE_PERCENT
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 207
* Width 43
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Percentage of charge for Late
discharge to the room's retail price
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FIRST
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
* Format Mask 9999
* Lowest Allowed Value 0
* Highest Allowed Value 1440
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 256
* Width 57
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Charge Retail Price of Surgery
Room upto the first
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 63
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NEXT
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
* Format Mask 9999
* Lowest Allowed Value 0
* Highest Allowed Value 1440
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 282
* Width 57
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Afterwards , charge a fraction
of the retail price every extra
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 25
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name EXTRA_PERCENT
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 307
* Width 43
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Percentage of the extra charge
to the room 's retail price
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 36
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CH_DAY_END
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ch Day End
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_SURGERY_NEXT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Datetime
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
* Required No
* Format Mask dd/mm/yyyy hh24:mi:ss
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 260
* Y Position 165
* Width 93
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Afterwards , charge a fraction
of the retail price every extra :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_SURGERY_FIRST
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Datetime
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
* Required No
* Format Mask dd/mm/yyyy hh24:mi:ss
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 260
* Y Position 144
* Width 93
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Charge Retail Price of Surgery
Room upto the first :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CH_DAY_START
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ch Day Start
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FAVORITE_LANGUAGE_NAME
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name ENGLISH
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label English
- Access Key
* Radio Button Value 1
^ Distance Between Records 0
^ Visible Yes
* X Position 545
* Y Position 207
* Width 45
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name ARABIC
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label Arabic
- Access Key
* Radio Button Value 2
^ Distance Between Records 0
^ Visible Yes
* X Position 590
* Y Position 207
* Width 45
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
----------
* Name CHECK_DUPLICATE_NAMES
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name NO
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
^ Distance Between Records 0
^ Visible Yes
* X Position 545
* Y Position 182
* Width 33
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Check Duplicate Patient Names
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 11
* Prompt Alignment Offset 2
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
o Prompt Font Name Source Sans Pro
o Prompt Font Size 9
o Prompt Font Weight Bold
o Prompt Font Style Plain
o Prompt Font Spacing Normal
----------
* Name YES
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
^ Distance Between Records 0
^ Visible Yes
* X Position 590
* Y Position 182
* Width 33
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
----------
* Name DO_LOG_ACCOMMODATION
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name NO
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label No
- Access Key
* Radio Button Value 1
^ Distance Between Records 0
^ Visible Yes
* X Position 321
* Y Position 37
* Width 46
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
* Name YES
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
* Enabled Yes
* Label Yes
- Access Key
* Radio Button Value 2
^ Distance Between Records 0
^ Visible Yes
* X Position 278
* Y Position 37
* Width 43
^ Height 18
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
----------
----------
* Name AUTO_SEQUENCE
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 545
* Y Position 156
* Width 102
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Auto Sequence MRN
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 55
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCOMMODATION_LOG_PATH
^ Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 80
- Initial Value
* Required No
* Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 278
* Y Position 59
* Width 100
^ Height 18
- Cursor Style <Unspecified>
^ Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
^ Visual Attribute Group VA_TEXTITEM_NORMAL
^ Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Path of Log File
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 199
* Prompt Alignment Offset 3
- Prompt Reading Order Default
^ Prompt Foreground Color BlackPearl
- Prompt Font
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
^ Prompt Font Style Plain
^ Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CH_LATE_LEAVE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ch Late Leave
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CH_LATE_DISCHARGE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Ch Late Discharge
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 11
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 54
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CHARGING_CANCEL
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 595
* Y Position 332
* Width 55
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN

GO_BLOCK('BLK_ADT_PREFERENCES_ALL');
CLEAR_BLOCK(NO_COMMIT);
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_NURSING_BUS';
GO_BLOCK('BLK_ADT_PREFERENCES');
EXECUTE_QUERY;
GO_BLOCK('BLK_NURSING_BUS');
EXECUTE_QUERY;
CLEAR_MESSAGE;
:PARAMETER.PRF_TAB_NO_ALL := 'FALSE';
:PARAMETER.PRF_TAB_NO := 2;
HIDE_VIEW('CVW_ACCOMMODATION');
HIDE_WINDOW('WND_ACCOMMODATION');

END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name NURSING_CANCEL
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 583
* Y Position 331
* Width 55
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN

GO_BLOCK('BLK_ADT_PREFERENCES_ALL');
CLEAR_BLOCK(NO_COMMIT);
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_NURSING_BUS';
GO_BLOCK('BLK_ADT_PREFERENCES');
EXECUTE_QUERY;
GO_BLOCK('BLK_NURSING_BUS');
EXECUTE_QUERY;
CLEAR_MESSAGE;
:PARAMETER.PRF_TAB_NO_ALL := 'FALSE';
:PARAMETER.PRF_TAB_NO := 2;
HIDE_VIEW('CVW_ACCOMMODATION');
HIDE_WINDOW('WND_ACCOMMODATION');

END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CHARGING_APPLY
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page CHARGING_PARAMETERS
* X Position 533
* Y Position 332
* Width 55
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_BUTTON NUMBER;
BEGIN
IF :PARAMETER.PRF_TAB_NO = 1 THEN
IF F_1_VLD_CHARGEF THEN
:BLK_ADT_PREFERENCES_ALL.DATE_LATE_LEAVE :=
:BLK_ADT_PREFERENCES_ALL.DATE_LATE_LEAVE;
COMMIT_FORM;
V_BUTTON := F_1_CALL_MESSAGE('IDL0005','E','','','','','','');
GO_BLOCK ( 'BLK_ADT_PREFERENCES_ALL' );
EXECUTE_QUERY;
END IF;
ELSE
FORMS_DDL( 'COMMIT' );
V_BUTTON := F_1_CALL_MESSAGE('IDL0005','E','','','','','','');
END IF;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name NURSING_APPLY
^ Item Type Push Button
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_FUNCTIONAL_BUTTON
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
* Number of Items Displayed 1
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 521
* Y Position 331
* Width 55
^ Height 20
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color Solitude
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_BUTTON NUMBER;
BEGIN
IF :PARAMETER.PRF_TAB_NO = 1 THEN
IF F_1_VLD_CHARGEF THEN
:BLK_ADT_PREFERENCES_ALL.DATE_LATE_LEAVE :=
:BLK_ADT_PREFERENCES_ALL.DATE_LATE_LEAVE;
COMMIT_FORM;
V_BUTTON := F_1_CALL_MESSAGE('IDL0005','E','','','','','','');
GO_BLOCK ( 'BLK_ADT_PREFERENCES_ALL' );
EXECUTE_QUERY;
END IF;
ELSE
FORMS_DDL( 'COMMIT' );
V_BUTTON := F_1_CALL_MESSAGE('IDL0005','E','','','','','','');
END IF;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_IH_PHL_PHYSICAL_LOCATIONS
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 6
- Query All Records No
* Record Orientation Vertical
- Single Record No
* Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
* Query Data Source Type Table
* Query Data Source Name IH_PHL_PHYSICAL_LOCATIONS
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
* WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type Table
* DML Data Target Name IH_PHL_PHYSICAL_LOCATIONS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_EDIT_PRIMARY
* Scroll Bar Tab Page NURSING_STATIONS
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 261
* Scroll Bar Y Position 60
* Scroll Bar Width 14
* Scroll Bar Length 115
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_IH_PHL_PHYSICAL_LOCATIONS';
P_1_Mouse_Clicked;
IF :BLK_IH_PHL_PHYSICAL_LOCATIONS.DUMMY = 'S' AND
:BLK_GN_ORG_BUSINESS_UNITS.DUMMY = 'S' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_ADD',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_ADD',ENABLED,PROPERTY_FALSE);
END IF;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_WHERE VARCHAR2(1000);
BEGIN
V_WHERE := 'IH_PHL_PLT_CODE = 32 AND ID NOT IN( SELECT IH_PHL_PHL_ID
FROM IH_BIL_NURSING_BUS)';
SET_BLOCK_PROPERTY('BLK_IH_PHL_PHYSICAL_LOCATIONS',DEFAULT_WHERE,V_WHERE);
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
* Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

null;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 23
* Y Position 41
* Width 86
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_PHL_PLT_CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 59
* Y Position 41
* Width 81
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CODE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 20
* Y Position 60
* Width 85
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESCRIPTION
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 106
* Y Position 60
* Width 154
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_GN_ORG_BUSINESS_UNITS
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 6
- Query All Records No
* Record Orientation Vertical
- Single Record No
* Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
* Query Data Source Type Table
* Query Data Source Name GN_ORG_BUSINESS_UNITS
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
* WHERE Clause STATUS=2
* ORDER BY Clause description
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type Table
* DML Data Target Name GN_ORG_BUSINESS_UNITS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_EDIT_PRIMARY
* Scroll Bar Tab Page NURSING_STATIONS
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 624
* Scroll Bar Y Position 59
* Scroll Bar Width 14
* Scroll Bar Length 118
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_GN_ORG_BUSINESS_UNITS';
P_1_Mouse_Clicked_S;
IF :BLK_IH_PHL_PHYSICAL_LOCATIONS.DUMMY = 'S' AND
:BLK_GN_ORG_BUSINESS_UNITS.DUMMY = 'S' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_ADD',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_ADD',ENABLED,PROPERTY_FALSE);
END IF;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
* Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

null;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 299
* Y Position 60
* Width 60
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 108
* Y Position 257
* Width 32
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 140
* Y Position 257
* Width 86
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DESCRIPTION
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 80
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 360
* Y Position 60
* Width 263
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_IH_BIL_NURSING_BUS_2
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 4
- Query All Records No
* Record Orientation Vertical
- Single Record No
* Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
* Query Data Source Type Table
* Query Data Source Name IH_BIL_NURSING_BUS
- Query Data Source Columns
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type Table
* DML Data Target Name IH_BIL_NURSING_BUS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_EDIT_PRIMARY
* Scroll Bar Tab Page NURSING_STATIONS
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 624
* Scroll Bar Y Position 245
* Scroll Bar Width 14
* Scroll Bar Length 77
- Scroll Bar Height 0
- Reverse Direction No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
BEGIN
SELECT CODE,DESCRIPTION
INTO :BLK_IH_BIL_NURSING_BUS_2.LOC_CODE,:BLK_IH_BIL_NURSING_BUS_2.NUR_STATION
FROM IH_PHL_PHYSICAL_LOCATIONS
WHERE ID = :BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
SELECT COUNT(*)
INTO :BLK_IH_BIL_NURSING_BUS_2.BED_COUNT
FROM IH_PHL_BEDS
WHERE IH_PHL_PHL_ID_SUPERVISED_BY = :BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
SELECT DESCRIPTION
INTO :BLK_IH_BIL_NURSING_BUS_2.BUS_UNIT
FROM GN_ORG_BUSINESS_UNITS
WHERE ID = :BLK_IH_BIL_NURSING_BUS_2.GN_ORG_BNT_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
SELECT CODE
INTO :BLK_IH_BIL_NURSING_BUS_2.CODE_POS
FROM IH_POS_POINTS_OF_SALE
WHERE ID IN(SELECT IH_POS_POS_ID
FROM IH_NRS_NURSING_POS
WHERE IH_PHL_PHL_ID = :BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID);
EXCEPTION
WHEN OTHERS THEN
:BLK_NURSING_BUS.CODE_POS := NULL;
END;

BEGIN
SELECT NAME
INTO :BLK_IH_BIL_NURSING_BUS_2.ITEM_NAME
FROM FN_STR_MASTER_ITEMS
WHERE ID = :BLK_IH_BIL_NURSING_BUS_2.FN_STR_MIT_ID;
EXCEPTION
WHEN OTHERS THEN
:BLK_IH_BIL_NURSING_BUS_2.ITEM_NAME := NULL;
END;

END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_WHERE VARCHAR2(1000);
BEGIN
V_WHERE := 'IH_BIL_PRF_ID in(select id
from IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID||')';
SET_BLOCK_PROPERTY('BLK_IH_BIL_NURSING_BUS_2',DEFAULT_WHERE,V_WHERE);
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_IH_BIL_NURSING_BUS_2';
P_1_MOUSE_CLICKED;
IF :BLK_IH_BIL_NURSING_BUS_2.DUMMY = 'S' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DELETE',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DELETE',ENABLED,PROPERTY_FALSE);
END IF;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
* Show Vertical Scroll Bar No
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

null;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name LOC_CODE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 20
* Y Position 245
* Width 69
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
o Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_PHL_PHL_ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 23
* Y Position 270
* Width 86
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_STR_MIT_ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 23
* Y Position 270
* Width 86
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 322
* Y Position 245
* Width 40
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
o Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_PRF_ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 194
* Y Position 270
* Width 86
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NUR_STATION
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 90
* Y Position 245
* Width 124
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
o Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BED_COUNT
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 215
* Y Position 245
* Width 52
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
o Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 279
* Y Position 270
* Width 99
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BUS_UNIT
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 363
* Y Position 245
* Width 148
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
o Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ITEM_NAME
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 250
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 512
* Y Position 245
* Width 111
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
o Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CODE_POS
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_EDIT_PRIMARY
* Tab Page NURSING_STATIONS
* X Position 268
* Y Position 245
* Width 53
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
o Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 378
* Y Position 270
* Width 54
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 432
* Y Position 270
* Width 99
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
- Tab Page
* X Position 531
* Y Position 270
* Width 54
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_NURSING_ALL
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_NURSING_BUS
* Query Data Source Columns
----------
* Column Name TAB_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name TAB_USR_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name TAB_NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name TAB_MOD_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name TAB_LABEL
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 80
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name TAB_LABEL_A
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 80
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name TAB_HINT
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 80
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name TAB_HINTA
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 80
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name TAB_DATABASE_LINK
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 128
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name TAB_OWNER
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 30
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name TAB_SHORT_NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 15
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name TAB_IDA_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name TAB_HINT_A
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 80
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_NURSING_BUS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
* Scroll Bar Width 9
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
BEGIN
SELECT DESCRIPTION
INTO :BLK_BIL_NURSING_ALL.NURSING_DESCRIPTION
FROM IH_PHL_PHYSICAL_LOCATIONS
WHERE ID = :BLK_BIL_NURSING_ALL.IH_PHL_PHL_ID;
EXCEPTION
WHEN OTHERS THEN NULL;
END;
BEGIN
SELECT DESCRIPTION
INTO :BLK_BIL_NURSING_ALL.BUSINESS_UNT
FROM GN_ORG_BUSINESS_UNITS
WHERE ID = :BLK_BIL_NURSING_ALL.GN_ORG_BNT_ID;
EXCEPTION
WHEN OTHERS THEN NULL;

END;

BEGIN
SELECT ITEM_CODE,NAME
INTO :BLK_BIL_NURSING_ALL.ITEM_CODE,:BLK_BIL_NURSING_ALL.ITEM_NAME
FROM FN_STR_MASTER_ITEMS
WHERE ID = :BLK_BIL_NURSING_ALL.FN_STR_MIT_ID;
EXCEPTION
WHEN OTHERS THEN NULL;

END;

END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name IH_PHL_PHL_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
* Enabled No
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
* Visible Yes
* Canvas CVW_NRS_ACC
* Tab Page
* X Position 72
* Y Position 16
* Width 77
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color black
o Background Color white
o Fill Pattern transparent
- Row Banding Frequency 0
- Font
o Font Name MS Sans Serif
o Font Size 8
o Font Weight Medium
o Font Style Plain
o Font Spacing Normal
* Prompt ID :
* Prompt Display Style All Records
- Prompt Justification Start
- Prompt Attachment Edge Start
* Prompt Alignment Center
* Prompt Attachment Offset 5
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Light
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NURSING_DESCRIPTION
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 250
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
* Visible Yes
* Canvas CVW_NRS_ACC
* Tab Page
* X Position 72
* Y Position 35
* Width 211
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color black
o Background Color white
o Fill Pattern transparent
- Row Banding Frequency 0
- Font
o Font Name MS Sans Serif
o Font Size 8
o Font Weight Medium
o Font Style Plain
o Font Spacing Normal
* Prompt Nusring Station :
* Prompt Display Style All Records
- Prompt Justification Start
- Prompt Attachment Edge Start
* Prompt Alignment Center
* Prompt Attachment Offset 5
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Light
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
* Enabled No
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
* Visible Yes
* Canvas CVW_NRS_ACC
* Tab Page
* X Position 72
* Y Position 59
* Width 77
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color black
o Background Color white
o Fill Pattern transparent
- Row Banding Frequency 0
- Font
o Font Name MS Sans Serif
o Font Size 8
o Font Weight Medium
o Font Style Plain
o Font Spacing Normal
* Prompt ID :
* Prompt Display Style All Records
- Prompt Justification Start
- Prompt Attachment Edge Start
* Prompt Alignment Center
* Prompt Attachment Offset 5
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Light
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BUSINESS_UNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 250
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
* Visible Yes
* Canvas CVW_NRS_ACC
* Tab Page
* X Position 72
* Y Position 80
* Width 211
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color black
o Background Color white
o Fill Pattern transparent
- Row Banding Frequency 0
- Font
o Font Name MS Sans Serif
o Font Size 8
o Font Weight Medium
o Font Style Plain
o Font Spacing Normal
* Prompt Business Unit :
* Prompt Display Style All Records
- Prompt Justification Start
- Prompt Attachment Edge Start
* Prompt Alignment Center
* Prompt Attachment Offset 5
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Light
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ITEM_CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
* Visible Yes
* Canvas CVW_NRS_ACC
* Tab Page
* X Position 72
* Y Position 109
* Width 62
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color black
o Background Color white
o Fill Pattern transparent
- Row Banding Frequency 0
- Font
o Font Name MS Sans Serif
o Font Size 8
o Font Weight Medium
o Font Style Plain
o Font Spacing Normal
* Prompt Stay Code :
* Prompt Display Style All Records
- Prompt Justification Start
- Prompt Attachment Edge Start
* Prompt Alignment Center
* Prompt Attachment Offset 8
* Prompt Alignment Offset -1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Light
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_CODE VARCHAR2(50):= 'ITEM_CODE = ';
V_DESC VARCHAR2(50):= 'NAME = ';
BEGIN
P_1_CALL_LOOKUP( 'FN_STR_MASTER_ITEMS', V_CODE, V_DESC );
IF V_CODE IS NOT NULL THEN
:BLK_BIL_NURSING_ALL.ITEM_CODE := V_Code;
:BLK_BIL_NURSING_ALL.ITEM_NAME := V_DESC;
SELECT ID INTO :BLK_BIL_NURSING_ALL.FN_STR_MIT_ID FROM FN_STR_MASTER_ITEMS
WHERE ITEM_CODE = V_Code;
END IF;

END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ITEM_NAME
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 250
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
* Visible Yes
* Canvas CVW_NRS_ACC
* Tab Page
* X Position 72
* Y Position 132
* Width 211
* Height 14
- Cursor Style <Unspecified>
* Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
o Foreground Color black
o Background Color white
o Fill Pattern transparent
- Row Banding Frequency 0
- Font
o Font Name MS Sans Serif
o Font Size 8
o Font Weight Medium
o Font Style Plain
o Font Spacing Normal
* Prompt Name :
* Prompt Display Style All Records
- Prompt Justification Start
- Prompt Attachment Edge Start
* Prompt Alignment Center
* Prompt Attachment Offset 13
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Light
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_STR_MIT_ID
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1000
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 51
* Y Position 162
* Width 146
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CANCEL
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_NRS_ACC
* Tab Page
* X Position 229
* Y Position 182
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

CLEAR_BLOCK(NO_COMMIT);
FORMS_DDL('ROLLBACK');
CLEAR_MESSAGE;
HIDE_VIEW('CVW_NRS_ACC');
HIDE_WINDOW('WND_NRS_ACC');
GO_BLOCK('BLK_IH_BIL_NURSING_BUS_2');EXECUTE_QUERY;CLEAR_MESSAGE;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name APPLY
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_NRS_ACC
* Tab Page
* X Position 159
* Y Position 182
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
I NUMBER(1);
BEGIN
IF :BLK_BIL_NURSING_ALL.ITEM_CODE IS NULL THEN
:BLK_BIL_NURSING_ALL.FN_STR_MIT_ID := NULL;
END IF;
COMMIT_FORM;

END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name OLD_TEMPLATE_BUTTON_PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
I NUMBER(1);
BEGIN
NULL;
/*
PKG_Error_Handling.V_Error := NULL; -- nullify the error variable
COMMIT_FORM;
IF PKG_Error_Handling.V_Error IS NULL THEN -- if it is not null, then some
error occur
CLEAR_BLOCK (NO_COMMIT);
END IF;

IF :PARAMETER.PRF_MODE = 9 THEN -- Add


IF F_1_VLD_TAB_ALL THEN -- Validation
COMMIT_FORM;
CLEAR_MESSAGE;
I := F_1_Call_Message('IDL0005');
GO_BLOCK('IAM_TABLES_ALL');
CLEAR_BLOCK;
END IF;
ELSIF :PARAMETER.PRF_MODE = 10 THEN -- Modify
IF F_1_VLD_TAB_ALL THEN -- Validation
COMMIT_FORM;
CLEAR_MESSAGE;
I := F_1_Call_Message('IDL0005');
GO_BLOCK('IAM_TABLES_ALL');
END IF;
ELSIF :PARAMETER.PRF_MODE = 11 THEN -- Query
P_1_Query_Button_Pressed;
ELSE
NULL;
END IF;
*/
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_BIL_PRF_SEQUENCE
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_PREFERENCES
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name BIL_SERIAL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 9
* Scale 0
* Mandatory Yes
----------
* Column Name REQUIRE_REFERRAL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name MULTIPLE_LISTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name HIDE_EXTERNAL_SERVICES
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name AUTO_ROOM_CHARGE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name AUTO_SERVICE_CHARGE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 10
* Scale 0
* Mandatory Yes
----------
* Column Name PURGE_BNT_PROFITS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name BNT_TRANS_PER_BILL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name HAS_VAT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_PREFERENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
SET_BLOCK_PROPERTY('BLK_BIL_PRF_SEQUENCE',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

--:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_BIL_PRF_SEQUENCE';
P_1_DISABLE_STATUS('DELETE');

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name RECYCLE_BILL_NO
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
* Insert Allowed No
* Update Allowed No
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name KEEP
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label Keep the bill and change it's
status
- Access Key
* Radio Button Value 1
^ Distance Between Records 0
^ Visible Yes
* X Position 16
* Y Position 28
* Width 142
^ Height 18
o Visual Attribute Group DEFAULT
o Prompt Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color white
- Fill Pattern
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
* Name DELETE
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_NORMAL_TEXT_ITEMS
----------
----------
- Comments
- Enabled Yes
* Label Delete unposted bills and
recycle
- Access Key
* Radio Button Value 2
^ Distance Between Records 0
^ Visible Yes
* X Position 16
* Y Position 51
* Width 131
^ Height 18
o Visual Attribute Group DEFAULT
o Prompt Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color white
- Fill Pattern
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
- Relations
----------
* Name BLK_FISCAL_YRS_SEQUENCE
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 6
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name GN_ORG_FISCAL_YEARS
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name PERIOD_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_FROM
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name DATE_TO
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name YEAR
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 4
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name PERIODICAL_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name GN_ORG_FISCAL_YEARS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_PRIMARY
* Scroll Bar Tab Page BILL_SEQUENCES
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 540
* Scroll Bar Y Position 24
* Scroll Bar Width 14
* Scroll Bar Length 78
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_FISCAL_YRS_SEQUENCE';
P_1_DISABLE_STATUS('DELETE');
P_1_DISABLE_STATUS('DELETE|NEW');
P_1_Mouse_Clicked;
P_1_FIL_FISCAL_YEAR_TAB_3;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.START_SEQUENCE',ENABLED,PROPERTY_FALSE);
GO_BLOCK('BLK_GAPLESS_SEQUENCES');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

--P_1_Display_Data;
NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:BLK_FISCAL_YRS_SEQUENCE.STATUS1 :=
F_1_DOMAIN_DESC('STATUS','GN_ORG_FISCAL_YEARS',:BLK_FISCAL_YRS_SEQUENCE.STATUS,'E')
;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 251
* Y Position 36
* Width 43
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_FROM
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 295
* Y Position 36
* Width 56
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_TO
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 352
* Y Position 36
* Width 58
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS1
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
* Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 411
* Y Position 36
* Width 74
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS_DATE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
* Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 486
* Y Position 36
* Width 53
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PERIOD_TYPE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Period Type
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name YEAR
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 5
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 27
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Year
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Status
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PERIODICAL_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Periodical Count
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_GAPLESS_SEQUENCES
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_BLOCK
----------
----------
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 14
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
^ Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_GLAPESS_SEQUENCES
* Query Data Source Columns
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
o Insert Allowed No
o Update Allowed No
- Locking Mode Automatic
^ Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_GLAPESS_SEQUENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
^ Show Scroll Bar Yes
* Scroll Bar Canvas CVW_PRIMARY
* Scroll Bar Tab Page BILL_SEQUENCES
^ Scroll Bar Orientation Vertical
* Scroll Bar X Position 539
* Scroll Bar Y Position 131
o Scroll Bar Width 14
* Scroll Bar Length 165
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
o Triggers
----------
* Name WHEN-MOUSE-CLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

DECLARE
REC_NO VARCHAR2(100) := '0';
START_REC VARCHAR2(100) := '0';
V_DUMMY VARCHAR2(10);

BEGIN
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_GAPLESS_SEQUENCES' ;
P_1_ENABLE_STATUS('DELETE|NEW');
P_1_MOUSE_CLICKED_CONTROL('CODE');
/*
REC_NO := :SYSTEM.MOUSE_RECORD;
SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES',UPDATE_ALLOWED,PROPERTY_TRUE);
SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES',INSERT_ALLOWED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_GAPLESS_SEQUENCES.DUMMY',INSERT_ALLOWED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_GAPLESS_SEQUENCES.DUMMY',INSERT_ALLOWED,PROPERTY_TRUE);
IF UPPER(NAME_IN('SYSTEM.MOUSE_BUTTON_SHIFT_STATE')) = 'ALT+' OR
UPPER(NAME_IN('SYSTEM.MOUSE_BUTTON_SHIFT_STATE')) = 'CTRL+' THEN
GO_RECORD(REC_NO);
IF nvl(:BLK_GAPLESS_SEQUENCES.DUMMY,'q') <> 'S' THEN
:BLK_GAPLESS_SEQUENCES.DUMMY := 'S';
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_HILIGHT');
ELSE
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_NORMAL');
:BLK_GAPLESS_SEQUENCES.DUMMY := '';
END IF;
ELSIF NAME_IN('SYSTEM.MOUSE_BUTTON_SHIFT_STATE') = 'Shift+' THEN
FIRST_RECORD;
WHILE TRUE LOOP
IF nvl(:BLK_GAPLESS_SEQUENCES.DUMMY,'q') = 'S' THEN
START_REC := :SYSTEM.CURSOR_RECORD;
EXIT;
END IF;
IF :SYSTEM.LAST_RECORD = 'TRUE' THEN
START_REC := NULL;
EXIT;
END IF;
NEXT_RECORD;
END LOOP;
IF START_REC IS NULL THEN
GO_RECORD(REC_NO);
:BLK_GAPLESS_SEQUENCES.DUMMY := 'S';
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_HILIGHT');
ELSE
FIRST_RECORD;
WHILE TRUE LOOP
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_NORMAL');
:BLK_GAPLESS_SEQUENCES.DUMMY := '';
IF :SYSTEM.LAST_RECORD = 'TRUE' THEN
EXIT ;
END IF;
NEXT_RECORD;
END LOOP;
IF START_REC = REC_NO THEN
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_NORMAL');
:BLK_GAPLESS_SEQUENCES.DUMMY := '';
ELSE
IF REC_NO > START_REC THEN
GO_RECORD(START_REC);
WHILE TRUE LOOP
:BLK_GAPLESS_SEQUENCES.DUMMY := 'S';
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_HILIGHT');
IF REC_NO = :SYSTEM.CURSOR_RECORD THEN
EXIT;
END IF;
IF :SYSTEM.LAST_RECORD = 'TRUE' THEN
EXIT;
END IF;
NEXT_RECORD;
END LOOP ;
ELSE
GO_RECORD(REC_NO);
WHILE TRUE LOOP
:BLK_GAPLESS_SEQUENCES.DUMMY := 'S';
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_HILIGHT');
IF START_REC = :SYSTEM.CURSOR_RECORD THEN
EXIT;
END IF;
NEXT_RECORD;
END LOOP ;
END IF;
END IF;
END IF;
ELSE
FIRST_RECORD;
WHILE TRUE LOOP
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_NORMAL');
:BLK_GAPLESS_SEQUENCES.DUMMY := '';
IF :SYSTEM.LAST_RECORD = 'TRUE' THEN
EXIT ;
END IF;
NEXT_RECORD;
END LOOP;
GO_RECORD(REC_NO);
:BLK_GAPLESS_SEQUENCES.DUMMY := 'S';
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.CODE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.NAME','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.MAX','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_GAPLESS_SEQUENCES.COUNT','VA_TEXTITEM_HILIGHT');
END IF;
SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES',UPDATE_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES',INSERT_ALLOWED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_GAPLESS_SEQUENCES.DUMMY',INSERT_ALLOWED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_GAPLESS_SEQUENCES.DUMMY',INSERT_ALLOWED,PROPERTY_FALSE);
*/
IF :BLK_GAPLESS_SEQUENCES.COUNT IS NULL THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.START_SEQUENCE',ENABLED,PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.START_SEQUENCE',ENABLED,PROPERTY_FALSE);
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

DECLARE
V_FirstTab NUMBER;
BEGIN
SET_WINDOW_PROPERTY('WND_GAP_BIL_SEQ',TITLE,'Preview Gapless Billing Sequence');
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM823',VISIBLe,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM824',VISIBLE,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM825',VISIBLE,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM826',VISIBLE,PROPERTY_TRUE);

SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM823',ENABLED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM824',ENABLED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM825',ENABLED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.ITEM826',ENABLED,PROPERTY_TRUE);

:PARAMETER.PRF_TAB_NO_ALL := 'SEQUENCES_PREV';
P_1_SET_CENTER('WND_GAP_BIL_SEQ');
GO_ITEM('BLK_BIL_GAPLESS_SEQUENCES_5.NAME');
P_1_INITIALIZE_TAB('BLK_TAB_4',V_FirstTab);
show_view('CVW_GAP_BIL_SEQ');
GO_ITEM('BLK_BIL_GAPLESS_SEQUENCES_5.NAME');
show_view('CVW_USEGE');
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_4');
P_1_fill_visit_type_tab_3_4;
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_5');

SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',DEFAULT_WHERE,GET_BLOCK_PROPERTY('
BLK_GAPLESS_SEQUENCES',DEFAULT_WHERE));
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',ORDER_BY,'IH_BIL_SEQ_CODE , CODE
DESC');
GO_BLOCK('BLK_POS_POINTS_OF_SALE_4');
EXECUTE_QUERY;
:PARAMETER.PRF_PREVIEW := 'TRUE';
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.APPLY_3',VISIBLE,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.CANCEL_2',LABEL,'Done');
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',INSERT_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',UPDATE_ALLOWED,PROPERTY_FALSE);

SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',INSERT_ALLOWED,PROPERTY_FALSE);

SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',UPDATE_ALLOWED,PROPERTY_FALSE);
CLEAR_MESSAGE;

END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
o Insert Allowed No
o Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 249
* Y Position 143
* Width 80
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 330
* Y Position 143
* Width 117
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name COUNT
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 499
* Y Position 143
* Width 40
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MAX
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 448
* Y Position 143
* Width 50
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_SEQ_VS_VISIT_TYPES
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_BLOCK
----------
----------
- Comments
* Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 4
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
o Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name
* Query Data Source Columns
----------
* Column Name VISIT_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
o Insert Allowed Yes
o Update Allowed Yes
- Locking Mode Automatic
^ Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
* DML Data Target Type None
* DML Data Target Name
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
^ Show Scroll Bar Yes
* Scroll Bar Canvas CVW_PRIMARY
* Scroll Bar Tab Page BILL_SEQUENCES
^ Scroll Bar Orientation Vertical
* Scroll Bar X Position 211
* Scroll Bar Y Position 130
o Scroll Bar Width 14
* Scroll Bar Length 55
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
o Triggers
----------
* Name WHEN-MOUSE-CLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_BIL_SEQ_VS_VISIT_TYPES' ;
--P_1_Mouse_Clicked_CONTROL;
P_1_DISABLE_STATUS('DELETE');
P_1_DISABLE_STATUS('DELETE|NEW');

SET_ITEM_PROPERTY('BLK_FUNCTIONAL.START_SEQUENCE',ENABLED,PROPERTY_FALSE);

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

--P_1_Display_Data;
NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
o Insert Allowed Yes
o Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name TYPE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 17
* Y Position 142
* Width 141
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_SEQ_CODE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 159
* Y Position 142
* Width 53
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_POS_POINTS_OF_SALE_SEQ
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_BLOCK
----------
----------
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 8
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
^ Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_POS_POINTS_OF_SALE
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GROUPING_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name INSTANT_STR_POST
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name DAY_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name SHORT_CUT_CODES
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name TERMINAL_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 5
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_PATIENT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_EMPLOYEE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_CASH
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name PAY_CASH
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name PAY_CREDITCARD
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name PAY_CHEQ
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name ACCEPT_CUSTOMER
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_BNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name SATUS_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name FN_GLD_COA_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_BNT_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name FN_STR_STR_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name IS_FOR_PATIENTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
^ Insert Allowed No
^ Update Allowed No
- Locking Mode Automatic
^ Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_POS_POINTS_OF_SALE
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
^ Show Scroll Bar Yes
* Scroll Bar Canvas CVW_PRIMARY
* Scroll Bar Tab Page BILL_SEQUENCES
^ Scroll Bar Orientation Vertical
* Scroll Bar X Position 210
* Scroll Bar Y Position 215
o Scroll Bar Width 14
* Scroll Bar Length 101
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
o Triggers
----------
* Name WHEN-MOUSE-CLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_POS_POINTS_OF_SALE_SEQ';
P_1_Mouse_Clicked;
P_1_DISABLE_STATUS('DELETE');
P_1_DISABLE_STATUS('DELETE|NEW');
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.START_SEQUENCE',ENABLED,PROPERTY_FALSE);

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

--P_1_Display_Data;
NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_SEQ',DEFAULT_WHERE,'ACCEPT_CASH = 2 AND
GN_ORG_BNT_ID IN(SELECT ID FROM GN_ORG_BUSINESS_UNITS WHERE GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID||')');

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
^ Insert Allowed No
^ Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 16
* Y Position 228
* Width 62
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 79
* Y Position 228
* Width 98
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_SEQ_CODE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_PRIMARY
* Tab Page BILL_SEQUENCES
* X Position 178
* Y Position 228
* Width 32
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME2
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 230
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Name2
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GROUPING_TYPE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Grouping Type
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name INSTANT_STR_POST
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Instant Str Post
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DAY_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Day Count
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SHORT_CUT_CODES
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Short Cut Codes
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name TERMINAL_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 6
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 32
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Terminal Count
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_PATIENT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Patient
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_EMPLOYEE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Employee
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_CASH
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Cash
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CASH
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Cash
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CREDITCARD
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Creditcard
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CHEQ
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Cheq
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_CUSTOMER
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Customer
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_BNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Bnt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Status
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SATUS_DATE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Satus Date
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_GLD_COA_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Fn Gld Coa Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Bnt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_STR_STR_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Fn Str Str Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IS_FOR_PATIENTS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Is For Patients
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_PRF_SEQUENCE_2
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_PREFERENCES
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name BIL_SERIAL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 9
* Scale 0
* Mandatory Yes
----------
* Column Name REQUIRE_REFERRAL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name MULTIPLE_LISTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name HIDE_EXTERNAL_SERVICES
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name AUTO_ROOM_CHARGE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name AUTO_SERVICE_CHARGE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 10
* Scale 0
* Mandatory Yes
----------
* Column Name PURGE_BNT_PROFITS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name BNT_TRANS_PER_BILL
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name HAS_VAT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_PREFERENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
- Scroll Bar Width 0
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
SET_BLOCK_PROPERTY('BLK_BIL_PRF_SEQUENCE',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_BI_SEQ
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name REQUIRE_REFERRAL
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 148
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Admission of In-patients
Requires Referral :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MULTIPLE_LISTS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 168
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Multiple Lists of Price
Plans :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name HIDE_EXTERNAL_SERVICES
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 188
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt External Services are not Part
of the Bill :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PURGE_BNT_PROFITS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 209
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Purge Bill Posting Summries
after posting :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BNT_TRANS_PER_BILL
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 229
* Width 67
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Create GL Transactions every :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name AUTO_ROOM_CHARGE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 271
* Width 67
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Automatic Accommodation
Charging :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name RECYCLE_BILL_NO
* Item Type Radio Group
- Subclass Information
- Comments
- Help Book Topic
- Access Key
- Mapping of Other Values
- Implementation Class
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
* Insert Allowed No
* Update Allowed No
* Canvas CVW_BI_SEQ
* Tab Page
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
- Triggers
* Radio Buttons
----------
* Name KEEP
- Subclass Information
- Comments
- Enabled Yes
* Label
- Access Key
* Radio Button Value 1
- Distance Between Records 0
- Visible Yes
* X Position 16
* Y Position 19
* Width 14
* Height 14
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color blue
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
* Name DELETE
- Subclass Information
- Comments
- Enabled Yes
* Label
- Access Key
* Radio Button Value 2
- Distance Between Records 0
- Visible Yes
* X Position 16
* Y Position 43
* Width 12
* Height 14
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color blue
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
----------
* Name AUTO_SERVICE_CHARGE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 291
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Auto Service Charging :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_ACR_BTY_CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BIL_SERIAL
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 162
* Y Position 249
* Width 66
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Recycle bill numbers of
unposted bills
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 11
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 54
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name HAS_VAT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required Yes
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Has Vat
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_SEQ_VS_VISIT_TYPES_2
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 4
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_SEQ_VS_VISIT_TYPES
* Query Data Source Columns
----------
* Column Name VISIT_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_SEQ_VS_VISIT_TYPES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_VISIT_BIL
* Scroll Bar Tab Page
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 146
* Scroll Bar Y Position 21
* Scroll Bar Width 14
* Scroll Bar Length 56
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
REC_NO VARCHAR2(10);
BEGIN

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_BIL_SEQ_VS_VISIT_TYPES_2' ;

REC_NO := :SYSTEM.MOUSE_RECORD;

SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_2',UPDATE_ALLOWED,PROPERTY_TRUE);
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_2',INSERT_ALLOWED,PROPERTY_TRUE);
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_2');
FIRST_RECORD;
WHILE TRUE LOOP
DISPLAY_ITEM('BLK_BIL_SEQ_VS_VISIT_TYPES_2.TYPE','VA_TEXTITEM_NORMAL');
:BLK_BIL_SEQ_VS_VISIT_TYPES_2.DUMMY := '';
IF :SYSTEM.LAST_RECORD = 'TRUE' THEN
EXIT ;
END IF;
NEXT_RECORD;
END LOOP;
GO_RECORD(REC_NO);
:BLK_BIL_SEQ_VS_VISIT_TYPES_2.DUMMY := 'S';
DISPLAY_ITEM('BLK_BIL_SEQ_VS_VISIT_TYPES_2.TYPE','VA_TEXTITEM_HILIGHT');
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_2',UPDATE_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_2',INSERT_ALLOWED,PROPERTY_FALSE);
FIRST_RECORD;
GO_RECORD(REC_NO);
IF :BLK_GAPLESS_SEQUENCES_2.DUMMY = 'S' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_SEQ',ENABLED,PROPERTY_TRUE);
END IF;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name TYPE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 17
* Y Position 34
* Width 132
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SEQ_ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 7
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas
* Tab Page
* X Position 159
* Y Position 138
* Width 53
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_GAPLESS_SEQUENCES_2
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 4
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_GAPLESS_SEQUENCES
* Query Data Source Columns
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_GAPLESS_SEQUENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_VISIT_BIL
* Scroll Bar Tab Page
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 551
* Scroll Bar Y Position 21
* Scroll Bar Width 14
* Scroll Bar Length 56
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_GAPLESS_SEQUENCES_2' ;
P_1_Mouse_Clicked_S;
IF :BLK_BIL_SEQ_VS_VISIT_TYPES_2.DUMMY = 'S' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_SEQ',ENABLED,PROPERTY_TRUE);
END IF;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES_2',DEFAULT_WHERE,'GN_ORG_COM_ID = '
||:PARAMETER.PRF_COMPANY_ID);

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

/*
begin
BEGIN
SELECT MAX_VALUE
INTO :BLK_GAPLESS_SEQUENCES.MAX
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE IH_BIL_SEQ_CODE = :BLK_GAPLESS_SEQUENCES.CODE;
EXCEPTION
WHEN OTHERS THEN
:BLK_GAPLESS_SEQUENCES.MAX := NULL;
END;

BEGIN
SELECT GAP_COUNT
INTO :BLK_GAPLESS_SEQUENCES.COUNT
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE IH_BIL_SEQ_CODE = :BLK_GAPLESS_SEQUENCES.CODE;
EXCEPTION
WHEN OTHERS THEN
:BLK_GAPLESS_SEQUENCES.COUNT := NULL;
END;
END;
*/
null;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 189
* Y Position 33
* Width 133
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 323
* Y Position 33
* Width 230
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME2
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 230
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Name2
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_SEQ_VS_VISIT_TYPES_3
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 4
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_SEQ_VS_VISIT_TYPES
* Query Data Source Columns
----------
* Column Name VISIT_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_SEQ_VS_VISIT_TYPES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_VISIT_BIL
* Scroll Bar Tab Page
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 549
* Scroll Bar Y Position 131
* Scroll Bar Width 14
* Scroll Bar Length 56
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_BIL_SEQ_VS_VISIT_TYPES_3' ;
P_1_Mouse_Clicked;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:BLK_BIL_SEQ_VS_VISIT_TYPES_3.TYPE :=
F_1_DOMAIN_DESC('VISIT_TYPE','IH_BIL_SEQ_VS_VISIT_TYPES',:BLK_BIL_SEQ_VS_VISIT_TYPE
S_3.VISIT_TYPE,'E');
begin
SELECT NAME
INTO :BLK_BIL_SEQ_VS_VISIT_TYPES_3.name
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE CODE = :BLK_BIL_SEQ_VS_VISIT_TYPES_3.IH_BIL_SEQ_CODE AND GN_ORG_COM_ID =
:PARAMETER.PRF_COMPANY_ID;
EXCEPTION
WHEN OTHERS THEN
:BLK_BIL_SEQ_VS_VISIT_TYPES_3.name := NULL;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

set_block_property('BLK_BIL_SEQ_VS_VISIT_TYPES_3',DEFAULT_WHERE,'IH_BIL_SEQ_CODE
IN(SELECT CODE

FROM IH_BIL_GAPLESS_SEQUENCES

WHERE GN_ORG_COM_ID = '||:PARAMETER.PRF_COMPANY_ID||')');


- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name TYPE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 17
* Y Position 143
* Width 127
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_SEQ_CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 145
* Y Position 143
* Width 77
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_VISIT_BIL
* Tab Page
* X Position 223
* Y Position 143
* Width 327
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name VISIT_TYPE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Visit Type
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_GAPLESS_SEQUENCES_4
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 4
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_GAPLESS_SEQUENCES
* Query Data Source Columns
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_GAPLESS_SEQUENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_POS
* Scroll Bar Tab Page
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 551
* Scroll Bar Y Position 21
* Scroll Bar Width 14
* Scroll Bar Length 56
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_BIL_GAPLESS_SEQUENCES_4' ;
P_1_Mouse_Clicked_S;
IF :BLK_POS_POINTS_OF_SALE_CASH.DUMMY = 'S' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DEL_INS',ENABLED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DOUBLE',ENABLED,PROPERTY_TRUE);
END IF;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_4',DEFAULT_WHERE,'gn_org_com_id =
'||:PARAMETER.PRF_COMPANY_ID);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DEL_INS',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DOUBLE',ENABLED,PROPERTY_FALSE);

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 236
* Y Position 33
* Width 112
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 349
* Y Position 33
* Width 205
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME2
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 230
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Name2
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_POS_POINTS_OF_SALE_CASH
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 4
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_POS_POINTS_OF_SALE
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GROUPING_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name INSTANT_STR_POST
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name DAY_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name SHORT_CUT_CODES
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name TERMINAL_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 5
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_PATIENT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_EMPLOYEE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_CASH
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name PAY_CASH
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name PAY_CREDITCARD
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name PAY_CHEQ
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name ACCEPT_CUSTOMER
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_BNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name SATUS_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name FN_GLD_COA_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_BNT_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name FN_STR_STR_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name IS_FOR_PATIENTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_POS_POINTS_OF_SALE
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_POS
* Scroll Bar Tab Page
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 192
* Scroll Bar Y Position 21
* Scroll Bar Width 14
* Scroll Bar Length 56
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_POS_POINTS_OF_SALE_CASH';
P_1_Mouse_Clicked;
IF :BLK_BIL_GAPLESS_SEQUENCES_4.DUMMY = 'S' THEN
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DEL_INS',ENABLED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DOUBLE',ENABLED,PROPERTY_TRUE);
END IF;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_CASH',DEFAULT_WHERE,'ACCEPT_CASH = 2 AND
IH_BIL_SEQ_CODE IS NULL AND GN_ORG_BNT_ID IN(SELECT ID

FROM GN_ORG_BUSINESS_UNITS

WHERE GN_ORG_COM_ID = ' ||


:PARAMETER.PRF_COMPANY_ID||')');
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DEL_INS',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DOUBLE',ENABLED,PROPERTY_FALSE);
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 20
* Y Position 34
* Width 62
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 83
* Y Position 34
* Width 109
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_SEQ_CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas
* Tab Page
* X Position 178
* Y Position 219
* Width 32
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME2
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 230
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Name2
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GROUPING_TYPE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Grouping Type
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name INSTANT_STR_POST
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Instant Str Post
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DAY_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Day Count
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SHORT_CUT_CODES
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Short Cut Codes
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name TERMINAL_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 6
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 32
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Terminal Count
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_PATIENT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Patient
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_EMPLOYEE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Employee
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_CASH
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Cash
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CASH
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Cash
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CREDITCARD
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Creditcard
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CHEQ
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Cheq
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_CUSTOMER
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Customer
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_BNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Bnt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Status
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SATUS_DATE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Satus Date
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_GLD_COA_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Fn Gld Coa Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Bnt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_STR_STR_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Fn Str Str Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IS_FOR_PATIENTS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Is For Patients
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_POS_POINTS_OF_SALE_BIL_SEQ
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 8
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_POS_POINTS_OF_SALE
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GROUPING_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name INSTANT_STR_POST
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name DAY_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name SHORT_CUT_CODES
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name TERMINAL_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 5
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_PATIENT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_EMPLOYEE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_CASH
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name PAY_CASH
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name PAY_CREDITCARD
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name PAY_CHEQ
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name ACCEPT_CUSTOMER
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_BNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name SATUS_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name FN_GLD_COA_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_BNT_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name FN_STR_STR_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name IS_FOR_PATIENTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_POS_POINTS_OF_SALE
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_POS
* Scroll Bar Tab Page
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 551
* Scroll Bar Y Position 131
* Scroll Bar Width 14
* Scroll Bar Length 101
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_POS_POINTS_OF_SALE_BIL_SEQ';
P_1_Mouse_Clicked;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DEL_2',ENABLED,PROPERTY_TRUE);
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_BIL_SEQ',DEFAULT_WHERE,'ACCEPT_CASH = 2
and ih_bil_seq_code is not null
AND
GN_ORG_BNT_ID IN(SELECT ID

FROM GN_ORG_BUSINESS_UNITS

WHERE GN_ORG_COM_ID = ' ||:PARAMETER.PRF_COMPANY_ID||')');

SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DEL_2',ENABLED,PROPERTY_FALSE);

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
BEGIN
SELECT NAME
INTO :BLK_POS_POINTS_OF_SALE_BIL_SEQ.SEQ_NAME
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE CODE IN(SELECT IH_BIL_SEQ_CODE
FROM IH_POS_POINTS_OF_SALE
WHERE ID = :BLK_POS_POINTS_OF_SALE_BIL_SEQ.ID) AND
GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID;
EXCEPTION
WHEN OTHERS THEN
:BLK_POS_POINTS_OF_SALE_BIL_SEQ.SEQ_NAME := NULL;
END;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_POS
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 17
* Y Position 143
* Width 112
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 130
* Y Position 143
* Width 197
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SEQ_NAME
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 388
* Y Position 143
* Width 166
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_SEQ_CODE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_POS
* Tab Page
* X Position 328
* Y Position 143
* Width 59
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME2
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 230
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Name2
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GROUPING_TYPE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Grouping Type
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name INSTANT_STR_POST
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Instant Str Post
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DAY_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Day Count
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SHORT_CUT_CODES
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Short Cut Codes
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name TERMINAL_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 6
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 32
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Terminal Count
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_PATIENT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Patient
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_EMPLOYEE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Employee
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_CASH
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Cash
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CASH
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Cash
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CREDITCARD
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Creditcard
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CHEQ
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Pay Cheq
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_CUSTOMER
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Customer
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_BNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Accept Bnt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Status
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SATUS_DATE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Satus Date
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_GLD_COA_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Fn Gld Coa Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Bnt Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_STR_STR_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Fn Str Str Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IS_FOR_PATIENTS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Is For Patients
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_GAPLESS_SEQUENCES_ADD
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_GAPLESS_SEQUENCES
* Query Data Source Columns
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_GAPLESS_SEQUENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
* Scroll Bar Width 9
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name PRE-INSERT
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:BLK_GAPLESS_SEQUENCES_ADD.GN_ORG_COM_ID := :PARAMETER.PRF_COMPANY_ID;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 91
* Y Position 11
* Width 120
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Sequence Code :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 91
* Y Position 32
* Width 274
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt English Name :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME2
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 91
* Y Position 53
* Width 273
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Arabic Name :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 1
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
* Initial Keyboard State Local
* Reading Order Right To Left
* Keyboard State Local Only
- Triggers
----------
* Name MAX_VAL
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 15
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 91
* Y Position 74
* Width 121
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Maximum Used Value :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 2
* Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Created By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Created
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Modified By
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Date Modified
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CANCEL
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Cancel
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 308
* Y Position 104
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_GAPLESS_SEQUENCES';
--P_1_GENERIC_CANCEL;
clear_block(no_commit);
P_1_FIL_FISCAL_YEAR_TAB_3 ;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name APPLY
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
* Label Save
- Access Key
- Implementation Class
- Iconic No
- Icon Filename
- Default Button No
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 245
* Y Position 104
* Width 55
* Height 17
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_COUNT NUMBER;
V_ID number;
V_BUTTON_PRESSED NUMBER;
BEGIN
IF (:BLK_GAPLESS_SEQUENCES_ADD.CODE IS NULL) THEN
V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IDL0006','E','','','','','','Sequence
Code');
GO_ITEM('BLK_GAPLESS_SEQUENCES_ADD.CODE');
ELSIF (:BLK_GAPLESS_SEQUENCES_ADD.NAME IS NULL) THEN
V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IDL0006','E','','','','','','Name');
GO_ITEM('BLK_GAPLESS_SEQUENCES_ADD.NAME');
ELSE
BEGIN
SELECT COUNT(CODE)
INTO V_COUNT
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE UPPER(CODE) = UPPER(:BLK_GAPLESS_SEQUENCES_ADD.CODE);
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
IF (V_COUNT <> 0) THEN
V_BUTTON_PRESSED := F_1_CALL_MESSAGE('IDL0013','E','','','','','','');
ELSE
IF (:BLK_GAPLESS_SEQUENCES_ADD.MAX_VAL <> 0 ) THEN
V_BUTTON_PRESSED :=
F_1_CALL_MESSAGE('IH_BIL0047','E','','','','','',TO_CHAR(:BLK_GAPLESS_SEQUENCES_ADD
.MAX_VAL));
IF (V_BUTTON_PRESSED = 1) THEN
COMMIT_FORM;
BEGIN
SELECT ID
INTO V_ID
FROM GN_ORG_FISCAL_YEARS
WHERE STATUS = 1 AND GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID;
EXCEPTION
WHEN OTHERS THEN
V_ID := NULL;
END;
IF (V_ID IS NOT NULL) THEN
BEGIN
SELECT COUNT(*)
INTO V_COUNT
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE UPPER(IH_BIL_SEQ_CODE) =
UPPER(:BLK_GAPLESS_SEQUENCES_ADD.CODE) AND GN_ORG_FYR_ID = V_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
IF (V_COUNT = 0) THEN
INSERT INTO
IH_BIL_FISCAL_YEAR_SEQS(IH_BIL_SEQ_CODE,GN_ORG_FYR_ID,MAX_VALUE,GAP_COUNT)

VALUES(:BLK_GAPLESS_SEQUENCES_ADD.CODE,V_ID,:BLK_GAPLESS_SEQUENCES_ADD.MAX_VAL,0);
FORMS_DDL('BEGIN COMMIT; END;');
END IF;
GO_BLOCK('BLK_GAPLESS_SEQUENCES_ADD');
CLEAR_BLOCK(NO_COMMIT);
END IF;
END IF;
ELSE
COMMIT_FORM;
CLEAR_BLOCK(NO_COMMIT);
END IF;
END IF;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name EDIT
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Edit
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 54
* Y Position 104
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_EDIT_TEXTITEM;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name PASTE
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Past
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 36
* Y Position 104
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_PASTE_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name COPY
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Copy
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 18
* Y Position 104
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_COPY_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CUT
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Cut
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename All_Cut
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 0
* Y Position 104
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_CUT_REGION;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name SCROLL_UP
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Scroll Up
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Scrup2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 109
* Y Position 104
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Scroll up to view more
records.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_First_Record;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name UP
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Up
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Fldup2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 127
* Y Position 104
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Move up one record.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Up;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name DOWN
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Down
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Flddwn2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 145
* Y Position 104
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Move down one record.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Key_Down;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name SCROLL_DOWN
* Item Type Push Button
- Subclass Information
- Comments
- Help Book Topic
* Enabled Yes
* Label Scroll Down
- Access Key
- Implementation Class
* Iconic Yes
* Icon Filename Scrdwn2
- Default Button No
- Popup Menu
* Keyboard Navigable No
* Mouse Navigate No
- Previous Navigation Item
- Next Navigation Item
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
- Visible Yes
* Canvas CVW_GAPLESS_ALL
* Tab Page
* X Position 163
* Y Position 104
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
* Foreground Color gray
* Background Color gray
* Fill Pattern transparent
- Row Banding Frequency 0
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
* Hint Scroll down to view more
records.
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-BUTTON-PRESSED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Last_Record;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_BIL_GAPLESS_SEQUENCES_5
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
- Number of Records Displayed 1
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_GAPLESS_SEQUENCES
* Query Data Source Columns
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_COM_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_GAPLESS_SEQUENCES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
- Show Scroll Bar No
- Scroll Bar Canvas
- Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
- Scroll Bar X Position 0
- Scroll Bar Y Position 0
* Scroll Bar Width 9
* Scroll Bar Length 135
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:BLK_BIL_GAPLESS_SEQUENCES_5.FISCAL_YEAR :=
TO_CHAR(:BLK_FISCAL_YRS_SEQUENCE.DATE_FROM) ||'-'||
TO_CHAR(:BLK_FISCAL_YRS_SEQUENCE.DATE_TO);
:BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL:= 0;
:BLK_BIL_GAPLESS_SEQUENCES_5.COUNT:= 0;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
^ Insert Allowed No
^ Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 101
* Y Position 23
* Width 178
* Height 14
- Cursor Style <Unspecified>
* Bevel Inset
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Sequence Code :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FISCAL_YEAR
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 372
* Y Position 23
* Width 209
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Fiscal Year :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 101
* Y Position 44
* Width 481
* Height 14
- Cursor Style <Unspecified>
* Bevel Inset
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt English Name :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name NAME2
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 101
* Y Position 64
* Width 481
* Height 14
- Cursor Style <Unspecified>
* Bevel Inset
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Arabic Name :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_COM_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas
* Tab Page
* X Position 354
* Y Position 53
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Gn Org Com Id
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MAX_VAL
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 15
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 101
* Y Position 85
* Width 178
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Maximum Used Value :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 3
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name KEY-NEXT-ITEM
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

IF :GLOBAL.TAB_NO = 2 THEN
P_1_FILL_BILS;
END IF;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name COUNT
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 6
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAP_BIL_SEQ
* Tab Page
* X Position 375
* Y Position 85
* Width 207
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt Current number of gaps :
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 1
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color blue
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name BLK_BIL_SEQ_VS_VISIT_TYPES_4
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 4
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
* Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_SEQ_VS_VISIT_TYPES
* Query Data Source Columns
----------
* Column Name VISIT_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
* Insert Allowed Yes
* Update Allowed Yes
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_SEQ_VS_VISIT_TYPES
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar No
* Scroll Bar Canvas
* Scroll Bar Tab Page
* Scroll Bar Orientation Vertical
* Scroll Bar X Position 145
* Scroll Bar Y Position 21
* Scroll Bar Width 14
* Scroll Bar Length 56
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE

REC_NO VARCHAR2(10);
BEGIN
/*
--
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',UPDATE_ALLOWED,PROPERTY_TRUE);
--
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',INSERT_ALLOWED,PROPERTY_TRUE);
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_BIL_SEQ_VS_VISIT_TYPES_4' ;
REC_NO := :SYSTEM.MOUSE_RECORD;
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_4');
FIRST_RECORD;
WHILE TRUE LOOP
DISPLAY_ITEM('BLK_BIL_SEQ_VS_VISIT_TYPES_4.TYPE','VA_TEXTITEM_NORMAL');
:BLK_BIL_SEQ_VS_VISIT_TYPES_2.DUMMY := '';
IF :SYSTEM.LAST_RECORD = 'TRUE' THEN
EXIT ;
END IF;
NEXT_RECORD;
END LOOP;
GO_RECORD(REC_NO);
:BLK_BIL_SEQ_VS_VISIT_TYPES_4.DUMMY := 'S';
DISPLAY_ITEM('BLK_BIL_SEQ_VS_VISIT_TYPES_4.TYPE','VA_TEXTITEM_HILIGHT');
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',UPDATE_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',INSERT_ALLOWED,PROPERTY_FALSE);
FIRST_RECORD;
GO_RECORD(REC_NO);
--
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',UPDATE_ALLOWED,PROPERTY_FALSE);
--
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',INSERT_ALLOWED,PROPERTY_false);
*/
NULL;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
- Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
- X Position 0
- Y Position 0
* Width 0
* Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
* Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
- Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name TYPE
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key No
- Query Only No
* Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 20
* Y Position 37
* Width 153
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SEQ_ID
* Item Type Display Item
- Subclass Information
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 7
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
* Primary Key Yes
- Query Only No
* Visible Yes
* Canvas
* Tab Page
* X Position 159
* Y Position 138
* Width 53
* Height 10
- Cursor Style <Unspecified>
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name USED
* Item Type Check Box
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Label
- Access Key
- Implementation Class
* Value when Checked 2
* Value when Unchecked 1
- Check Box Mapping of Other Values Checked
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 1
- Initial Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 174
* Y Position 37
* Width 31
* Height 10
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Prompt
- Prompt Display Style First Record
* Prompt Justification Center
* Prompt Attachment Edge Start
* Prompt Alignment Center
* Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-CHECKBOX-CHANGED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN

IF :BLK_BIL_SEQ_VS_VISIT_TYPES_4.USED = 2 THEN
INSERT INTO IH_BIL_SEQ_VS_VISIT_TYPES(VISIT_TYPE,IH_BIL_SEQ_CODE)
VALUES(:BLK_BIL_SEQ_VS_VISIT_TYPES_4.SEQ_ID,:BLK_BIL_GAPLESS_SEQUENCES_5.CODE);
ELSE
DELETE FROM IH_BIL_SEQ_VS_VISIT_TYPES
WHERE UPPER(IH_BIL_SEQ_CODE) = UPPER(:BLK_BIL_GAPLESS_SEQUENCES_5.CODE);
END IF;
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
- Relations
----------
* Name BLK_POS_POINTS_OF_SALE_4
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_BLOCK
----------
----------
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 15
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
^ Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_POS_POINTS_OF_SALE
* Query Data Source Columns
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name NAME
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name NAME2
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GROUPING_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name INSTANT_STR_POST
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name DAY_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name SHORT_CUT_CODES
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 3
* Scale 0
* Mandatory Yes
----------
* Column Name TERMINAL_COUNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 5
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_PATIENT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_EMPLOYEE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_CASH
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name PAY_CASH
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name PAY_CREDITCARD
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name PAY_CHEQ
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name ACCEPT_CUSTOMER
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name ACCEPT_BNT
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name SATUS_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name FN_GLD_COA_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_BNT_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name FN_STR_STR_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name IS_FOR_PATIENTS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory No
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
o Insert Allowed Yes
o Update Allowed Yes
- Locking Mode Automatic
^ Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_POS_POINTS_OF_SALE
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
^ Show Scroll Bar Yes
* Scroll Bar Canvas CVW_USEGE
* Scroll Bar Tab Page
^ Scroll Bar Orientation Vertical
* Scroll Bar X Position 549
* Scroll Bar Y Position 24
o Scroll Bar Width 14
* Scroll Bar Length 176
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
o Triggers
----------
* Name WHEN-MOUSE-CLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

/*
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_POS_POINTS_OF_SALE_4';
P_1_Mouse_Clicked_S;
*/
NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

--P_1_Display_Data;
NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

begin
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',DEFAULT_WHERE,'ACCEPT_CASH = 2 AND
IH_BIL_SEQ_CODE IS NULL OR UPPER(IH_BIL_SEQ_CODE) LIKE
UPPER('''||:BLK_BIL_GAPLESS_SEQUENCES_5.CODE||''') OR IH_BIL_SEQ_CODE IS NULL AND
GN_ORG_BNT_ID IN(SELECT ID FROM GN_ORG_BUSINESS_UNITS WHERE GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID||')' );
END;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name POST-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

DECLARE
V_IH_BIL_SEQ_CODE VARCHAR2(10);

BEGIN
BEGIN
SELECT IH_BIL_SEQ_CODE
INTO V_IH_BIL_SEQ_CODE
FROM IH_POS_POINTS_OF_SALE
WHERE ID = :BLK_POS_POINTS_OF_SALE_4.ID;
EXCEPTION
WHEN OTHERS THEN
V_IH_BIL_SEQ_CODE := NULL;
END;

IF V_IH_BIL_SEQ_CODE IS NULL THEN


:BLK_POS_POINTS_OF_SALE_4.USED := 1;
ELSE
:BLK_POS_POINTS_OF_SALE_4.USED := 2;
END IF;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
o Insert Allowed Yes
o Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
* Insert Allowed No
* Update Allowed Yes
* Update Only if NULL Yes
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CODE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 236
* Y Position 36
* Width 48
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_POS_POINTS_OF_SALE_4';
P_1_Mouse_Clicked_S;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name NAME
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
- Justification Start
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
^ Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 285
* Y Position 36
* Width 232
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_POS_POINTS_OF_SALE_4';
P_1_Mouse_Clicked_S;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name USED
* Item Type Check Box
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Label
- Access Key
- Implementation Class
* Value when Checked 2
* Value when Unchecked 1
- Check Box Mapping of Other Values Checked
- Popup Menu
- Keyboard Navigable Yes
- Mouse Navigate Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
- Maximum Length 30
* Initial Value 1
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Insert Allowed Yes
- Update Allowed Yes
- Visible Yes
* Canvas CVW_USEGE
* Tab Page
* X Position 518
* Y Position 36
* Width 31
* Height 10
- Cursor Style <Unspecified>
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Direction Default
* Triggers
----------
* Name WHEN-CHECKBOX-CHANGED
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

BEGIN
IF :BLK_POS_POINTS_OF_SALE_4.USED = 1 THEN
UPDATE IH_POS_POINTS_OF_SALE
SET IH_BIL_SEQ_CODE = NULL
WHERE ID = :BLK_POS_POINTS_OF_SALE_4.ID AND GN_ORG_BNT_ID IN(SELECT ID FROM
GN_ORG_BUSINESS_UNITS WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID);
ELSE
UPDATE IH_POS_POINTS_OF_SALE
SET IH_BIL_SEQ_CODE = :BLK_BIL_GAPLESS_SEQUENCES_5.CODE
WHERE ID = :BLK_POS_POINTS_OF_SALE_4.ID AND GN_ORG_BNT_ID IN(SELECT ID FROM
GN_ORG_BUSINESS_UNITS WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID);
END IF;
CLEAR_MESSAGE;
END;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name NAME2
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 230
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GROUPING_TYPE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name INSTANT_STR_POST
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DAY_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SHORT_CUT_CODES
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 4
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 23
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name TERMINAL_COUNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 6
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 32
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_PATIENT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_EMPLOYEE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_CASH
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CASH
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CREDITCARD
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name PAY_CHEQ
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_CUSTOMER
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ACCEPT_BNT
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name SATUS_DATE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_GLD_COA_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_STR_STR_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IS_FOR_PATIENTS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_SEQ_CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 18
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name IH_BIL_BILS
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_BLOCK
----------
----------
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 16
- Query All Records No
- Record Orientation Vertical
- Single Record No
* Database Data Block No
^ Enforce Primary Key Yes
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_BILS
* Query Data Source Columns
----------
* Column Name FN_ACR_CUS_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name FN_PRN_EMP_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name FN_PRN_EMP_ID_CLOSED_BY
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name FN_PRN_EMP_ID_FOR
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_BNT_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name GN_ORG_BNT_ID_FOR
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name BILL_NO
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 9
* Scale 0
* Mandatory Yes
----------
* Column Name BILL_TYPE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name OPEN_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name CLOSE_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name IS_POSTED
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name IS_PRINTED
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory No
----------
* Column Name STATUS
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name STATUS_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory Yes
----------
* Column Name REQUIRED_DP
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 3
* Mandatory Yes
----------
* Column Name COVERAGE_NOTES
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 1024
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name LETTER_DATE
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name LETTER_REF
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 50
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name IH_EMR_VST_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name IH_POS_POS_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory No
----------
* Column Name GN_ORG_PRD_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name FN_GLD_COA_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name IS_SETTLED
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 1
* Scale 0
* Mandatory Yes
----------
* Column Name IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
o Insert Allowed Yes
o Update Allowed Yes
- Locking Mode Automatic
^ Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_BILS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
^ Show Scroll Bar Yes
* Scroll Bar Canvas CVW_GAPS
* Scroll Bar Tab Page
^ Scroll Bar Orientation Vertical
* Scroll Bar X Position 212
* Scroll Bar Y Position 15
o Scroll Bar Width 14
* Scroll Bar Length 187
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
o Triggers
----------
* Name WHEN-MOUSE-CLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'IH_BIL_BILS';
P_1_Mouse_Clicked_CONTROL('BILL_NO');
IF :IH_BIL_BILS.DUMMY = 'S' THEN
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_R',ENABLED,PROPERTY_TRUE);
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_R',NAVIGABLE,PROPERTY_TRUE);
ELSE
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_R',ENABLED,PROPERTY_FALSE);

END IF;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
o Trigger Text

--P_1_Display_Data;
null;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

/*
SET_BLOCK_PROPERTY('IH_BIL_BILS',DEFAULT_WHERE,'BILL_NO NOT IN( SELECT BILL_NO
FROM IH_BIL_BILS
WHERE GN_ORG_PRD_ID
IN(SELECT ID

FROM GN_ORG_PERIODS

WHERE GN_ORG_FYR_ID IN(SELECT ID

FROM GN_ORG_FISCAL_YEARS

WHERE ID = '||:BLK_FISCAL_YRS_SEQUENCE.ID|| ' AND GN_ORG_COM_ID =


'||:PARAMETER.PRF_COMPANY_ID||'))
AND STATUS = 2 AND
UPPER(IH_BIL_SEQ_CODE) LIKE UPPER('''||:BLK_BIL_GAPLESS_SEQUENCES_5.CODE ||''')
AND BILL_NO NOT IN(SELECT VALUE

FROM IH_BIL_SEQUENCE_GAPS

WHERE IH_BIL_FYS_GN_ORG_FYR_ID IN(SELECT ID FROM GN_ORG_FISCAL_YEARS WHERE ID =


'||:BLK_FISCAL_YRS_SEQUENCE.ID|| ' AND GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID||' )))' );
*/
null;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
^ Insert Allowed No
^ Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAPS
* Tab Page
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name BILL_NO
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
^ Visible Yes
* Canvas CVW_GAPS
* Tab Page
* X Position 10
* Y Position 27
* Width 204
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_ACR_CUS_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_PRN_EMP_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_PRN_EMP_ID_CLOSED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_PRN_EMP_ID_FOR
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_BNT_ID_FOR
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name BILL_TYPE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name OPEN_DATE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CLOSE_DATE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IS_POSTED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IS_PRINTED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name STATUS_DATE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name REQUIRED_DP
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 17
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 81
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name COVERAGE_NOTES
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 1024
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 275
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name LETTER_DATE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name LETTER_REF
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 230
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name CREATED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_CREATED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name MODIFIED_BY
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 50
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 95
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name DATE_MODIFIED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Date
- Data Length Semantics Null
* Maximum Length 10
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 50
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_EMR_VST_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_POS_POS_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name GN_ORG_PRD_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name FN_GLD_COA_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IS_SETTLED
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 2
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 14
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_SEQ_CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 18
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Name IH_BIL_SEQUENCE_GAPS
- Subclass Information
- Comments
- Navigation Style Same Record
- Previous Navigation Data Block
- Next Navigation Data Block
- Current Record Visual Attribute Group
- Query Array Size 0
- Number of Records Buffered 0
* Number of Records Displayed 16
- Query All Records No
- Record Orientation Vertical
- Single Record No
- Database Data Block Yes
- Enforce Primary Key No
- Query Allowed Yes
- Query Data Source Type Table
* Query Data Source Name IH_BIL_SEQUENCE_GAPS
* Query Data Source Columns
----------
* Column Name VALUE
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name CREATED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_CREATED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name MODIFIED_BY
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 20
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name DATE_MODIFIED
* Column Type DATE
- Column Type Name
- Parent Column
* Length 0
* Precision 0
* Scale 0
* Mandatory No
----------
* Column Name IH_BIL_FYS_GN_ORG_FYR_ID
* Column Type NUMBER
- Column Type Name
- Parent Column
* Length 0
* Precision 15
* Scale 0
* Mandatory Yes
----------
* Column Name IH_BIL_FYS_IH_BIL_SEQ_CODE
* Column Type VARCHAR2
- Column Type Name
- Parent Column
* Length 3
* Precision 0
* Scale 0
* Mandatory Yes
----------
- Query Data Source Arguments
- Alias
- Include REF Item No
- WHERE Clause
- ORDER BY Clause
- Optimizer Hint
- Insert Allowed Yes
- Update Allowed Yes
- Locking Mode Automatic
- Delete Allowed Yes
- Key Mode Automatic
- Update Changed Columns Only No
- Enforce Column Security No
- Maximum Query Time 0
- Maximum Records Fetched 0
- DML Data Target Type Table
* DML Data Target Name IH_BIL_SEQUENCE_GAPS
- Insert Procedure Name
- Insert Procedure Result Set Columns
- Insert Procedure Arguments
- Update Procedure Name
- Update Procedure Result Set Columns
- Update Procedure Arguments
- Delete Procedure Name
- Delete Procedure Result Set Columns
- Delete Procedure Arguments
- Lock Procedure Name
- Lock Procedure Result Set Columns
- Lock Procedure Arguments
- DML Array Size 1
- Precompute Summaries No
- DML Returning Value No
* Show Scroll Bar Yes
* Scroll Bar Canvas CVW_GAPS
* Scroll Bar Tab Page
- Scroll Bar Orientation Vertical
* Scroll Bar X Position 557
* Scroll Bar Y Position 14
* Scroll Bar Width 14
* Scroll Bar Length 188
- Scroll Bar Height 0
- Reverse Direction No
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Direction Default
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

:GLOBAL.CURRENT_DISPLAY_BLOCK := 'IH_BIL_SEQUENCE_GAPS';
P_1_MOUSE_CLICKED;
IF :IH_BIL_SEQUENCE_GAPS.DUMMY = 'S' THEN
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_L',ENABLED,PROPERTY_TRUE);
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_L',NAVIGABLE,PROPERTY_TRUE);

ELSE
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_L',ENABLED,PROPERTY_FALSE);
END IF;

- Fire in Enter-Query Mode Yes


- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name PRE-QUERY
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

SET_BLOCK_PROPERTY('IH_BIL_SEQUENCE_GAPS',DEFAULT_WHERE,'IH_BIL_FYS_GN_ORG_FYR_ID =
'||:BLK_FISCAL_YRS_SEQUENCE.ID ||'and UPPER(IH_BIL_FYS_IH_BIL_SEQ_CODE) like
UPPER('''||:BLK_BIL_GAPLESS_SEQUENCES_5.CODE||''')');
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Items
----------
* Name DUMMY
- Item Type Text Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DUMMY_ITEM
----------
----------
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
- Maximum Length 30
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
^ Database Item No
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
^ Insert Allowed No
^ Update Allowed No
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
* Canvas CVW_GAPS
* Tab Page
- X Position 0
- Y Position 0
^ Width 0
^ Height 0
- Cursor Style <Unspecified>
- Bevel Lowered
^ Rendered No
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
o Triggers
----------
* Name ON-ERROR
* Subclass Information
----------
- Source File
- Source Path
- Source Module
- Source Level
----------
- Comments
- Trigger Style PL/SQL
^ Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name VALUE
^ Item Type Display Item
* Subclass Information
----------
- Source File
- Source Path
- Source Module
* Source Level
----------
* Source Name IH_BIL1001E
----------
* Source Name PC_DISPLAY_ITEM
----------
----------
- Comments
- Help Book Topic
* Justification Center
- Popup Menu
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
- Format Mask
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
^ Distance Between Records 1
- Number of Items Displayed 0
- Database Item Yes
- Column Name
* Primary Key Yes
- Query Only No
^ Visible Yes
* Canvas CVW_GAPS
* Tab Page
* X Position 344
* Y Position 26
* Width 215
^ Height 18
- Cursor Style <Unspecified>
^ Bevel None
- Rendered Yes
^ Visual Attribute Group VA_TEXTITEM_NORMAL
- Prompt Visual Attribute Group DEFAULT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
- Row Banding Frequency 0
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
* Prompt Now searching for gaps
in bil numbers that are
not connected for ...
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
* Prompt Attachment Offset 19
- Prompt Alignment Offset 0
- Prompt Reading Order Default
* Prompt Foreground Color red
- Prompt Font
* Prompt Font Name MS Sans Serif
* Prompt Font Size 8
* Prompt Font Weight Medium
* Prompt Font Style Blink
* Prompt Font Spacing Normal
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_FYS_GN_ORG_FYR_ID
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
* Data Type Number
- Data Length Semantics Null
* Maximum Length 16
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 77
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
* Name IH_BIL_FYS_IH_BIL_SEQ_CODE
* Item Type Text Item
- Subclass Information
- Comments
- Help Book Topic
- Enabled Yes
- Justification Start
- Implementation Class
- Multi-Line No
- Wrap Style Word
- Case Restriction Mixed
- Conceal Data No
- Keep Cursor Position No
- Automatic Skip No
- Popup Menu
- Keyboard Navigable Yes
- Previous Navigation Item
- Next Navigation Item
- Data Type Char
- Data Length Semantics Null
* Maximum Length 3
- Initial Value
* Required No
- Format Mask
- Lowest Allowed Value
- Highest Allowed Value
- Copy Value from Item
- Synchronize with Item
- Calculation Mode None
- Formula
- Summary Function None
- Summarized Block
- Summarized Item
- Current Record Visual Attribute Group
- Distance Between Records 0
- Number of Items Displayed 0
- Database Item Yes
- Column Name
- Primary Key No
- Query Only No
- Query Allowed Yes
- Query Length 0
- Case Insensitive Query No
- Insert Allowed Yes
- Update Allowed Yes
- Update Only if NULL No
- Lock Record No
- List of Values
- List X Position 0
- List Y Position 0
- Validate from List No
- Editor
- Editor X Position 0
- Editor Y Position 0
- Visible Yes
- Canvas
- Tab Page
- X Position 0
- Y Position 0
* Width 18
* Height 14
- Cursor Style <Unspecified>
- Bevel Lowered
- Rendered Yes
- Show Vertical Scroll Bar No
- Visual Attribute Group DEFAULT
- Prompt Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Row Banding Frequency 0
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
* Prompt
- Prompt Display Style First Record
- Prompt Justification Start
- Prompt Attachment Edge Start
- Prompt Alignment Start
- Prompt Attachment Offset 0
- Prompt Alignment Offset 0
- Prompt Reading Order Default
- Prompt Foreground Color
- Prompt Font
- Prompt Font Name
- Prompt Font Size 0
- Prompt Font Weight Medium
- Prompt Font Style Plain
- Prompt Font Spacing Normal
- Hint
- Display Hint Automatically No
- Tooltip
- Tooltip Visual Attribute Group
- Initial Keyboard State Default
- Reading Order Default
- Keyboard State Any
- Triggers
----------
- Relations
----------
* Canvases
----------
* Name CVW_MAIN
* Canvas Type Content
- Subclass Information
- Comments
- Help Book Topic
* Raise on Entry No
- Popup Menu
- Visible Yes
* Window WND_MAIN
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 1436
* Height 446
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color GoodNight
* Background Color white
* Fill Pattern transparent
- Gradient Start Side None
* Direction Default
* Graphics Objects
----------
* Name RECT1392
* Graphics Type Rectangle
- Subclass Information
* X Position 0
* Y Position 0
* Width 1436
* Height 20
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color GoodNight
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
----------
* Name GRAPHIC1393
* Graphics Type Rectangle
- Subclass Information
* X Position 0
* Y Position 20
* Width 1436
* Height 30
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color LightGray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
----------
----------
* Name CVW_PRIMARY
* Canvas Type Tab
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
* Viewport Y Position 50
* Viewport Width 1000
* Viewport Height 410
- Visible Yes
* Window WND_MAIN
* Bevel None
* Corner Style Rounded
- Width Style Fixed
- Active Style Normal
- Tab Attachment Edge Top
* Visual Attribute Group VA_TAB
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Gradient Start Side None
- Font
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Direction Default
* Tab Pages
----------
* Name GENERAL
- Subclass Information
- Comments
- Enabled Yes
* Label General
- Icon Filename
- Visible Yes
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
- Direction Default
* Graphics Objects
----------
* Name TEXT570
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 20
* Width 20
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Default Accounts Per Fiscal
Years
* Foreground Color Downy
- Font
* Font Name Source Sans Pro Black
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1069
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 195
* Width 61
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1070
* Simple Text Objects
----------
* Name TEXTSTR1071
- Help Book Topic
* List Item Value Miscellaneous
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name RECT1072
* Graphics Type Rectangle
- Subclass Information
* X Position 10
* Y Position 24
* Width 5
* Height 5
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1073
* Graphics Type Rectangle
- Subclass Information
* X Position 10
* Y Position 199
* Width 5
* Height 5
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name RECT1074
* Graphics Type Rectangle
- Subclass Information
* X Position 19
* Y Position 59
* Width 411
* Height 116
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color GoodNight
* Background Color Solitude
- Fill Pattern
* Edge Foreground Color Solitude
- Edge Background Color
* Edge Pattern solid
----------
----------
* Name ACCOMMODATIONS
- Subclass Information
- Comments
- Enabled Yes
* Label Accommodations
- Icon Filename
- Visible Yes
* Visual Attribute Group VA_TAB
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Gradient Start Side None
- Direction Default
* Graphics Objects
----------
* Name TEXT528
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 71
* Width 200
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT529
* Simple Text Objects
----------
* Name TEXTSTR530
- Help Book Topic
* List Item Value Parameters for Calculation of
Charging Per Day
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT532
* Graphics Type Text
- Subclass Information
* X Position 301
* Y Position 92
* Width 95
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
* Wrap Text No
* Bounding Box Scaleable No
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
* Horizontal Origin Right
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT533
* Simple Text Objects
----------
* Name TEXTSTR534
- Help Book Topic
* List Item Value is charged as separte day .
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT537
* Graphics Type Text
- Subclass Information
* X Position 239
* Y Position 319
* Width 85
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
* Wrap Text No
* Bounding Box Scaleable No
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
* Horizontal Origin Right
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT538
* Simple Text Objects
----------
* Name TEXTSTR539
- Help Book Topic
* List Item Value minutes or part of them .
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT542
* Graphics Type Text
- Subclass Information
* X Position 475
* Y Position 277
* Width 453
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
* Wrap Text No
* Bounding Box Scaleable No
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
* Horizontal Origin Right
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT543
* Simple Text Objects
----------
* Name TEXTSTR544
- Help Book Topic
* List Item Value As soon as the patient is
transferred into a room with Surgery Charging , the retail price of the room will
be charged.
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT545
* Graphics Type Text
- Subclass Information
* X Position 318
* Y Position 296
* Width 178
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
* Wrap Text No
* Bounding Box Scaleable No
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
* Horizontal Origin Right
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT546
* Simple Text Objects
----------
* Name TEXTSTR547
- Help Book Topic
* List Item Value minutes , the patient will be
charged an additional
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT548
* Graphics Type Text
- Subclass Information
* X Position 271
* Y Position 155
* Width 85
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
* Wrap Text No
* Bounding Box Scaleable No
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
* Horizontal Origin Right
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT549
* Simple Text Objects
----------
* Name TEXTSTR550
- Help Book Topic
* List Item Value minutes or part of them .
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT872
* Graphics Type Text
- Subclass Information
* X Position 401
* Y Position 113
* Width 5
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT873
* Simple Text Objects
----------
* Name TEXTSTR874
- Help Book Topic
* List Item Value %
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC970
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 20
* Width 126
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT529
* Simple Text Objects
----------
* Name TEXTSTR530
- Help Book Topic
* List Item Value Accommodation Charging Log
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1009
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 187
* Width 88
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1010
* Simple Text Objects
----------
* Name TEXTSTR1011
- Help Book Topic
* List Item Value Auto Sequence File No
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT570
* Graphics Type Text
- Subclass Information
* X Position 506
* Y Position 20
* Width 186
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Business Units Profiting from
Accommdation
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT551
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 254
* Width 236
* Height 13
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT552
* Simple Text Objects
----------
* Name TEXTSTR553
- Help Book Topic
* List Item Value Parameters for Calculation of
Charging Surgery Rooms
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT875
* Graphics Type Text
- Subclass Information
* X Position 214
* Y Position 181
* Width 2
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT876
* Simple Text Objects
----------
* Name TEXTSTR877
- Help Book Topic
* List Item Value .
* Foreground Color blue
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1076
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 113
* Width 347
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1077
* Simple Text Objects
----------
* Name TEXTSTR1078
- Help Book Topic
* List Item Value Patients who stay at least one
night in a room will be charged late Discharge at the rate of
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1079
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 92
* Width 128
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1080
* Simple Text Objects
----------
* Name TEXTSTR1081
- Help Book Topic
* List Item Value Accommodation Starting before
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1082
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 155
* Width 110
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1083
* Simple Text Objects
----------
* Name TEXTSTR1084
- Help Book Topic
* List Item Value A new day charging starts at
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1085
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 134
* Width 72
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1086
* Simple Text Objects
----------
* Name TEXTSTR1087
- Help Book Topic
* List Item Value If they Leave after
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1088
* Graphics Type Text
- Subclass Information
* X Position 140
* Y Position 134
* Width 43
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1089
* Simple Text Objects
----------
* Name TEXTSTR1090
- Help Book Topic
* List Item Value and before
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1091
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 296
* Width 53
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1092
* Simple Text Objects
----------
* Name TEXTSTR1093
- Help Book Topic
* List Item Value After the first
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1094
* Graphics Type Text
- Subclass Information
* X Position 363
* Y Position 296
* Width 78
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification End
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1095
* Simple Text Objects
----------
* Name TEXTSTR1096
- Help Book Topic
* List Item Value % of the retail price
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1097
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 319
* Width 79
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification End
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1098
* Simple Text Objects
----------
* Name TEXTSTR1099
- Help Book Topic
* List Item Value For every additional
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1100
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 208
* Width 124
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification End
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1101
* Simple Text Objects
----------
* Name TEXTSTR1102
- Help Book Topic
* List Item Value Check Duplicate Patient Names
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1103
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 229
* Width 131
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification End
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1104
* Simple Text Objects
----------
* Name TEXTSTR1105
- Help Book Topic
* List Item Value Favorite Language Patient
Names
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name LINE1106
* Graphics Type Line
- Subclass Information
* X Position 431
* Y Position 33
* Width 549
* Height 0
* Line Width .99
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color JadeDust
- Fill Pattern
* Edge Foreground Color JadeDust
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1107
* Graphics Type Line
- Subclass Information
* X Position 20
* Y Position 0
* Width 0
* Height 379
* Line Width .99
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color green
- Fill Pattern
* Edge Foreground Color green
- Edge Background Color
* Edge Pattern solid
----------
* Name TEXT1108
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 46
* Width 119
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1109
* Simple Text Objects
----------
* Name TEXTSTR1110
- Help Book Topic
* List Item Value Log Charging Accommodation
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1111
* Graphics Type Text
- Subclass Information
* X Position 267
* Y Position 46
* Width 59
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1112
* Simple Text Objects
----------
* Name TEXTSTR1113
- Help Book Topic
* List Item Value Path of Log File
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name LINE1114
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 20
* Width 988
* Height 0
* Line Width .99
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
* Edge Foreground Color green
* Edge Background Color white
* Edge Pattern solid
----------
* Name GRAPHIC1115
* Graphics Type Line
- Subclass Information
* X Position 980
* Y Position 0
* Width 0
* Height 379
* Line Width .99
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color green
- Fill Pattern
* Edge Foreground Color green
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1116
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 368
* Width 988
* Height 0
* Line Width .99
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
* Edge Foreground Color green
* Edge Background Color white
* Edge Pattern solid
----------
* Name GRAPHIC1117
* Graphics Type Line
- Subclass Information
* X Position 954
* Y Position 0
* Width 0
* Height 367
* Line Width .99
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color magenta
- Fill Pattern
* Edge Foreground Color magenta
- Edge Background Color
* Edge Pattern solid
----------
* Name RECT1118
* Graphics Type Rectangle
- Subclass Information
* X Position 10
* Y Position 24
* Width 5
* Height 5
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color Downy
* Fill Pattern transparent
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1119
* Graphics Type Rectangle
- Subclass Information
* X Position 10
* Y Position 75
* Width 5
* Height 5
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color Downy
* Fill Pattern transparent
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1120
* Graphics Type Rectangle
- Subclass Information
* X Position 10
* Y Position 258
* Width 5
* Height 5
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color Downy
* Fill Pattern transparent
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1122
* Graphics Type Rectangle
- Subclass Information
* X Position 496
* Y Position 24
* Width 5
* Height 5
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color Downy
* Fill Pattern transparent
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name RECT1123
* Graphics Type Rectangle
- Subclass Information
* X Position 505
* Y Position 73
* Width 455
* Height 285
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color Solitude
- Fill Pattern
* Edge Foreground Color Solitude
- Edge Background Color
* Edge Pattern solid
----------
----------
* Name BILL_SEQUENCES
- Subclass Information
- Comments
- Enabled Yes
* Label Bill Sequences
- Icon Filename
- Visible Yes
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern white
- Gradient Start Side None
- Direction Default
* Graphics Objects
----------
* Name TEXT570
* Graphics Type Text
- Subclass Information
* X Position 250
* Y Position 8
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Default Accounts Per Fiscal
Years
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT622
* Graphics Type Text
- Subclass Information
* X Position 30
* Y Position 71
* Width 46
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT623
* Simple Text Objects
----------
* Name TEXTSTR624
- Help Book Topic
* List Item Value deleted bills .
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT625
* Graphics Type Text
- Subclass Information
* X Position 16
* Y Position 9
* Width 115
* Height 10
- Line Width 0
* Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT626
* Simple Text Objects
----------
* Name TEXTSTR627
- Help Book Topic
* List Item Value Cancelling un-posted bills
and visits
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT639
* Graphics Type Text
- Subclass Information
* X Position 15
* Y Position 113
* Width 119
* Height 10
- Line Width 0
* Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT640
* Simple Text Objects
----------
* Name TEXTSTR641
- Help Book Topic
* List Item Value Sequences of bills for visits
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT642
* Graphics Type Text
- Subclass Information
* X Position 16
* Y Position 197
* Width 160
* Height 10
- Line Width 0
* Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT643
* Simple Text Objects
----------
* Name TEXTSTR644
- Help Book Topic
* List Item Value Sequences of bills for cash
sales at POS
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT645
* Graphics Type Text
- Subclass Information
* X Position 249
* Y Position 114
* Width 220
* Height 10
- Line Width 0
* Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT646
* Simple Text Objects
----------
* Name TEXTSTR647
- Help Book Topic
* List Item Value Billing Gapless Sequences in
Selected Fiscal Year
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC755
* Graphics Type Text
- Subclass Information
* X Position 158
* Y Position 30
* Width 37
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT623
* Simple Text Objects
----------
* Name TEXTSTR624
- Help Book Topic
* List Item Value to inactive
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC756
* Graphics Type Text
- Subclass Information
* X Position 149
* Y Position 52
* Width 66
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT623
* Simple Text Objects
----------
* Name TEXTSTR624
- Help Book Topic
* List Item Value the bill numbers of
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
----------
----------
* Name CVW_EDIT_MAIN
- Canvas Type Content
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Visible Yes
* Window WND_ACCOMMODATION
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 710
* Height 390
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
- Direction Default
- Graphics Objects
----------
* Name CVW_EDIT_PRIMARY
* Canvas Type Tab
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 683
* Viewport Height 400
- Visible Yes
* Window WND_ACCOMMODATION
* Bevel None
- Corner Style Chamfered
- Width Style Fixed
- Active Style Normal
- Tab Attachment Edge Top
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color White
- Fill Pattern
- Gradient Start Side None
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Font Style Plain
- Font Spacing Normal
- Direction Default
* Tab Pages
----------
* Name CHARGING_PARAMETERS
- Subclass Information
- Comments
- Enabled Yes
* Label Charging Parameters
- Icon Filename
- Visible Yes
* Visual Attribute Group VA_TAB
^ Foreground Color GoodNight
^ Background Color White
^ Fill Pattern transparent
- Gradient Start Side None
- Direction Default
* Graphics Objects
----------
* Name TEXT857
* Graphics Type Text
- Subclass Information
* X Position 326
* Y Position 311
* Width 11
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Center
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT858
* Simple Text Objects
----------
* Name TEXTSTR859
- Help Book Topic
* List Item Value %
* Foreground Color BlackPearl
- Font
* Font Name Arial
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT878
* Graphics Type Text
- Subclass Information
* X Position 338
* Y Position 286
* Width 32
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT879
* Simple Text Objects
----------
* Name TEXTSTR880
- Help Book Topic
* List Item Value Minutes .
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT960
* Graphics Type Text
- Subclass Information
* X Position 411
* Y Position 209
* Width 131
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Center
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern solid
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT961
* Simple Text Objects
----------
* Name TEXTSTR962
- Help Book Topic
* List Item Value Favorite Language Patient
Names
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC965
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 40
* Width 119
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Center
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT961
* Simple Text Objects
----------
* Name TEXTSTR962
- Help Book Topic
* List Item Value Log Accommodation Charging
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1029
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 84
* Width 207
* Height 13
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1030
* Simple Text Objects
----------
* Name TEXTSTR1031
- Help Book Topic
* List Item Value Parameters for Calculation of
Charging Per Day
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1032
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 235
* Width 241
* Height 13
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color Downy
- Background Color
* Fill Pattern none
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1033
* Simple Text Objects
----------
* Name TEXTSTR1034
- Help Book Topic
* List Item Value Parameters for Calculation of
Charging Surgery Rooms
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1038
* Graphics Type Text
- Subclass Information
* X Position 20
* Y Position 20
* Width 128
* Height 13
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1030
* Simple Text Objects
----------
* Name TEXTSTR1031
- Help Book Topic
* List Item Value Accommodation Charging Log
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1042
* Graphics Type Text
- Subclass Information
* X Position 326
* Y Position 210
* Width 11
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Center
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT858
* Simple Text Objects
----------
* Name TEXTSTR859
- Help Book Topic
* List Item Value %
* Foreground Color BlackPearl
- Font
* Font Name Arial
* Font Size 9
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1043
* Graphics Type Text
- Subclass Information
* X Position 338
* Y Position 259
* Width 32
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT879
* Simple Text Objects
----------
* Name TEXTSTR880
- Help Book Topic
* List Item Value Minutes .
* Foreground Color BlackPearl
- Font
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name RECT1057
* Graphics Type Rectangle
- Subclass Information
* X Position 11
* Y Position 24
* Width 5
* Height 5
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1058
* Graphics Type Rectangle
- Subclass Information
* X Position 11
* Y Position 88
* Width 5
* Height 5
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1059
* Graphics Type Rectangle
- Subclass Information
* X Position 11
* Y Position 239
* Width 5
* Height 5
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
----------
* Name NURSING_STATIONS
- Subclass Information
- Comments
- Enabled Yes
* Label Nursing Stations
- Icon Filename
- Visible Yes
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color White
- Fill Pattern
- Gradient Start Side None
- Direction Default
* Graphics Objects
----------
* Name TEXT73
* Graphics Type Text
- Subclass Information
* X Position 362
* Y Position 20
* Width 62
* Height 10
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Custom Spacing 0
* Line Spacing Single
* Fixed Bounding Box No
* Wrap Text Yes
* Bounding Box Scaleable Yes
* Font Scaleable No
* Horizontal Justification Left
* Vertical Justification Top
* Horizontal Origin Right
* Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color black
* Edge Background Color black
* Edge Pattern none
* Direction Default
* Compound Text Objects
----------
* Name CMPTXT74
* Simple Text Objects
----------
* Name TEXTSTR75
- Help Book Topic
* List Item Value Business Units
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT78
* Graphics Type Text
- Subclass Information
* X Position 19
* Y Position 205
* Width 194
* Height 13
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Custom Spacing 0
* Line Spacing Single
* Fixed Bounding Box No
* Wrap Text Yes
* Bounding Box Scaleable Yes
* Font Scaleable No
* Horizontal Justification Left
* Vertical Justification Top
* Horizontal Origin Left
* Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
* Direction Default
* Compound Text Objects
----------
* Name CMPTXT79
* Simple Text Objects
----------
* Name TEXTSTR80
- Help Book Topic
* List Item Value Business Unit Profitting From
Accomodation
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name RECT1057
* Graphics Type Rectangle
- Subclass Information
* X Position 9
* Y Position 209
* Width 5
* Height 5
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1062
* Graphics Type Rectangle
- Subclass Information
* X Position 19
* Y Position 60
* Width 241
* Height 113
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color AliceBlue
- Fill Pattern
* Edge Foreground Color AliceBlue
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1061
* Graphics Type Rectangle
- Subclass Information
* X Position 9
* Y Position 24
* Width 5
* Height 5
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1060
* Graphics Type Rectangle
- Subclass Information
* X Position 288
* Y Position 24
* Width 5
* Height 5
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1063
* Graphics Type Rectangle
- Subclass Information
* X Position 298
* Y Position 60
* Width 326
* Height 113
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color AliceBlue
- Fill Pattern
* Edge Foreground Color AliceBlue
- Edge Background Color
* Edge Pattern solid
----------
* Name TEXT1064
* Graphics Type Text
- Subclass Information
* X Position 87
* Y Position 20
* Width 68
* Height 13
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
- Horizontal Justification Left
- Vertical Justification Top
* Horizontal Origin Right
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
* Edge Foreground Color white
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1065
* Simple Text Objects
----------
* Name TEXTSTR1066
- Help Book Topic
* List Item Value Nursing Station
* Foreground Color Downy
- Font
* Font Name Source Sans Pro
* Font Size 10
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1067
* Graphics Type Rectangle
- Subclass Information
* X Position 19
* Y Position 240
* Width 605
* Height 80
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
* Background Color AliceBlue
- Fill Pattern
* Edge Foreground Color AliceBlue
- Edge Background Color
* Edge Pattern solid
----------
----------
----------
* Name CVW_STATUS
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 0
* Viewport Y Position 0
* Viewport Width 1000
* Viewport Height 50
- Visible Yes
* Window WND_MAIN
- Viewport X Position on Canvas 0
* Viewport Y Position on Canvas 0
* Width 1000
* Height 50
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color HintOfElusiveBlue
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name RECT902
* Graphics Type Rectangle
- Subclass Information
* X Position 0
* Y Position 0
* Width 1000
* Height 20
* Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color GoodNight
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
----------
* Name GRAPHIC956
* Graphics Type Rectangle
- Subclass Information
* X Position 0
* Y Position 20
* Width 1000
* Height 30
* Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel None
* Visual Attribute Group VA_HEADER_VIEW
- Foreground Color
* Background Color AliceBlue
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
----------
* Name TEXT1765
* Graphics Type Text
- Subclass Information
* X Position 246
* Y Position 51
* Width 15
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value New
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1768
* Graphics Type Text
- Subclass Information
* X Position 293
* Y Position 51
* Width 12
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Edit
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1769
* Graphics Type Text
- Subclass Information
* X Position 392
* Y Position 51
* Width 15
* Height 11
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Save
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1770
* Graphics Type Text
- Subclass Information
* X Position 436
* Y Position 51
* Width 25
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Confirm
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1771
* Graphics Type Text
- Subclass Information
* X Position 340
* Y Position 51
* Width 25
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Delete
* Foreground Color RedOrange
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1772
* Graphics Type Text
- Subclass Information
* X Position 492
* Y Position 51
* Width 25
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Print
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1773
* Graphics Type Text
- Subclass Information
* X Position 542
* Y Position 51
* Width 18
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Excel
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1774
* Graphics Type Text
- Subclass Information
* X Position 639
* Y Position 51
* Width 18
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Search
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1775
* Graphics Type Text
- Subclass Information
* X Position 693
* Y Position 51
* Width 18
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Find
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1776
* Graphics Type Text
- Subclass Information
* X Position 744
* Y Position 51
* Width 12
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color BlackPearl
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1766
* Simple Text Objects
----------
* Name TEXTSTR1767
- Help Book Topic
* List Item Value Exit
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC1418
* Graphics Type Text
- Subclass Information
* X Position 590
* Y Position 45
* Width 19
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Center
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Center
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
* Edge Background Color white
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1405
* Simple Text Objects
----------
* Name TEXTSTR1406
- Help Book Topic
* List Item Value Adhoc
* Foreground Color black
- Font
* Font Name Source Sans Pro
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT1395
* Graphics Type Text
- Subclass Information
* X Position 0
* Y Position 20
* Width 66
* Height 20
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
* Vertical Origin Bottom
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color white
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT1396
* Simple Text Objects
----------
* Name TEXTSTR1397
- Help Book Topic
* List Item Value SGHUMC
* Foreground Color white
- Font
* Font Name Exo
* Font Size 15
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
----------
* Name CVW_ACCOMMODATION
* Canvas Type Content
- Subclass Information
- Comments
- Help Book Topic
* Raise on Entry No
- Popup Menu
- Visible Yes
* Window WND_ACCOMMODATION
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 700
* Height 373
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Gradient Start Side None
* Direction Default
- Graphics Objects
----------
* Name BLK_TAB_1
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 360
* Viewport Height 324
- Visible Yes
* Window WND_MAIN
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 169
* Height 3
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Gradient Start Side None
* Direction Default
- Graphics Objects
----------
* Name BLK_TAB_1_V
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 6
* Viewport Height 16
- Visible Yes
* Window WND_MAIN
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 6
* Height 16
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Gradient Start Side None
* Direction Default
* Graphics Objects
----------
* Name LINE14
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 0
* Width 0
* Height 42
* Line Width .99
* Dash Style Solid
* Arrow Style None
* Cap Style Butt
* Join Style Mitre
* Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
----------
* Name LINE15
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 0
* Width 50
* Height 0
* Line Width .99
* Dash Style Solid
* Arrow Style None
* Cap Style Butt
* Join Style Mitre
* Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
----------
----------
* Name BLK_TAB_2
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 360
* Viewport Height 324
- Visible Yes
* Window WND_ACCOMMODATION
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 169
* Height 3
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Gradient Start Side None
* Direction Default
- Graphics Objects
----------
* Name BLK_TAB_2_V
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 6
* Viewport Height 16
- Visible Yes
* Window WND_ACCOMMODATION
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 6
* Height 16
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Gradient Start Side None
* Direction Default
* Graphics Objects
----------
* Name LINE14
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 0
* Width 0
* Height 42
* Line Width .99
* Dash Style Solid
* Arrow Style None
* Cap Style Butt
* Join Style Mitre
* Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
----------
* Name LINE15
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 0
* Width 50
* Height 0
* Line Width .99
* Dash Style Solid
* Arrow Style None
* Cap Style Butt
* Join Style Mitre
* Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
----------
----------
* Name CVW_PRINT
- Canvas Type Content
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
* Popup Menu
- Visible Yes
* Window WND_PRINT
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 294
* Height 245
- Bevel Lowered
* Visual Attribute Group DEFAULT
* Foreground Color Goodnight
* Background Color white
- Fill Pattern
- Gradient Start Side None
- Direction Default
* Graphics Objects
----------
* Name RECT1027
* Graphics Type Rectangle
- Subclass Information
* X Position 11
* Y Position 23
* Width 5
* Height 5
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
* Name GRAPHIC1028
* Graphics Type Rectangle
- Subclass Information
* X Position 11
* Y Position 86
* Width 5
* Height 5
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color Downy
- Fill Pattern
* Edge Foreground Color Downy
- Edge Background Color
* Edge Pattern solid
----------
----------
* Name CVW_DELETION
* Canvas Type Content
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Visible Yes
* Window WND_DELETION
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 461
* Height 170
* Bevel None
* Visual Attribute Group DEFAULT
* Foreground Color GoodNight
* Background Color White
- Fill Pattern
- Gradient Start Side None
- Direction Default
* Graphics Objects
----------
* Name RECT18
* Graphics Type Rectangle
- Subclass Information
* X Position 7
* Y Position 8
* Width 338
* Height 13
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Raised
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name TEXT19
* Graphics Type Text
- Subclass Information
* X Position 11
* Y Position 10
* Width 43
* Height 10
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Custom Spacing 0
* Line Spacing Single
* Fixed Bounding Box No
* Wrap Text Yes
* Bounding Box Scaleable Yes
* Font Scaleable No
* Horizontal Justification Left
* Vertical Justification Top
* Horizontal Origin Left
* Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
* Edge Foreground Color gray
* Edge Background Color white
* Edge Pattern solid
* Direction Default
* Compound Text Objects
----------
* Name CMPTXT20
* Simple Text Objects
----------
* Name TEXTSTR21
- Help Book Topic
* List Item Value Code
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT22
* Graphics Type Text
- Subclass Information
* X Position 49
* Y Position 9
* Width 42
* Height 10
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Custom Spacing 0
* Line Spacing Single
* Fixed Bounding Box No
* Wrap Text Yes
* Bounding Box Scaleable Yes
* Font Scaleable No
* Horizontal Justification Left
* Vertical Justification Top
* Horizontal Origin Left
* Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
* Edge Foreground Color gray
* Edge Background Color white
* Edge Pattern solid
* Direction Default
* Compound Text Objects
----------
* Name CMPTXT23
* Simple Text Objects
----------
* Name TEXTSTR24
- Help Book Topic
* List Item Value Description
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name RECT1068
* Graphics Type Rectangle
- Subclass Information
* X Position 5
* Y Position 20
* Width 340
* Height 135
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color Solitude
- Fill Pattern
* Edge Foreground Color Solitude
- Edge Background Color
* Edge Pattern solid
----------
----------
* Name CVW_ADT_PRF_ALL
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 0
* Viewport Y Position 50
* Viewport Width 670
* Viewport Height 310
- Visible Yes
* Window WND_ACCOMMODATION
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 670
* Height 335
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
* Foreground Color goodnight
* Background Color white
- Fill Pattern
- Gradient Start Side None
- Direction Default
- Graphics Objects
----------
* Name CVW_TAB_1
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 17
* Viewport Y Position 29
* Viewport Width 566
* Viewport Height 335
- Visible Yes
* Window WND_MAIN
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 1000
* Height 334
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color white
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
- Graphics Objects
----------
* Name CVW_TAB_2
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 17
* Viewport Y Position 29
* Viewport Width 566
* Viewport Height 335
- Visible Yes
* Window WND_MAIN
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 570
* Height 332
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
- Graphics Objects
----------
* Name CVW_TAB_BIL_SEQ
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 17
* Viewport Y Position 29
* Viewport Width 566
* Viewport Height 335
- Visible Yes
* Window WND_MAIN
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 570
* Height 332
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
- Graphics Objects
----------
* Name CVW_TAB_1_ALL
* Canvas Type Content
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Visible Yes
* Window WND_ACTION
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 599
* Height 336
* Bevel None
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name RECT533
* Graphics Type Rectangle
- Subclass Information
* X Position 14
* Y Position 14
* Width 313
* Height 124
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name RECT100
* Graphics Type Rectangle
- Subclass Information
* X Position 6
* Y Position 7
* Width 330
* Height 138
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name TEXT570
* Graphics Type Text
- Subclass Information
* X Position 14
* Y Position 1
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray20
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Default Accounts
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name RECT599
* Graphics Type Rectangle
- Subclass Information
* X Position 344
* Y Position 7
* Width 249
* Height 54
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name TEXT600
* Graphics Type Text
- Subclass Information
* X Position 394
* Y Position 2
* Width 158
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray20
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT601
* Simple Text Objects
----------
* Name TEXTSTR602
- Help Book Topic
* List Item Value Current In-Patient Default
Accounts
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name RECT603
* Graphics Type Rectangle
- Subclass Information
* X Position 345
* Y Position 69
* Width 248
* Height 76
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name TEXT605
* Graphics Type Text
- Subclass Information
* X Position 395
* Y Position 65
* Width 146
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray20
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT606
* Simple Text Objects
----------
* Name TEXTSTR607
- Help Book Topic
* List Item Value New In-Patient Default
Accounts
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name RECT842
* Graphics Type Rectangle
- Subclass Information
* X Position 6
* Y Position 153
* Width 587
* Height 154
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name GRAPHIC845
* Graphics Type Text
- Subclass Information
* X Position 14
* Y Position 147
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray20
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Miscellaneous
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT866
* Graphics Type Text
- Subclass Information
* X Position 361
* Y Position 17
* Width 38
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT867
* Simple Text Objects
----------
* Name TEXTSTR868
- Help Book Topic
* List Item Value In-Patient :
* Foreground Color blue
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC870
* Graphics Type Text
- Subclass Information
* X Position 360
* Y Position 81
* Width 40
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT867
* Simple Text Objects
----------
* Name TEXTSTR868
- Help Book Topic
* List Item Value In-patient :
* Foreground Color blue
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name LINE991
* Graphics Type Line
- Subclass Information
* X Position 237
* Y Position 162
* Width 0
* Height 103
* Line Width .01
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Outset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray20
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name FRAME993
* Graphics Type Frame
- Subclass Information
- Layout Data Block
* Update Layout Manually
- Layout Style Form
- Frame Alignment Column
- Single Object Alignment Start
* Horizontal Margin 7
* Vertical Margin 14
* Horizontal Object Offset 14
- Vertical Object Offset 0
- Allow Expansion Yes
- Shrinkwrap No
- Vertical Fill Yes
- Maximum Objects per Line 0
- Start Prompt Alignment Start
* Start Prompt Offset 7
- Top Prompt Alignment Center
- Top Prompt Offset 0
- Allow Multi-line Prompts Yes
- Allow Top-Attached Prompts No
- Allow Start-Attached Prompts No
- Number of Records Displayed 1
- Distance Between Records 0
- Show Scroll Bar No
- Scroll Bar Alignment End
* Scroll Bar Width 14
* X Position 248
* Y Position 224
* Width 337
* Height 28
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
* Bevel Outset
- Visual Attribute Group DEFAULT
- Frame Title Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray20
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
* Frame Title Level of store validation or
availability
* Frame Title Alignment Start
* Frame Title Offset 6
* Frame Title Spacing 3
- Frame Title Reading Order Default
* Frame Title Foreground Color blue
- Title Font
* Frame Title Font Name Tahoma
* Frame Title Font Size 8
* Frame Title Font Weight Medium
* Frame Title Font Style Plain
* Frame Title Font Spacing Normal
----------
----------
* Name CVW_ALL
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 14
* Viewport Y Position 30
* Viewport Width 670
* Viewport Height 310
- Visible Yes
* Window WND_ACCOMMODATION
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 670
* Height 335
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
- Direction Default
- Graphics Objects
----------
* Name CVW_BI_SEQ
* Canvas Type Content
- Subclass Information
- Comments
- Help Book Topic
* Raise on Entry No
- Popup Menu
- Visible Yes
* Window WND_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 598
* Height 373
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Gradient Start Side None
* Direction Default
* Graphics Objects
----------
* Name RECT678
* Graphics Type Rectangle
- Subclass Information
* X Position 9
* Y Position 11
* Width 581
* Height 53
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color blue
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name TEXT682
* Graphics Type Text
- Subclass Information
* X Position 17
* Y Position 5
* Width 39
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT683
* Simple Text Objects
----------
* Name TEXTSTR684
- Help Book Topic
* List Item Value Visit Type
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT686
* Graphics Type Text
- Subclass Information
* X Position 26
* Y Position 104
* Width 48
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT687
* Simple Text Objects
----------
* Name TEXTSTR688
- Help Book Topic
* List Item Value Visit Type
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name RECT692
* Graphics Type Rectangle
- Subclass Information
* X Position 57
* Y Position 177
* Width 9
* Height 9
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern solid
----------
* Name TEXT759
* Graphics Type Text
- Subclass Information
* X Position 32
* Y Position 21
* Width 162
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Center
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color blue
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT760
* Simple Text Objects
----------
* Name TEXTSTR761
- Help Book Topic
* List Item Value Keep the bill and change it's
status to inactive
* Foreground Color blue
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC762
* Graphics Type Text
- Subclass Information
* X Position 31
* Y Position 45
* Width 227
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Center
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color blue
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT760
* Simple Text Objects
----------
* Name TEXTSTR761
- Help Book Topic
* List Item Value Delete unposted bills and
recycle the bill numbers of deleted bills
* Foreground Color blue
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Medium
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
----------
* Name BLK_TAB_3
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 360
* Viewport Height 324
- Visible Yes
* Window WND_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 169
* Height 3
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Gradient Start Side None
* Direction Default
- Graphics Objects
----------
* Name BLK_TAB_3_V
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 6
* Viewport Height 16
- Visible Yes
* Window WND_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 6
* Height 16
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Gradient Start Side None
* Direction Default
* Graphics Objects
----------
* Name LINE14
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 0
* Width 0
* Height 42
* Line Width .99
* Dash Style Solid
* Arrow Style None
* Cap Style Butt
* Join Style Mitre
* Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
----------
* Name LINE15
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 0
* Width 50
* Height 0
* Line Width .99
* Dash Style Solid
* Arrow Style None
* Cap Style Butt
* Join Style Mitre
* Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
----------
----------
* Name CVW_VISIT_BIL
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 11
* Viewport Y Position 90
* Viewport Width 575
* Viewport Height 246
- Visible Yes
* Window WND_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 576
* Height 244
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name RECT533
* Graphics Type Rectangle
- Subclass Information
* X Position 16
* Y Position 20
* Width 144
* Height 58
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name RECT100
* Graphics Type Rectangle
- Subclass Information
* X Position 8
* Y Position 12
* Width 160
* Height 72
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name TEXT570
* Graphics Type Text
- Subclass Information
* X Position 16
* Y Position 7
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Visit Type
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC702
* Graphics Type Rectangle
- Subclass Information
* X Position 180
* Y Position 12
* Width 392
* Height 72
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name GRAPHIC703
* Graphics Type Rectangle
- Subclass Information
* X Position 187
* Y Position 20
* Width 378
* Height 57
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name GRAPHIC709
* Graphics Type Rectangle
- Subclass Information
* X Position 8
* Y Position 122
* Width 564
* Height 73
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name GRAPHIC712
* Graphics Type Rectangle
- Subclass Information
* X Position 16
* Y Position 130
* Width 548
* Height 57
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name GRAPHIC714
* Graphics Type Text
- Subclass Information
* X Position 16
* Y Position 118
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Bill Sequences used in Visits
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC724
* Graphics Type Text
- Subclass Information
* X Position 188
* Y Position 7
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Sequences
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
----------
* Name CVW_POS
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 11
* Viewport Y Position 90
* Viewport Width 575
* Viewport Height 246
- Visible Yes
* Window WND_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 576
* Height 244
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name RECT533
* Graphics Type Rectangle
- Subclass Information
* X Position 18
* Y Position 20
* Width 189
* Height 58
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name RECT100
* Graphics Type Rectangle
- Subclass Information
* X Position 8
* Y Position 12
* Width 209
* Height 72
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name TEXT570
* Graphics Type Text
- Subclass Information
* X Position 16
* Y Position 7
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Cash Points of Services
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC702
* Graphics Type Rectangle
- Subclass Information
* X Position 228
* Y Position 12
* Width 344
* Height 72
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name GRAPHIC703
* Graphics Type Rectangle
- Subclass Information
* X Position 235
* Y Position 20
* Width 330
* Height 57
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name GRAPHIC709
* Graphics Type Rectangle
- Subclass Information
* X Position 8
* Y Position 122
* Width 564
* Height 115
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name GRAPHIC712
* Graphics Type Rectangle
- Subclass Information
* X Position 16
* Y Position 130
* Width 549
* Height 101
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name GRAPHIC714
* Graphics Type Text
- Subclass Information
* X Position 16
* Y Position 118
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value POS Bill Sequences
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC725
* Graphics Type Text
- Subclass Information
* X Position 235
* Y Position 7
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Sequences
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
----------
* Name CVW_GAPLESS_ALL
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 0
* Viewport Y Position 0
* Viewport Width 371
* Viewport Height 128
- Visible Yes
* Window WND_GAPLESS
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 371
* Height 128
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name LINE749
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 96
* Width 371
* Height 0
* Line Width .01
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
----------
* Name CVW_MIRR_PRF
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 0
* Viewport Y Position 0
* Viewport Width 371
* Viewport Height 128
- Visible Yes
* Window WND_MIRR_PRF
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 371
* Height 128
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name LINE950
* Graphics Type Line
- Subclass Information
* X Position 360
* Y Position 65
* Width -121
* Height 10
* Line Width .99
- Dash Style Solid
- Arrow Style None
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
* Edge Foreground Color red
- Edge Background Color
* Edge Pattern solid
----------
----------
* Name CVW_ACCSTUP
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 0
* Viewport Y Position 0
* Viewport Width 295
* Viewport Height 326
- Visible Yes
* Window WND_ACCSTUP
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 298
* Height 329
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name RECT917
* Graphics Type Rectangle
- Subclass Information
* X Position 7
* Y Position 104
* Width 287
* Height 194
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name TEXT907
* Graphics Type Text
- Subclass Information
* X Position 8
* Y Position 12
* Width 40
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Center
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern none
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT908
* Simple Text Objects
----------
* Name TEXTSTR909
- Help Book Topic
* List Item Value New Year :
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name TEXT918
* Graphics Type Text
- Subclass Information
* X Position 15
* Y Position 99
* Width 38
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
- Horizontal Justification Left
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray24
* Fill Pattern transparent
* Edge Foreground Color gray24
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT919
* Simple Text Objects
----------
* Name TEXTSTR920
- Help Book Topic
* List Item Value Feedback
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
----------
* Name CVW_NRS_ACC
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 0
* Viewport Y Position 0
* Viewport Width 296
* Viewport Height 204
- Visible Yes
* Window WND_NRS_ACC
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 298
* Height 207
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
- Graphics Objects
----------
* Name CVW_GAP_BIL_SEQ
* Canvas Type Content
- Subclass Information
- Comments
- Help Book Topic
* Raise on Entry No
- Popup Menu
- Visible Yes
* Window WND_GAP_BIL_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 598
* Height 373
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color gray
* Fill Pattern transparent
- Gradient Start Side None
* Direction Default
* Graphics Objects
----------
* Name RECT678
* Graphics Type Rectangle
- Subclass Information
* X Position 9
* Y Position 11
* Width 581
* Height 95
* Line Width .01
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color blue
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name TEXT682
* Graphics Type Text
- Subclass Information
* X Position 17
* Y Position 5
* Width 39
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
* Join Style Bevel
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel Inset
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT683
* Simple Text Objects
----------
* Name TEXTSTR684
- Help Book Topic
* List Item Value Gapless Sequence
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
----------
* Name BLK_TAB_4
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 360
* Viewport Height 324
- Visible Yes
* Window WND_GAP_BIL_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 169
* Height 3
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Gradient Start Side None
* Direction Default
- Graphics Objects
----------
* Name BLK_TAB_4_V
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
- Viewport X Position 0
- Viewport Y Position 0
* Viewport Width 6
* Viewport Height 16
- Visible Yes
* Window WND_GAP_BIL_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 6
* Height 16
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Gradient Start Side None
* Direction Default
* Graphics Objects
----------
* Name LINE14
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 0
* Width 0
* Height 42
* Line Width .99
* Dash Style Solid
* Arrow Style None
* Cap Style Butt
* Join Style Mitre
* Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
----------
* Name LINE15
* Graphics Type Line
- Subclass Information
* X Position 0
* Y Position 0
* Width 50
* Height 0
* Line Width .99
* Dash Style Solid
* Arrow Style None
* Cap Style Butt
* Join Style Mitre
* Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color white
* Fill Pattern transparent
* Edge Foreground Color white
* Edge Background Color white
* Edge Pattern solid
----------
----------
* Name CVW_USEGE
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 11
* Viewport Y Position 128
* Viewport Width 578
* Viewport Height 212
- Visible Yes
* Window WND_GAP_BIL_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 578
* Height 212
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name RECT533
* Graphics Type Rectangle
- Subclass Information
* X Position 18
* Y Position 23
* Width 188
* Height 58
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name RECT100
* Graphics Type Rectangle
- Subclass Information
* X Position 8
* Y Position 12
* Width 209
* Height 75
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name TEXT570
* Graphics Type Text
- Subclass Information
* X Position 16
* Y Position 7
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Usage in Visit Types
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
* Name GRAPHIC702
* Graphics Type Rectangle
- Subclass Information
* X Position 228
* Y Position 12
* Width 344
* Height 195
* Line Width .01
* Dash Style Solid
* Cap Style Butt
* Join Style Bevel
* Rotation Angle 0
* Bevel Inset
- Visual Attribute Group DEFAULT
* Foreground Color black
* Background Color black
* Fill Pattern none
* Edge Foreground Color black
* Edge Background Color white
* Edge Pattern solid
----------
* Name GRAPHIC703
* Graphics Type Rectangle
- Subclass Information
* X Position 235
* Y Position 23
* Width 329
* Height 178
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name GRAPHIC725
* Graphics Type Text
- Subclass Information
* X Position 235
* Y Position 7
* Width 125
* Height 10
- Line Width 0
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
- Custom Spacing 0
- Line Spacing Single
- Fixed Bounding Box No
- Wrap Text Yes
- Bounding Box Scaleable Yes
- Font Scaleable No
* Horizontal Justification Start
- Vertical Justification Top
- Horizontal Origin Left
- Vertical Origin Top
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
* Fill Pattern transparent
- Edge Foreground Color
- Edge Background Color
* Edge Pattern none
- Direction Default
* Compound Text Objects
----------
* Name CMPTXT571
* Simple Text Objects
----------
* Name TEXTSTR572
- Help Book Topic
* List Item Value Usage in Cash Points of
Services
* Foreground Color black
- Font
* Font Name MS Sans Serif
* Font Size 8
* Font Weight Bold
* Font Style Plain
* Font Spacing Normal
----------
----------
----------
----------
* Name CVW_GAPS
* Canvas Type Stacked
- Subclass Information
- Comments
- Help Book Topic
- Raise on Entry No
- Popup Menu
* Viewport X Position 11
* Viewport Y Position 128
* Viewport Width 578
* Viewport Height 212
- Visible Yes
* Window WND_GAP_BIL_SEQ
- Viewport X Position on Canvas 0
- Viewport Y Position on Canvas 0
* Width 578
* Height 212
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Gradient Start Side None
* Direction Left To Right
* Graphics Objects
----------
* Name RECT533
* Graphics Type Rectangle
- Subclass Information
* X Position 8
* Y Position 14
* Width 218
* Height 188
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
* Name GRAPHIC703
* Graphics Type Rectangle
- Subclass Information
* X Position 342
* Y Position 13
* Width 229
* Height 189
* Line Width .99
- Dash Style Solid
- Cap Style Butt
- Join Style Mitre
- Rotation Angle 0
* Bevel None
- Visual Attribute Group DEFAULT
- Foreground Color
* Background Color gray
- Fill Pattern
- Edge Foreground Color
- Edge Background Color
- Edge Pattern
----------
----------
- Editors
- Events
* Form Parameters
----------
* Name PRF_UNIQUE_USER_NAME
- Subclass Information
- Comments
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_MODULE_ID
- Subclass Information
- Comments
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_CALENDER_DISPLAY
- Subclass Information
- Comments
* Parameter Data Type Number
* Parameter Initial Value 1
----------
* Name PRF_MAIN_WINDOW_TITLE
- Subclass Information
- Comments
- Parameter Data Type Char
* Parameter Initial Value Customers
----------
* Name PRF_ORAGANIZATION_NAME
- Subclass Information
- Comments
- Parameter Data Type Char
* Parameter Initial Value Ideal Software Co.
----------
* Name PRF_LANG_ID
- Subclass Information
- Comments
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_LANG_NAME
- Subclass Information
- Comments
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_SYNC_PRODUCT
- Subclass Information
* Comments Holds SYNCRONOUS, or
ASYNCRONOUS for module structure communication using RUN_PRODUCT
* Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_CALL_ARG
- Subclass Information
* Comments Holds a code for argument
values passed with a call procedure
* Parameter Data Type Number
- Parameter Initial Value
----------
* Name PRF_CALL_METHOD
- Subclass Information
* Comments Holds CALL_FORM, or OPEN_FORM
for screen-module structure communication
* Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_LOG_ENABLED
- Subclass Information
* Comments Holds 0 for disabled, 1 for
enabled log trace for the current user for SELECT statements tuning purposes
* Parameter Data Type Number
- Parameter Initial Value
----------
* Name PRF_PATH
- Subclass Information
* Comments Holds the Current client home
directory concatenated with the module system directory for SELECT statements
tuning purposes
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_USER_ID
- Subclass Information
- Comments
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_GROUP_ID
- Subclass Information
- Comments
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_CLIENT_ID
- Subclass Information
- Comments
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_CLTPTH_ID
- Subclass Information
- Comments
- Parameter Data Type Char
* Parameter Initial Value
----------
* Name PRF_COMPANY_ID
- Subclass Information
- Comments
* Parameter Data Type Number
* Parameter Initial Value 1
----------
* Name PRF_MODE
- Subclass Information
- Comments
* Parameter Data Type Number
- Parameter Initial Value
----------
* Name PRF_CURRENCY_NAME
- Subclass Information
- Comments
- Parameter Data Type Char
- Parameter Initial Value
----------
* Name PRF_TAB_NO
- Subclass Information
- Comments
* Parameter Data Type Number
- Parameter Initial Value
----------
* Name PRF_TAB_NO_ALL
- Subclass Information
- Comments
* Parameter Data Type Char
* Parameter Initial Value FALSE
----------
* Name PRF_SORT_TYPE
- Subclass Information
- Comments
* Parameter Data Type Number
* Parameter Initial Value 1
----------
* Name PRF_CHANGE
- Subclass Information
- Comments
- Parameter Data Type Char
* Parameter Initial Value FALSE
----------
* Name PRF_TEXT
- Subclass Information
- Comments
- Parameter Data Type Char
* Parameter Initial Value Now searching for gaps
in bil numbers that are
not connected for ...
----------
* Name PRF_PREVIEW
- Subclass Information
- Comments
- Parameter Data Type Char
* Parameter Initial Value FALSE
----------
- Lists of Values
- Menus
* Object Groups
----------
* Name TEMPLATE
- Subclass Information
- Comments
* Object Group Children
----------
* Name CVW_MAIN
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_TAB_1
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_TAB_1_V
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name CVW_DELETION
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_DELETION
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_FIND
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_NEW
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_PHONE
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_MAIL
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRE-QUERY
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRE-FORM
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WHEN-NEW-FORM-INSTANCE
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name ON-ERROR
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name ON-MESSAGE
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name KEY-OTHERS
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name KEY-NEXT-ITEM
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name KEY-PREV-ITEM
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name KEY-EXIT
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name KEY-UP
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name KEY-DOWN
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WHEN-NEW-ITEM-INSTANCE
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name POST-TEXT-ITEM
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WHEN-TIMER-EXPIRED
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WHEN-WINDOW-ACTIVATED
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WHEN-WINDOW-DEACTIVATED
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_SEND_TO_WORD
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_SEND_TO_EXCEL
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_COPY
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_QUERY
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_SORT
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_ALL
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_SUBSET
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_LAUNCH_BROWSER
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_DELETE
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_MODIFY
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_PRINT_PREVIEW
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_PRINT
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name BLK_BUTTONS_EXIT_FORM
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_UNIQUE_USER_NAME
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_MODULE_ID
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_CALENDER_DISPLAY
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_MAIN_WINDOW_TITLE
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_ORAGANIZATION_NAME
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_LANG_ID
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_LANG_NAME
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_SYNC_PRODUCT
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_CALL_ARG
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_CALL_METHOD
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_LOG_ENABLED
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_PATH
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_USER_ID
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_GROUP_ID
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_CLIENT_ID
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_COMPANY_ID
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_MODE
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PRF_CURRENCY_NAME
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name F_1_GET_DESCRIPTION_FIELDS
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name F_1_GET_MODULE_NAME
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name F_1_VLD_CHARGEF
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name P_1_DEFINE_GLOBALS
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name P_1_FORM_PARAM
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name P_1_INITIAL_DATA
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PC_DISPLAY_BLOCK
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PC_DISPLAY_ITEM
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name PC_NORMAL_TEXT_ITEMS
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name VA_CURRENT_TAB
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name VA_DISPLAYITEM_NORMAL
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name VA_DISPLAYITEM_HILIGHT
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name VA_TEXTITEM_NORMAL
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name VA_TEXTITEM_HILIGHT
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name VA_TAB
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WND_MAIN
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WND_ACTION
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WND_DELETION
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
* Name WND_PRINT
- Subclass Information
* Real Object Pointed to by the Object Group Child
----------
----------
* Program Units
----------
* Name P_1_FORM_PARAM
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_FORM_PARAM(P_ModuleToBeOpen IN VARCHAR2)


IS
V_ListID PARAMLIST;
BEGIN
V_ListID := F_1_START_LIST;

/* Here is the place to add additional parameters to the default


* ones, that is automatically generated
* following is a sample
*/
-- ADD_PARAMETER(V_ListID, 'additional Parameter name', TEXT_PARAMETER, 'Value to
be send');

--P_1_RUN_FORM(P_ModuleToBeOpen);
END;
* Program Unit Type Procedure
----------
* Name P_1_INITIAL_DATA
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_Initial_Data IS
V_COUNT NUMBER;
V_ID NUMBER;
BEGIN
-- P_1_Define_Globals;
P_1_local_block_Settings('BLK_FISCAL_YEARS');
P_1_Set_Mode(8);

P_1_Set_Main_Window_Properties('WND_MAIN',NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));

SELECT COUNT(*)
INTO V_COUNT
FROM IH_ADT_PREFERENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID;

IF V_COUNT = 0 THEN
INSERT INTO IH_ADT_PREFERENCES(GN_ORG_COM_ID)
VALUES (:PARAMETER.PRF_COMPANY_ID);
FORMS_DDL('BEGIN COMMIT; END;');
END IF;

SELECT COUNT(*)
INTO V_COUNT
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID;

IF V_COUNT = 0 THEN

SELECT IH_BIL_PRF_SEQ.NEXTVAL
INTO V_ID
FROM DUAL;

INSERT INTO IH_BIL_PREFERENCES(ID,GN_ORG_COM_ID)


VALUES (V_ID,:PARAMETER.PRF_COMPANY_ID);
FORMS_DDL('BEGIN COMMIT; END;');
END IF;
--- Begin add by Daood 21/01/2004
P_1_DISPLAY_DOMAIN ( 'BLK_ADT_PREFERENCES_ALL.AUTO_SEQUENCE', 'AUTO_SEQUENCE',
'IH_ADT_PREFERENCES');
--- End add by Daood 21/01/2004
END;
* Program Unit Type Procedure
----------
* Name P_1_DEFINE_GLOBALS
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_Define_Globals IS
BEGIN
/* :GLOBAL.CURRENT_DISPLAY_BLOCK := 'IH_PHL_PHYSICAL_LOCATIONS';
:GLOBAL.CURRENT_ADD_BLOCK := 'IH_PHL_PHYSICAL_LOCATIONS_ALL';
:GLOBAL.CURRENT_MODIFY_BLOCK := 'IH_PHL_PHYSICAL_LOCATIONS_ALL';
:GLOBAL.CURRENT_QUERY_BLOCK := 'IH_PHL_PHYSICAL_LOCATIONS_ALL';
*/
null;
END;
* Program Unit Type Procedure
----------
* Name F_1_GET_DESCRIPTION_FIELDS
- Subclass Information
- Comments
* Program Unit Text

/*
This function returns the SELECT clause for the data which will be displayed in
the
delete dialog .
*/

FUNCTION F_1_Get_Description_Fields(P_Block_Name VARCHAR2) RETURN VARCHAR2 IS


BEGIN
IF P_Block_Name = 'BLK_GAPLESS_SEQUENCES' THEN
RETURN ' RPAD(CODE,15,'' '') ||'' ''||RPAD(NAME,15,'' '')';
ELSIF P_Block_Name = 'IH_PHL_BEDS' THEN
RETURN ' RPAD(TO_CHAR(IH_PHL_PHL_ID),15,'' '') ||'' ''||RPAD(BED_LABEL,15)||''
''||VACANCY ';
ELSIF P_Block_Name = 'EP_MAN_SUBSCRIBERS' THEN
RETURN ' RPAD(National_ID,15,'' '')||STATUS||'' ''||TO_CHAR(STATUS_DATE)';
ELSIF P_Block_Name = 'EP_MAN_SUSPENSION_LOGS' THEN
RETURN ' RPAD(ID,15,'' '')||STATUS||'' ''||TO_CHAR(STATUS_DATE)';
END IF;
END;
* Program Unit Type Function
----------
* Name F_1_VLD_CON_UPD
- Subclass Information
- Comments
* Program Unit Text

FUNCTION F_1_VLD_CON_UPD RETURN BOOLEAN IS


V_Button_Pressed NUMBER;
BEGIN
/*

Modify Block Validation Function

if not( :BLK_COUNTRIES_MODIFY.NCY_CODE IS NOT NULL ) then


V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Code');
GO_ITEM('BLK_COUNTRIES_MODIFY.NCY_CODE');
RETURN FALSE;
end if;
if not( :BLK_COUNTRIES_MODIFY.NCY_NAME IS NOT NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Name');
GO_ITEM('BLK_COUNTRIES_MODIFY.NCY_NAME');
RETURN FALSE;
end if;
if not( :BLK_COUNTRIES_MODIFY.NCY_RATE IS NOT NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Rate');
GO_ITEM('BLK_COUNTRIES_MODIFY.NCY_RATE');
RETURN FALSE;
end if;

*/

RETURN TRUE;

END;
* Program Unit Type Function
----------
* Name F_1_VLD_CHARGEF
- Subclass Information
- Comments
* Program Unit Text

FUNCTION F_1_VLD_CHARGEF RETURN BOOLEAN IS


V_Button_Pressed NUMBER;
V_Count NUMBER;
BEGIN

-- Add Block Validation Function

if ( :BLK_ADT_PREFERENCES_ALL.DATE_DAY_END IS NULL ) then


V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Start
Charging for a new day after');
GO_ITEM('BLK_ADT_PREFERENCES_ALL.DATE_DAY_END');
RETURN FALSE;
ELSif ( :BLK_ADT_PREFERENCES_ALL.DATE_DAY_START IS NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Charge for a
new day before ');
GO_ITEM('BLK_ADT_PREFERENCES_ALL.DATE_DAY_START');
RETURN FALSE;
ELSif ( :BLK_ADT_PREFERENCES_ALL.DATE_LATE_LEAVE IS NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Maximum Leave
for in-patinets without extra charges');
GO_ITEM('BLK_ADT_PREFERENCES_ALL.DATE_LATE_LEAVE');
RETURN FALSE;
ELSif ( :BLK_ADT_PREFERENCES_ALL.DATE_LATE_DISCHARGE IS NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Maximum time
to charge Late discharge');
GO_ITEM('BLK_ADT_PREFERENCES_ALL.DATE_LATE_DISCHARGE');
RETURN FALSE;
ELSif ( :BLK_ADT_PREFERENCES_ALL.LATE_PERCENT IS NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Maximum time
to charge for Late discharge to the room s retail price ');
GO_ITEM('BLK_ADT_PREFERENCES_ALL.LATE_PERCENT');
RETURN FALSE;
ELSif ( :BLK_ADT_PREFERENCES_ALL.FIRST IS NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Charge Retail
Price of Surgery Room upto the first');
GO_ITEM('BLK_ADT_PREFERENCES_ALL.FIRST');
RETURN FALSE;
ELSif ( :BLK_ADT_PREFERENCES_ALL.NEXT IS NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Afterwards ,
charge a fraction of the retail price every extra');
GO_ITEM('BLK_ADT_PREFERENCES_ALL.NEXT');
RETURN FALSE;
ELSif ( :BLK_ADT_PREFERENCES_ALL.EXTRA_PERCENT IS NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Percentage of
the extra charge to the room s retail price');
GO_ITEM('BLK_ADT_PREFERENCES_ALL.EXTRA_PERCENT');
RETURN FALSE;
END IF;
RETURN TRUE;
END;

* Program Unit Type Function


----------
* Name F_1_GET_MODULE_NAME
- Subclass Information
- Comments
* Program Unit Text

/*
This function returns the report name associated with each display block .
It could return different report names for the same display block according
to certain parameters .
*/

FUNCTION F_1_Get_Module_Name(P_Block_Name VARCHAR2) RETURN VARCHAR2 IS


BEGIN
IF P_Block_Name = 'BLK_EMPLOYEES' THEN
RETURN 'NIB3007e';
ELSIF P_Block_Name = 'NIB_BUSINESS_ACTIVITIES' THEN
RETURN 'NIB3008e';
ELSIF P_Block_Name = 'BLK_FREE_SITES' THEN
RETURN 'NIB3005e';
ELSIF P_Block_Name = 'BLK_COUNTRIES' THEN
RETURN 'NIB3010e';
ELSE
RETURN NULL;
END IF;
END;
* Program Unit Type Function
----------
* Name P_1_PRINT_REPORTS
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_Print_Reports IS
V_ParamList PARAMLIST;
V_Module_Name VARCHAR2(20);
BEGIN
V_ParamList := F_1_Create_Param('BLK_PRINT');
-- Define V_Module_Name
-- Add your parameters to V_PAramList
P_1_Run(V_Module_Name,'REPORTS');
END;
* Program Unit Type Procedure
----------
* Name P_1_PRINT_DIALOG
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_Print_Dialog IS
BEGIN
P_1_Print('BLK_PRINT');
END;
* Program Unit Type Procedure
----------
* Name P_1_LOCAL_BLOCK_SETTINGS
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_local_block_Settings (P_Block_NAME VARCHAR2) IS


BEGIN

IF P_Block_NAME = 'BLK_FISCAL_YEARS' THEN


:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_FISCAL_YEARS';
:GLOBAL.CURRENT_ADD_BLOCK := 'BLK_FISCAL_YEARS_ALL';
:GLOBAL.CURRENT_MODIFY_BLOCK := 'BLK_FISCAL_YEARS_ALL';
:GLOBAL.CURRENT_QUERY_BLOCK := '';
:GLOBAL.CURRENT_TABLE_COMMENT := 'Fiscal Year';
-- P_1_Disable_Status_Menus('ALL|QUERY');

-- P_1_Enable_Status_Menus('SUBSET|NEW|MODIFY|DELETE|FIND|SORT|ALL|QUERY|PRINT|
PRINT_PREVIEW');
ELSIF P_Block_NAME = 'BLK_FISCAL_YEARS_ALL' THEN
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_FISCAL_YEARS_ALL';
:GLOBAL.CURRENT_ADD_BLOCK := '';
:GLOBAL.CURRENT_MODIFY_BLOCK := '';
:GLOBAL.CURRENT_QUERY_BLOCK := '';
:GLOBAL.CURRENT_TABLE_COMMENT := 'Fiscal Year';
ELSIF P_Block_NAME = 'BLK_NURSING_BUS' THEN
:GLOBAL.CURRENT_DISPLAY_BLOCK := 'BLK_NURSING_BUS';
:GLOBAL.CURRENT_ADD_BLOCK := '';
:GLOBAL.CURRENT_MODIFY_BLOCK := '';
:GLOBAL.CURRENT_QUERY_BLOCK := '';
:GLOBAL.CURRENT_TABLE_COMMENT := 'Nursing Business';

-- P_1_Disable_Status_Menus('ALL|SUBSET|NEW|MODIFY|DELETE|QUERY|FIND|SORT|PRINT|
PRINT_PREVIEW');
NULL;
ELSIF P_Block_NAME = '6' THEN

--
-- Here define block6 globals
--
NULL;
END IF;
END;
* Program Unit Type Procedure
----------
* Name P_1_TAB_SELECTED
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_TAB_SELECTED(P_i IN NUMBER,P_Block_Name VARCHAR2)


IS
V_FirstTab NUMBER := 1;
BEGIN
P_1_disable_status('PRINT|MAIL|ALL|SUBSET|QUERY|LAUNCH_BROWSER|DELETE');
p_1_enable_STATUS('NEW|MODIFY');
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.START_SEQUENCE',ENABLED,PROPERTY_FALSE);
IF :PARAMETER.PRF_TAB_NO_ALL = 'FALSE' THEN
GO_ITEM('BLK_BUTTONS.VERY_DUMMY');
SYNCHRONIZE;
:PARAMETER.PRF_TAB_NO := P_I;
IF P_i = 1 THEN
P_1_disable_status('NEW');
SHOW_VIEW('CVW_TAB_1');
GO_BLOCK('BLK_FISCAL_YEARS');
P_1_local_block_Settings('BLK_FISCAL_YEARS');
-- Setting Default Where for the Fiscal Year Block
SET_BLOCK_PROPERTY('BLK_FISCAL_YEARS',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID );
SET_BLOCK_PROPERTY('BLK_FISCAL_YEARS',ORDER_BY,'STATUS , DATE_FROM');
EXECUTE_QUERY;
FIRST_RECORD;
:BLK_FISCAL_YEARS.DUMMY := 'S';
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DATE_FROM','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DATE_TO','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.STATUS1','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.STATUS_DATE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID_DUMMY','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DESC','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.ID_COA','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS.DESC1','VA_TEXTITEM_NORMAL');
-- Setting the Default Where for the Preferences table
/*
SET_BLOCK_PROPERTY('BLK_BIL_PREFERENCES',DEFAULT_WHERE,'ID IN(SELECT
IH_BIL_PRF_ID
FROM
IH_BIL_YEAR_COAS
WHERE
GN_ORG_FYR_ID = :BLK_FISCAL_YEARS.ID) ');
*/

SET_BLOCK_PROPERTY('BLK_BIL_PREFERENCES',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID );
GO_BLOCK('BLK_BIL_PREFERENCES');
EXECUTE_QUERY;
CLEAR_MESSAGE;
ELSIF P_i = 2 THEN
P_1_disable_status('NEW');
SHOW_VIEW('CVW_TAB_2');
GO_BLOCK('BLK_NURSING_BUS');
SET_BLOCK_PROPERTY('BLK_NURSING_BUS',DEFAULT_WHERE,'ih_bil_prf_id in(select
ID FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID|| ')' );
P_1_local_block_Settings('BLK_NURSING_BUS');
EXECUTE_QUERY;
GO_BLOCK('BLK_ADT_PREFERENCES');
SET_BLOCK_PROPERTY('BLK_ADT_PREFERENCES',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
CLEAR_MESSAGE;
ELSIF P_i = 3 THEN
P_1_DISABLE_STATUS('DELETE|NEW');
SHOW_VIEW('CVW_TAB_BIL_SEQ');
GO_BLOCK('BLK_BIL_PRF_SEQUENCE');
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_FISCAL_YRS_SEQUENCE',ORDER_BY,'STATUS');
GO_BLOCK('BLK_FISCAL_YRS_SEQUENCE');
set_block_property('BLK_FISCAL_YRS_SEQUENCE',default_where,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
EXECUTE_QUERY;
GO_BLOCK('BLK_FISCAL_YRS_SEQUENCE');
P_1_FIL_FISCAL_YEAR_TAB_3;-- TO FIL GAPLESS SEQUENCE ON TAB 3
FIRST_RECORD;
DISPLAY_ITEM('BLK_FISCAL_YRS_SEQUENCE.ID','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YRS_SEQUENCE.DATE_FROM','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YRS_SEQUENCE.DATE_TO','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YRS_SEQUENCE.STATUS1','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YRS_SEQUENCE.STATUS_DATE','VA_TEXTITEM_HILIGHT');
FIRST_RECORD;
:BLK_FISCAL_YRS_SEQUENCE.DUMMY := 'S';
GO_BLOCK('BLK_POS_POINTS_OF_SALE_SEQ');
EXECUTE_QUERY;
P_1_fill_visit_type_tab_3_ASC ; -- TO FILL BLOCK (SEQUENCE OF BILLS FOR
VISITS ON TAB NO 3)
END IF;
IF P_i <> 3 THEN

P_1_Set_Main_Window_Properties('WND_MAIN',NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
END IF;
elsIF :PARAMETER.PRF_TAB_NO_ALL = 'ADT_PRF_ALL' THEN
IF P_I = 1 THEN
show_view('CVW_ADT_PRF_ALL');
GO_BLOCK('BLK_ADT_PREFERENCES_ALL');
ELSIF P_I = 2 THEN
show_view('CVW_ALL');
GO_BLOCK('BLK_IH_PHL_PHYSICAL_LOCATIONS');
EXECUTE_QUERY;

GO_BLOCK('BLK_GN_ORG_BUSINESS_UNITS');
EXECUTE_QUERY;
GO_BLOCK('BLK_IH_BIL_NURSING_BUS_2');
EXECUTE_QUERY;
CLEAR_MESSAGE;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DELETE',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_ADD',ENABLED,PROPERTY_FALSE);
END IF;
:PARAMETER.PRF_TAB_NO := P_I;
elsIF :PARAMETER.PRF_TAB_NO_ALL = 'SEQUENCES' THEN
:PARAMETER.PRF_TAB_NO := P_I;
IF P_I = 1 THEN
show_view('CVW_VISIT_BIL');
GO_BLOCK('BLK_GAPLESS_SEQUENCES_2');
EXECUTE_QUERY;
P_1_FIL_VISIT_TYP_SETUP_BILL;
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_3');
EXECUTE_QUERY;
SET_BLOCK_PROPERTY('BLK_BIL_PRF_SEQUENCE_2',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID);
GO_BLOCK('BLK_BIL_PRF_SEQUENCE_2');
EXECUTE_QUERY;
CLEAR_MESSAGE;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_SEQ',ENABLED,PROPERTY_FALSE);
else
show_view('CVW_POS');
GO_BLOCK('BLK_BIL_GAPLESS_SEQUENCES_4');
EXECUTE_QUERY;
GO_BLOCK('BLK_POS_POINTS_OF_SALE_CASH');
EXECUTE_QUERY;
GO_BLOCK('BLK_POS_POINTS_OF_SALE_BIL_SEQ');
EXECUTE_QUERY;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DEL_INS',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DOUBLE',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_DEL_2',ENABLED,PROPERTY_FALSE);

CLEAR_MESSAGE;
end if;
elsIF :PARAMETER.PRF_TAB_NO_ALL = 'SEQUENCES_MOD' THEN
:PARAMETER.PRF_TAB_NO := P_I;
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_R',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_L',ENABLED,PROPERTY_FALSE);
IF P_I = 2 THEN
:GLOBAL.TAB_NO := 2;
show_view('CVW_GAPS');
GO_BLOCK('IH_BIL_BILS');
SYNCHRONIZE;
--------- EXECUTE_QUERY;
P_1_FILL_BILS;
GO_BLOCK('IH_BIL_SEQUENCE_GAPS');
EXECUTE_QUERY;
forms_ddl('begin SAVEPOINT GAPS; END;');
CLEAR_MESSAGE;
ELSE
:GLOBAL.TAB_NO := 1;
show_view('CVW_USEGE');
GO_BLOCK('BLK_POS_POINTS_OF_SALE_4');
END IF;

ELSIF :PARAMETER.PRF_TAB_NO_ALL = 'SEQUENCES_PREV' THEN


SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_TRUE);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_TRUE);
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',INSERT_ALLOWED,PROPERTY_TRUE);
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',UPDATE_ALLOWED,PROPERTY_TRUE);

SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',INSERT_ALLOWED,PROPERTY_TRUE);

SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',UPDATE_ALLOWED,PROPERTY_TRUE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_R',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('BLK_FUNCTIONAL.EXL_MOD_L',ENABLED,PROPERTY_FALSE);
:PARAMETER.PRF_TAB_NO := P_I;
IF P_I = 2 THEN
show_view('CVW_GAPS');
GO_BLOCK('IH_BIL_BILS');
EXECUTE_QUERY;
GO_BLOCK('IH_BIL_SEQUENCE_GAPS');
EXECUTE_QUERY;
CLEAR_MESSAGE;
ELSE
show_view('CVW_USEGE');
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_4');
P_1_fill_visit_type_tab_3_4;
GO_BLOCK('BLK_POS_POINTS_OF_SALE_4');
EXECUTE_QUERY;
END IF;
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',INSERT_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_GAPLESS_SEQUENCES_5',UPDATE_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',INSERT_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_POS_POINTS_OF_SALE_4',UPDATE_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',INSERT_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_4',UPDATE_ALLOWED,PROPERTY_FALSE);
end if;
END;
* Program Unit Type Procedure
----------
* Name P_1_LOOKUP_DEVEL
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_LOOKUP_DEVEL IS
BEGIN
DECLARE
V_CODE VARCHAR2(50):= 'CODE = '; --||--:BLK_CHARGE_SLIPS_ALL.POS_CODE;
V_DESC VARCHAR2(50):= 'NAME = '; --||:BLK_CHARGE_SLIPS_ALL.POS_NAME;
BEGIN
P_1_CALL_LOOKUP( 'IH_POS_POINTS_OF_SALE', V_CODE, V_DESC );
IF V_CODE IS NOT NULL THEN
-- :BLK_CHARGE_SLIPS_ALL.POS_CODE := V_CODE;
-- :BLK_CHARGE_SLIPS_ALL.POS_NAME := V_DESC;
/* IF :GLOBAL.G_ROWID IS NOT NULL THEN
BEGIN
SELECT ID
INTO :BLK_CHARGE_SLIPS_ALL.POS_ID
FROM IH_POS_POINTS_OF_SALE
WHERE ROWID = :GLOBAL.G_ROWID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END IF;
NEXT_ITEM;*/
NULL;
ELSE
-- :BLK_CHARGE_SLIPS_ALL.POS_CODE := NULL;
-- :BLK_CHARGE_SLIPS_ALL.POS_NAME := NULL;
NEXT_ITEM;
END IF;
END;
END;
* Program Unit Type Procedure
----------
* Name ME_JJ
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE ME_JJ (P_TEXT VARCHAR2) IS


BEGIN

MESSAGE(P_TEXT);
MESSAGE(P_TEXT);
CLEAR_MESSAGE;

END;
* Program Unit Type Procedure
----------
* Name P_1_SET_ACT_PRF
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_Set_Act_PRF
IS
V_Current_Item VARCHAR2(1024) ;
V_Current_Canvas VARCHAR2(1024) ;
V_Canvas_Height NUMBER(5) ;
V_Canvas_Width NUMBER(5) ;

BEGIN
V_Current_Canvas := 'CVW_TAB_1_ALL';
V_Canvas_Height := GET_CANVAS_PROPERTY(V_Current_Canvas,HEIGHT);
V_Canvas_Width := GET_CANVAS_PROPERTY(V_Current_Canvas,WIDTH);
SET_WINDOW_PROPERTY('WND_ACTION' , HEIGHT , V_Canvas_Height );
SET_WINDOW_PROPERTY('WND_ACTION', WIDTH , V_Canvas_Width );
P_1_Set_Center('WND_ACTION');
SHOW_VIEW('CVW_TAB_1_ALL');
go_block('BLK_BIL_PREFERENCES_ALL');

END;
* Program Unit Type Procedure
----------
* Name P_1_DELETE_ACCOMIDATIONS
- Subclass Information
- Comments
* Program Unit Text

/* PROCEDURE : P_1_DELETE_ACCOMIDATIONS
* PORPUSE : delete the selected nursing businesses
*
*/
PROCEDURE P_1_DELETE_ACCOMIDATIONS IS
V_WHERE VARCHAR2(1000);
BEGIN
V_Where := ' ROWID IN (' ||
F_1_GET_PRIMARY_KEY_LIST(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'),'ROWID')||')';
IF :BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID IS NOT NULL THEN
FORMS_DDL('DELETE IH_BIL_NURSING_BUS
WHERE'|| V_Where);
-- IH_PHL_PHL_ID = '||TO_CHAR(:BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID));
END IF;
GO_BLOCK('BLK_IH_BIL_NURSING_BUS_2');
EXECUTE_QUERY;
GO_BLOCK('BLK_IH_PHL_PHYSICAL_LOCATIONS');
EXECUTE_QUERY;
CLEAR_MESSAGE;
END;
* Program Unit Type Procedure
----------
* Name P_1_INSERT_ACCOMIDATIONS
- Subclass Information
- Comments
* Program Unit Text

/* PROCEDURE : P_1_INSERT_ACCOMIDATIONS
* PORPUSE : Adding new nursing business when pressing the add button.
*
*/
PROCEDURE P_1_INSERT_ACCOMIDATIONS IS
V_SEQUENCE NUMBER;
V_NUR_STATION NUMBER;
V_BUS_UNIT NUMBER;
V_STATUS NUMBER;
V_USER VARCHAR2(30);
V_DATE DATE;
V_PRF_ID NUMBER;
V_LIST VARCHAR2(32000);
V_ID NUMBER;
BEGIN
V_NUR_STATION := :BLK_IH_PHL_PHYSICAL_LOCATIONS.ID;
V_BUS_UNIT := :BLK_GN_ORG_BUSINESS_UNITS.ID;
V_USER := GET_APPLICATION_PROPERTY(USERNAME);
V_DATE := TRUNC(SYSDATE);
BEGIN
SELECT ID
INTO V_PRF_ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID;
EXCEPTION
WHEN OTHERS THEN
V_PRF_ID := NULL;
END;

IF F_1_VLD_ADD_NUR_BUS THEN

V_LIST := F_1_GET_PRIMARY_KEY_LIST('BLK_IH_PHL_PHYSICAL_LOCATIONS','ID')||',';
WHILE TRUE LOOP
V_ID := TO_NUMBER(SUBSTR(V_LIST,2,INSTR(V_LIST,',',1)-3));
V_LIST := SUBSTR(V_LIST,INSTR(V_LIST,',',1)+1);
IF LENGTH(V_LIST) = 0 OR V_ID IS NULL THEN
EXIT;
END IF;
INSERT INTO IH_BIL_NURSING_BUS
( IH_PHL_PHL_ID,GN_ORG_BNT_ID,IH_BIL_PRF_ID,CREATED_BY,DATE_CREATED)
VALUES(V_ID,V_BUS_UNIT,V_PRF_ID,V_USER,V_DATE);

END LOOP;
END IF;
GO_BLOCK('BLK_IH_PHL_PHYSICAL_LOCATIONS');
EXECUTE_QUERY;
GO_BLOCK('BLK_IH_BIL_NURSING_BUS_2');
EXECUTE_QUERY;
CLEAR_MESSAGE;

END;
* Program Unit Type Procedure
----------
* Name P_1_MOUSE_CLICKED_S
- Subclass Information
- Comments
* Program Unit Text

/* PROCEDURE : P_1_Mouse_Clicked_S
* PORPUSE : set the visual attribute for the current selected record and set it
the current record in the block.
*
*/
PROCEDURE P_1_Mouse_Clicked_S IS
V_Actual_First_Item VARCHAR2(512); -- Other than DUMMY
V_Current_Rec_No NUMBER;
V_Fst_RecNO_InArray NUMBER;
BEGIN
IF F_1_When_Mouse_Click THEN -- If the the record contains data then go to
it
V_Current_Rec_No := TO_NUMBER(NAME_IN('SYSTEM.CURSOR_RECORD'));
V_Fst_RecNO_InArray :=
GET_BLOCK_PROPERTY(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'),TOP_RECORD);
P_1_Unselect_All(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
GO_RECORD(V_Fst_RecNO_InArray);
GO_RECORD(V_Current_Rec_No);
P_1_Select_Row(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
END IF;
END;
* Program Unit Type Procedure
----------
* Name P_1_NURSING_BUS_POST_QUERY_2
- Subclass Information
- Comments
* Program Unit Text

/* PROCEDURE : P_1_NURSING_BUS_POST_QUERY_2
* PORPUSE : apply values for the control items in the nursing business units in
the add mode.
*
*/
PROCEDURE P_1_NURSING_BUS_POST_QUERY_2 IS
BEGIN
BEGIN
SELECT CODE,DESCRIPTION
INTO :BLK_IH_BIL_NURSING_BUS_2.LOC_CODE,:BLK_IH_BIL_NURSING_BUS_2.NUR_STATION
FROM IH_PHL_PHYSICAL_LOCATIONS
WHERE ID = :BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
SELECT COUNT(*)
INTO :BLK_IH_BIL_NURSING_BUS_2.BED_COUNT
FROM IH_PHL_BEDS
WHERE IH_PHL_PHL_ID_SUPERVISED_BY = :BLK_IH_BIL_NURSING_BUS_2.IH_PHL_PHL_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT DESCRIPTION
INTO :BLK_IH_BIL_NURSING_BUS_2.BUS_UNIT
FROM GN_ORG_BUSINESS_UNITS
WHERE ID = :BLK_IH_BIL_NURSING_BUS_2.GN_ORG_BNT_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
END;
* Program Unit Type Procedure
----------
* Name P_1_NURSING_BUS_POST_QUERY
- Subclass Information
- Comments
* Program Unit Text

/* PROCEDURE : P_1_NURSING_BUS_POST_QUERY
* PORPUSE : apply values for the control items in the nursing business units.
*
*/
PROCEDURE P_1_NURSING_BUS_POST_QUERY IS
BEGIN
/* BEGIN
SELECT CODE,DESCRIPTION
INTO :BLK_IH_BIL_NURSING_BUS.LOC_CODE,:BLK_IH_BIL_NURSING_BUS.NUR_STATION
FROM IH_PHL_PHYSICAL_LOCATIONS
WHERE ID = :BLK_IH_BIL_NURSING_BUS.IH_PHL_PHL_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
SELECT COUNT(*)
INTO :BLK_IH_BIL_NURSING_BUS.BED_COUNT
FROM IH_PHL_BEDS
WHERE IH_PHL_PHL_ID_SUPERVISED_BY = :BLK_IH_BIL_NURSING_BUS.IH_PHL_PHL_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT DESCRIPTION
INTO :BLK_IH_BIL_NURSING_BUS.BUS_UNIT
FROM GN_ORG_BUSINESS_UNITS
WHERE ID = :BLK_IH_BIL_NURSING_BUS.GN_ORG_BNT_ID ;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
*/
null;
END;
* Program Unit Type Procedure
----------
* Name F_1_VLD_ADD_NUR_BUS
- Subclass Information
- Comments
* Program Unit Text

/* FUNCTION : F_1_VLD_ADD_NUR_BUS
* PORPUSE : check if there is a specified nursing station and business unit
specified
* to be added to teh nursing_bus.
*/
FUNCTION F_1_VLD_ADD_NUR_BUS RETURN BOOLEAN IS
V_Button_Pressed NUMBER;
V_Count NUMBER;
V_NUR_STATION NUMBER;
V_BUS_UNIT NUMBER;
V_STATUS NUMBER;
BEGIN
V_NUR_STATION := :BLK_IH_PHL_PHYSICAL_LOCATIONS.ID;
V_BUS_UNIT := :BLK_GN_ORG_BUSINESS_UNITS.ID;
-- Add Block Validation Function
if not( V_NUR_STATION IS NOT NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Nursing
Station');
RETURN FALSE;
end if;
/* if not( V_NUR_STATION IS NOT NULL ) then
V_Button_Pressed := F_1_Call_Message('IDL0006','','','','','','','Business
Unit');
RETURN FALSE;
end if;
*/
if not( V_BUS_UNIT IS NOT NULL ) then
V_STATUS := F_1_Call_Message('IDL0006','','','','','','','Prefernces ID');
GO_BLOCK('BLK_IH_BIL_PREFERENCES');
EXECUTE_QUERY;
RETURN FALSE;
end if;
RETURN TRUE;
END;
* Program Unit Type Function
----------
* Name P_1_FILL_VISIT_TYPE_TAB_3_ASC
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_fill_visit_type_tab_3_ASC IS
BEGIN
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES');
CLEAR_BLOCK(NO_COMMIT);
CLEAR_MESSAGE;
FIRST_RECORD;
FOR C_REC IN ( SELECT DMV_ID,DMV_DESCRIPTION
FROM IDM_DOMAINS_VALUES
WHERE DMV_DMN_ID IN( SELECT COL_DMN_ID
FROM IDM_COLUMNS
WHERE COL_NAME LIKE UPPER( 'VISIT_TYPE' )
AND
COL_TAB_ID IN ( SELECT TAB_ID FROM
IAM_TABLES
WHERE TAB_NAME LIKE
UPPER('IH_BIL_SEQ_VS_VISIT_TYPES'))) ORDER BY DMV_ID ASC) LOOP
:BLK_BIL_SEQ_VS_VISIT_TYPES.TYPE := C_REC.DMV_DESCRIPTION;
BEGIN
SELECT NVL(IH_BIL_SEQ_CODE,'')
INTO :BLK_BIL_SEQ_VS_VISIT_TYPES.IH_BIL_SEQ_CODE
FROM IH_BIL_SEQ_VS_VISIT_TYPES
WHERE VISIT_TYPE = C_REC.DMV_ID AND IH_BIL_SEQ_CODE IN(SELECT CODE
FROM
IH_BIL_GAPLESS_SEQUENCES
WHERE GN_ORG_COM_ID
= :PARAMETER.PRF_COMPANY_ID);
EXCEPTION
WHEN OTHERS THEN
:BLK_BIL_SEQ_VS_VISIT_TYPES.IH_BIL_SEQ_CODE := NULL;
END;
NEXT_RECORD;
END LOOP;
FIRST_RECORD;
END;
* Program Unit Type Procedure
----------
* Name P_1_FILL_VISIT_TYPE_TAB_3_DESC
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_fill_visit_type_tab_3_DESC IS
BEGIN
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES');
CLEAR_BLOCK(NO_COMMIT);
CLEAR_MESSAGE;
FIRST_RECORD;
FOR C_REC IN ( SELECT DMV_ID,DMV_DESCRIPTION
FROM IDM_DOMAINS_VALUES
WHERE DMV_DMN_ID IN( SELECT COL_DMN_ID
FROM IDM_COLUMNS
WHERE COL_NAME LIKE UPPER( 'VISIT_TYPE' )
AND
COL_TAB_ID IN ( SELECT TAB_ID FROM
IAM_TABLES
WHERE TAB_NAME LIKE
UPPER('IH_BIL_SEQ_VS_VISIT_TYPES'))) ORDER BY DMV_ID DESC ) LOOP
:BLK_BIL_SEQ_VS_VISIT_TYPES.TYPE := C_REC.DMV_DESCRIPTION;
BEGIN
SELECT NVL(IH_BIL_SEQ_CODE,'')
INTO :BLK_BIL_SEQ_VS_VISIT_TYPES.IH_BIL_SEQ_CODE
FROM IH_BIL_SEQ_VS_VISIT_TYPES
WHERE VISIT_TYPE = C_REC.DMV_ID AND IH_BIL_SEQ_CODE IN(SELECT CODE
FROM
IH_BIL_GAPLESS_SEQUENCES
WHERE GN_ORG_COM_ID
= :PARAMETER.PRF_COMPANY_ID);

EXCEPTION
WHEN OTHERS THEN
:BLK_BIL_SEQ_VS_VISIT_TYPES.IH_BIL_SEQ_CODE := NULL;
END;
NEXT_RECORD;
END LOOP;
P_1_DISABLE_STATUS('DELETE|NEW');
FIRST_RECORD;
END;

* Program Unit Type Procedure


----------
* Name P_1_FIL_FISCAL_YEAR_TAB_3
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_FIL_FISCAL_YEAR_TAB_3
IS
CURSOR C_1(V_NUM NUMBER , V_COM NUMBER)
IS
SELECT CODE,NAME
FROM IH_BIL_GAPLESS_SEQUENCES ,IH_BIL_FISCAL_YEAR_SEQS
WHERE CODE = IH_BIL_SEQ_CODE AND GN_ORG_COM_ID = V_COM
UNION
SELECT CODE,NAME
FROM IH_BIL_GAPLESS_SEQUENCES
WHERE CODE NOT IN(SELECT IH_BIL_SEQ_CODE
FROM IH_BIL_FISCAL_YEAR_SEQS) AND
GN_ORG_COM_ID = V_COM ;
---- AND GN_ORG_FYR_ID = V_NUM
BEGIN
SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES',UPDATE_ALLOWED,PROPERTY_TRUE);
SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES',INSERT_ALLOWED,PROPERTY_TRUE);
P_1_DISABLE_STATUS('DELETE|NEW');
GO_BLOCK('BLK_GAPLESS_SEQUENCES');
CLEAR_BLOCK(NO_COMMIT);
CLEAR_MESSAGE;
FIRST_RECORD;
FOR REC IN C_1(:BLK_FISCAL_YRS_SEQUENCE.ID,:PARAMETER.PRF_COMPANY_ID) LOOP
:BLK_GAPLESS_SEQUENCES.DUMMY := '';
:BLK_GAPLESS_SEQUENCES.CODE := REC.CODE;
:BLK_GAPLESS_SEQUENCES.NAME := REC.NAME;
BEGIN
SELECT MAX_VALUE
INTO :BLK_GAPLESS_SEQUENCES.MAX
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE UPPER(IH_BIL_SEQ_CODE) = UPPER(REC.CODE) AND GN_ORG_FYR_ID
IN(SELECT ID
FROM
GN_ORG_FISCAL_YEARS
WHERE
ID = :BLK_FISCAL_YRS_SEQUENCE.ID AND GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID);
EXCEPTION
WHEN OTHERS THEN
:BLK_GAPLESS_SEQUENCES.MAX := NULL;
END;

BEGIN
SELECT GAP_COUNT
INTO :BLK_GAPLESS_SEQUENCES.COUNT
FROM IH_BIL_FISCAL_YEAR_SEQS
WHERE UPPER(IH_BIL_SEQ_CODE) = UPPER(REC.CODE) AND GN_ORG_FYR_ID IN(SELECT
ID
FROM
GN_ORG_FISCAL_YEARS
WHERE
ID =:BLK_FISCAL_YRS_SEQUENCE.ID AND GN_ORG_COM_ID = :PARAMETER.PRF_COMPANY_ID);

EXCEPTION
WHEN OTHERS THEN
:BLK_GAPLESS_SEQUENCES.MAX := NULL;
END;
NEXT_RECORD;
END LOOP;
SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES',UPDATE_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_GAPLESS_SEQUENCES',INSERT_ALLOWED,PROPERTY_FALSE);
END;

* Program Unit Type Procedure


----------
* Name P_1_FIL_VISIT_TYP_SETUP_BILL
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_FIL_VISIT_TYP_SETUP_BILL IS
BEGIN
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_2',UPDATE_ALLOWED,PROPERTY_TRUE);
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_2',INSERT_ALLOWED,PROPERTY_TRUE);
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_2');
CLEAR_BLOCK(NO_COMMIT);
FIRST_RECORD;
FOR C_REC IN ( SELECT DMV_ID,DMV_DESCRIPTION
FROM IDM_DOMAINS_VALUES
WHERE DMV_DMN_ID IN( SELECT COL_DMN_ID
FROM IDM_COLUMNS
WHERE COL_NAME LIKE UPPER( 'VISIT_TYPE' )
AND
COL_TAB_ID IN ( SELECT TAB_ID FROM
IAM_TABLES
WHERE TAB_NAME LIKE
UPPER('IH_BIL_SEQ_VS_VISIT_TYPES'))) ORDER BY DMV_ID ASC) LOOP
:BLK_BIL_SEQ_VS_VISIT_TYPES_2.TYPE := C_REC.DMV_DESCRIPTION;
:BLK_BIL_SEQ_VS_VISIT_TYPES_2.SEQ_ID := C_REC.DMV_ID;
NEXT_RECORD;
END LOOP;
FIRST_RECORD;
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_2',UPDATE_ALLOWED,PROPERTY_FALSE);
SET_BLOCK_PROPERTY('BLK_BIL_SEQ_VS_VISIT_TYPES_2',INSERT_ALLOWED,PROPERTY_FALSE);
END;
* Program Unit Type Procedure
----------
* Name P_1_DEL_BUTTON_PRESSED_LOCAL
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_Del_Button_Pressed_local IS
V_Number_Of_Rows NUMBER(5) :=
P_1_Count_Selected_Rows(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
V_Table_Name VARCHAR2(512);
V_Primary_Key_Name VARCHAR2(512);
V_Primary_Key_List VARCHAR2(31000);
BEGIN
IF V_Number_Of_Rows > 0 THEN
V_Table_Name := 'IH_BIL_GAPLESS_SEQUENCES';
--GET_BLOCK_PROPERTY(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'),BASE_TABLE);
--29-11 V_Primary_Key_Name :=
--F_1_Get_Primary_Key_Name(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
V_Primary_Key_Name := 'CODE' ;
V_Primary_Key_List :=
F_1_Get_Primary_Key_List(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'),V_Primary_Key_Name
);
P_1_Set_Mode(19);
P_1_Delete_Window( V_Table_Name ,
V_Primary_Key_Name ,

F_1_Get_Description_Fields(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK')),
V_Primary_Key_List ,
V_Number_Of_Rows );
END IF;
END;
* Program Unit Type Procedure
----------
* Name P_1_DEL_DATA_LOCAL
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_DEL_DATA_LOCAL IS
V_Cursor_Handle INTEGER ;
V_Statement VARCHAR2(32000);
V_Count NUMBER(10);
V_Status NUMBER(10);
V_Dummy_Count NUMBER(10);
E_Unknown_Error EXCEPTION;
V_Rows_To_Be_Deleted NUMBER(10) := 0;
V_Rows_Actualy_Deleted NUMBER(10) := 0;
V_Key_List VARCHAR2(31000);
V_Code VARCHAR2(512);
V_Cursor_Handle_Del INTEGER;
E_Child_Record_Found EXCEPTION;
PRAGMA EXCEPTION_INIT(E_Child_Record_Found , -2292);

BEGIN

-----------------------------------------------------------------------------------
-----------
--- Making sure that the selected data did not has not been changed or deleted by
another user

-----------------------------------------------------------------------------------
-----------
GO_BLOCK('BLK_DELETION');
FIRST_RECORD;

WHILE TRUE LOOP


V_Statement := 'SELECT COUNT(*) V_row_count FROM '||
NAME_IN('BLK_DELETION.TABLE_NAME')||' '||
'WHERE '||NAME_IN('BLK_DELETION.PRIMARY_KEY')||'='||''''||
NAME_IN('BLK_DELETION.CODE')||'''';

V_Cursor_Handle := DBMS_SQL.OPEN_CURSOR;
DBMS_SQL.PARSE(V_Cursor_Handle , V_Statement , 2);
DBMS_SQL.DEFINE_COLUMN(V_Cursor_Handle,1,V_Dummy_Count);
IF DBMS_SQL.EXECUTE_AND_FETCH(V_Cursor_Handle,FALSE) = 0 THEN
RAISE E_Unknown_Error;
ELSE
DBMS_SQL.COLUMN_VALUE(V_Cursor_Handle , 1, V_Dummy_Count);
END IF;
IF V_Dummy_Count = 0 THEN
IF F_1_Get_Form_Language = 'A' THEN
V_Status :=
F_1_Call_Message('IDL0010','A','','','','','',NAME_IN('BLK_DELETION.PRIMARY_KEY'));
ELSE
V_Status :=
F_1_Call_Message('IDL0010','','','','','','',NAME_IN('BLK_DELETION.PRIMARY_KEY'));
END IF;
DELETE_RECORD;
ELSE
V_Rows_To_Be_Deleted := V_Rows_To_Be_Deleted + 1;
END IF;
IF NAME_IN('SYSTEM.LAST_RECORD') <> 'TRUE' THEN
NEXT_RECORD;
ELSE
EXIT;
END IF;
DBMS_SQL.CLOSE_CURSOR(V_Cursor_Handle);
END LOOP;

DBMS_SQL.CLOSE_CURSOR(V_Cursor_Handle);

-----------------------------------------------------------------------------------
-----------
-- Locking and deleting data .

-----------------------------------------------------------------------------------
-----------
IF F_1_Get_Form_Language = 'A' THEN
V_Status :=
F_1_Call_Message('IDL0018','A','','','','','',TO_CHAR(V_Rows_To_Be_Deleted));
ELSE
V_Status :=
F_1_Call_Message('IDL0018','','','','','','',TO_CHAR(V_Rows_To_Be_Deleted));
END IF;
IF V_Status = 1 THEN -------- Confirmation
V_Key_List := F_1_Get_Dummy_Primary_Key_List('BLK_DELETION','CODE');
V_Statement := 'SELECT ''''||ROWIDTOCHAR(ROWID)||'''' '||
'FROM '||NAME_IN('BLK_DELETION.TABLE_NAME')||' '||
'WHERE CODE IN ('||V_Key_List||') FOR UPDATE';
V_Cursor_Handle := DBMS_SQL.OPEN_CURSOR;
DBMS_SQL.PARSE(V_Cursor_Handle , V_Statement , 2);
DBMS_SQL.DEFINE_COLUMN_CHAR(V_Cursor_Handle,TO_NUMBER('1'),V_Code,512);
V_Status := DBMS_SQL.EXECUTE(V_Cursor_Handle);

IF DBMS_SQL.FETCH_ROWS(V_Cursor_Handle) = 0 THEN
NULL;
ELSE
V_Cursor_Handle_Del := DBMS_SQL.OPEN_CURSOR;
V_Statement := 'DELETE FROM '||NAME_IN('BLK_DELETION.TABLE_NAME')||' '||
'WHERE CODE IN ('||V_Key_List||')';
DBMS_SQL.PARSE(V_Cursor_Handle_Del , V_Statement , 2);
V_Status := DBMS_SQL.EXECUTE(V_Cursor_Handle_Del);
IF V_Status = 0 THEN
IF F_1_Get_Form_Language = 'A' THEN
V_Status := F_1_Call_Message('IDL0020','A','','','','','',(V_Code));
ELSE
V_Status := F_1_Call_Message('IDL0020','','','','','','',(V_Code));
END IF;
ELSE
V_Rows_Actualy_Deleted := V_Status;
END IF;

END IF;
DBMS_SQL.CLOSE_CURSOR(V_Cursor_Handle_Del);

ELSE
RETURN;
END IF;
DBMS_SQL.CLOSE_CURSOR(V_Cursor_Handle);
FORMS_DDL('BEGIN COMMIT; END;');
CLEAR_BLOCK;
HIDE_WINDOW(F_1_Get_Current_Window);
GO_BLOCK(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
P_1_Set_Mode(7);
P_1_FIL_FISCAL_YEAR_TAB_3 ;

P_1_Set_Main_Window_Properties('WND_MAIN',NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
IF F_1_Get_Form_Language = 'A' THEN
V_Status :=
F_1_Call_Message('IDL0016','A','','','','','',TO_CHAR(V_Rows_Actualy_Deleted));
ELSE
V_Status :=
F_1_Call_Message('IDL0016','','','','','','',TO_CHAR(V_Rows_Actualy_Deleted));
END IF;

GO_BLOCK(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));

EXCEPTION

WHEN E_Child_Record_Found THEN


P_1_Display_Child_Error ( NAME_IN('BLK_DELETION.TABLE_NAME'));
DBMS_SQL.CLOSE_CURSOR(V_Cursor_Handle);
FORMS_DDL('BEGIN ROLLBACK; END;');
CLEAR_BLOCK;
HIDE_WINDOW(F_1_Get_Current_Window);
GO_BLOCK(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
P_1_Set_Mode(7);
P_1_FIL_FISCAL_YEAR_TAB_3 ;

P_1_Set_Main_Window_Properties('WND_MAIN',NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));

WHEN OTHERS THEN


IF ( (-1*DBMS_ERROR_CODE) >= 20001 AND (-1*DBMS_ERROR_CODE) <= 20999) THEN
IF F_1_Get_Form_Language = 'A' THEN
V_Status := F_1_Call_Message(NAME_IN('PARAMETER.PRF_SHORT_SYSTEM_NAME')||
TO_CHAR(-
1*DBMS_ERROR_CODE),F_1_Get_Form_Language,'','','','','',TO_CHAR(DBMS_ERROR_CODE),'A
');
ELSE
V_Status := F_1_Call_Message(NAME_IN('PARAMETER.PRF_SHORT_SYSTEM_NAME')||
TO_CHAR(-
1*DBMS_ERROR_CODE),F_1_Get_Form_Language,'','','','','',TO_CHAR(DBMS_ERROR_CODE));
END IF;
ELSE
IF F_1_Get_Form_Language = 'A' THEN
V_Status :=
F_1_Call_Message('IDL0010','A','','','','','',TO_CHAR(DBMS_ERROR_CODE));
ELSE
V_Status :=
F_1_Call_Message('IDL0010','','','','','','',TO_CHAR(DBMS_ERROR_CODE));
END IF;
END IF;
DBMS_SQL.CLOSE_CURSOR(V_Cursor_Handle);
FORMS_DDL('BEGIN ROLLBACK; END;');
CLEAR_BLOCK;
HIDE_WINDOW(F_1_Get_Current_Window);
GO_BLOCK(NAME_IN('GLOBAL.CURRENT_DISPLAY_BLOCK'));
P_1_Set_Mode(7);
P_1_FIL_FISCAL_YEAR_TAB_3 ;
RAISE FORM_TRIGGER_FAILURE;
END;
* Program Unit Type Procedure
----------
* Name P_1_FILL_VISIT_TYPE_TAB_3_4
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_fill_visit_type_tab_3_4 IS
v_id number;

BEGIN
GO_BLOCK('BLK_BIL_SEQ_VS_VISIT_TYPES_4');
CLEAR_BLOCK(NO_COMMIT);
CLEAR_MESSAGE;
FIRST_RECORD;
FOR C_REC IN ( SELECT DMV_ID,DMV_DESCRIPTION
FROM IDM_DOMAINS_VALUES
WHERE DMV_DMN_ID IN( SELECT COL_DMN_ID
FROM IDM_COLUMNS
WHERE COL_NAME LIKE UPPER( 'VISIT_TYPE' )
AND
COL_TAB_ID IN ( SELECT TAB_ID FROM
IAM_TABLES
WHERE TAB_NAME LIKE
UPPER('IH_BIL_SEQ_VS_VISIT_TYPES'))) ) LOOP
:BLK_BIL_SEQ_VS_VISIT_TYPES_4.TYPE := C_REC.DMV_DESCRIPTION;
:BLK_BIL_SEQ_VS_VISIT_TYPES_4.SEQ_ID := C_REC.DMV_ID;
BEGIN

SELECT visit_type
INTO v_id
FROM IH_BIL_SEQ_VS_VISIT_TYPES
WHERE VISIT_TYPE = C_REC.DMV_ID AND IH_BIL_SEQ_CODE IN(SELECT CODE
FROM
IH_BIL_GAPLESS_SEQUENCES
WHERE GN_ORG_COM_ID
= :PARAMETER.PRF_COMPANY_ID);
:BLK_BIL_SEQ_VS_VISIT_TYPES_4.USED := 2;
EXCEPTION
WHEN OTHERS THEN
:BLK_BIL_SEQ_VS_VISIT_TYPES_4.USED := 1;
END;

NEXT_RECORD;
END LOOP;
FIRST_RECORD;
END;
* Program Unit Type Procedure
----------
* Name P_1_INITAL_PRF_SETUP
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_INITAL_PRF_SETUP IS
BEGIN
P_1_local_block_Settings('BLK_FISCAL_YEARS_ALL');
-- SET_BLOCK_PROPERTY('BLK_FISCAL_YEARS',DEFAULT_WHERE,'GN_ORG_COM_ID =
'||:PARAMETER.PRF_COMPANY_ID );
SET_BLOCK_PROPERTY('BLK_FISCAL_YEARS_ALL',DEFAULT_WHERE,'STATUS <> 3 AND
GN_ORG_COM_ID = '||:PARAMETER.PRF_COMPANY_ID );
SET_BLOCK_PROPERTY('BLK_FISCAL_YEARS_ALL',ORDER_BY,'STATUS , DATE_FROM');
GO_BLOCK('BLK_FISCAL_YEARS_ALL');
EXECUTE_QUERY;
FIRST_RECORD;
:BLK_FISCAL_YEARS_ALL.DUMMY := 'S';
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DATE_FROM','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DATE_TO','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.STATUS1','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.STATUS_DATE','VA_TEXTITEM_HILIGHT');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID_DUMMY','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DESC','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.ID_COA','VA_TEXTITEM_NORMAL');
DISPLAY_ITEM('BLK_FISCAL_YEARS_ALL.DESC1','VA_TEXTITEM_NORMAL');
/*
SET_BLOCK_PROPERTY('BLK_BIL_PREFERENCES',DEFAULT_WHERE,'ID IN(SELECT
IH_BIL_PRF_ID
FROM IH_BIL_YEAR_COAS
WHERE
GN_ORG_FYR_ID = :BLK_FISCAL_YEARS.ID) ');
GO_BLOCK('BLK_BIL_PREFERENCES');
EXECUTE_QUERY;
*/
CLEAR_MESSAGE;
END;
* Program Unit Type Procedure
----------
* Name P_1_FILL_BILS
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_FILL_BILS IS
CURSOR C_1(P_SEQ_ID NUMBER,P_COM_ID NUMBER,P_CODE VARCHAR2)
IS
SELECT BILL_NO
FROM IH_BIL_BILS
WHERE GN_ORG_PRD_ID IN(SELECT ID
FROM GN_ORG_PERIODS
WHERE GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS
WHERE ID = P_SEQ_ID AND
GN_ORG_COM_ID = P_COM_ID))
AND STATUS = 2 AND
UPPER(IH_BIL_SEQ_CODE) LIKE UPPER(P_CODE);

CURSOR C_2(P_FIS_ID NUMBER,P_COM_ID NUMBER,P_CODE VARCHAR2)


IS
SELECT VALUE
FROM IH_BIL_SEQUENCE_GAPS
WHERE IH_BIL_FYS_GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS WHERE ID = P_FIS_ID
AND GN_ORG_COM_ID = P_COM_ID)
AND UPPER(IH_BIL_FYS_IH_BIL_SEQ_CODE) = UPPER(P_CODE);

V_COUNT NUMBER;
V_STATUS NUMBER;
V_NUM NUMBER := 0;

BEGIN
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_R',ENABLED,PROPERTY_FALSE);
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,' ');
IF NVL(:BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL,0) < 1 THEN
GO_BLOCK('IH_BIL_BILS');
CLEAR_BLOCK(NO_COMMIT);
CLEAR_MESSAGE;
RETURN;
END IF;
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,'Now searching for
gaps
in bil numbers that are
not connected for ...');
SYNCHRONIZE;
GO_BLOCK('IH_BIL_BILS');
CLEAR_BLOCK(NO_COMMIT);
FIRST_RECORD;
:GLOBAL.SORT := 'ASC';
V_COUNT := 0;
WHILE TRUE LOOP
V_COUNT := V_COUNT + 1;
V_STATUS := 1;
FOR REC IN
C_1(NVL(:BLK_FISCAL_YRS_SEQUENCE.ID,0),:PARAMETER.PRF_COMPANY_ID,:BLK_BIL_GAPLESS_S
EQUENCES_5.CODE) LOOP
IF REC.BILL_NO = V_COUNT THEN
V_STATUS := 2;
END IF;
END LOOP;

FOR REC IN
C_2(NVL(:BLK_FISCAL_YRS_SEQUENCE.ID,0),:PARAMETER.PRF_COMPANY_ID,:BLK_BIL_GAPLESS_S
EQUENCES_5.CODE) LOOP

IF REC.VALUE = V_COUNT THEN


V_STATUS := 2;
END IF;
END LOOP;

IF V_STATUS = 1 THEN
:IH_BIL_BILS.BILL_NO := V_COUNT;
V_NUM := V_NUM + 1;
NEXT_RECORD;
END IF;
IF V_COUNT = :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL THEN
EXIT;
END IF;
END LOOP;
FIRST_RECORD;
:BLK_BIL_GAPLESS_SEQUENCES_5.COUNT := V_NUM;
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,' ');
SYNCHRONIZE;

END;
* Program Unit Type Procedure
----------
* Name P_1_FILL_BILS_DESC
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_FILL_BILS_DESC IS
CURSOR C_1(P_SEQ_ID NUMBER,P_COM_ID NUMBER,P_CODE VARCHAR2)
IS
SELECT BILL_NO
FROM IH_BIL_BILS
WHERE GN_ORG_PRD_ID IN(SELECT ID
FROM GN_ORG_PERIODS
WHERE GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS
WHERE ID = P_SEQ_ID AND
GN_ORG_COM_ID = P_COM_ID))
AND STATUS = 2 AND
UPPER(IH_BIL_SEQ_CODE) LIKE UPPER(P_CODE);

CURSOR C_2(P_FIS_ID NUMBER,P_COM_ID NUMBER,P_CODE VARCHAR2)


IS
SELECT VALUE
FROM IH_BIL_SEQUENCE_GAPS
WHERE IH_BIL_FYS_GN_ORG_FYR_ID IN(SELECT ID
FROM GN_ORG_FISCAL_YEARS WHERE ID = P_FIS_ID
AND GN_ORG_COM_ID = P_COM_ID)
AND UPPER(IH_BIL_FYS_IH_BIL_SEQ_CODE) = UPPER(P_CODE);

V_COUNT NUMBER;
V_STATUS NUMBER;
V_NUM NUMBER := 0;

BEGIN
GO_ITEM('BLKFUNCTIONAL.REST');
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,' ');
P_1_ITEM_SETTING('BLK_FUNCTIONAL','EXL_MOD_R',ENABLED,PROPERTY_FALSE);
IF NVL(:BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL,0) < 1 THEN
GO_BLOCK('IH_BIL_BILS');
CLEAR_BLOCK(NO_COMMIT);
CLEAR_MESSAGE;
RETURN;
END IF;
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,'Now searching for
gaps
in bil numbers that are
not connected for ...');
SYNCHRONIZE;
GO_BLOCK('IH_BIL_BILS');
CLEAR_BLOCK(NO_COMMIT);
FIRST_RECORD;
:GLOBAL.SORT := 'DESC';
V_COUNT := :BLK_BIL_GAPLESS_SEQUENCES_5.MAX_VAL;
WHILE TRUE LOOP
V_COUNT := V_COUNT - 1;
V_STATUS := 1;
FOR REC IN
C_1(NVL(:BLK_FISCAL_YRS_SEQUENCE.ID,0),:PARAMETER.PRF_COMPANY_ID,:BLK_BIL_GAPLESS_S
EQUENCES_5.CODE) LOOP
IF REC.BILL_NO = V_COUNT THEN
V_STATUS := 2;
END IF;
END LOOP;

FOR REC IN
C_2(NVL(:BLK_FISCAL_YRS_SEQUENCE.ID,0),:PARAMETER.PRF_COMPANY_ID,:BLK_BIL_GAPLESS_S
EQUENCES_5.CODE) LOOP

IF REC.VALUE = V_COUNT THEN


V_STATUS := 2;
END IF;
END LOOP;

IF V_STATUS = 1 THEN
:IH_BIL_BILS.BILL_NO := V_COUNT;
V_NUM := V_NUM + 1;
NEXT_RECORD;
END IF;
IF V_COUNT = 0 THEN
EXIT;
END IF;
END LOOP;
FIRST_RECORD;
:BLK_BIL_GAPLESS_SEQUENCES_5.COUNT := V_NUM;
SET_ITEM_PROPERTY('IH_BIL_SEQUENCE_GAPS.VALUE',PROMPT_TEXT,' ');
SYNCHRONIZE;
END;
* Program Unit Type Procedure
----------
* Name P_1_AUTO_LIST
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_AUTO_LIST(P_ListName IN VARCHAR2,


P_TableName IN VARCHAR2,
P_LabelClmn IN VARCHAR2,
P_ValueClmn IN VARCHAR2,
P_Where IN VARCHAR2)
IS
V_GrpID RECORDGROUP := FIND_GROUP('COLLECTER');
V_Err NUMBER;
V_Gcol GROUPCOLUMN;
ExpNoData EXCEPTION;
V_Msg NUMBER;
V_Select VARCHAR2(32000);
BEGIN
IF NOT ID_NULL(V_GrpID) THEN
DELETE_GROUP(V_GrpID);
END IF;

V_Select := 'SELECT '||P_LabelClmn||', TO_CHAR('||P_ValueClmn||') ID '||


' FROM '||P_TableName || P_WHERE || ' ORDER BY 2';
-- :BLK_FUNCTIONAL.Z := V_Select;
V_GrpID := CREATE_GROUP_FROM_QUERY('COLLECTER',V_Select);
V_Err := POPULATE_GROUP('COLLECTER');
POPULATE_LIST(P_ListName,V_GrpID);
V_Gcol := FIND_COLUMN('COLLECTER.ID');
IF ID_NULL (V_Gcol) THEN
RAISE ExpNoData;
ELSE
-- COPY(GET_GROUP_CHAR_CELL(V_Gcol,1),P_ListName);
NULL;
END IF;
DELETE_GROUP(V_GrpID);
EXCEPTION
WHEN OTHERS THEN
null;
--ME(SQLCODE||SQLERRM);
-- DELETE_GROUP(V_GrpID);
-- V_Msg := F_1_Show_Alert('No Data Defined for '||P_TableName||',you system may
not work propably');
END;

* Program Unit Type Procedure


----------
* Name P_1_REMOVE_LISTSPACES
- Subclass Information
- Comments
* Program Unit Text

/* Procedure : P_1_REMOVE_LISTSPACES
* Purpose : removes list spaces
*/
PROCEDURE P_1_REMOVE_LISTSPACES (P_ListName VARCHAR2 ) IS
V_ListID ITEM;
V_TotalListCount NUMBER(2);
V_ListLabel VARCHAR2(1000);
V_Index NUMBER := 1;
BEGIN
V_ListID := FIND_ITEM(P_ListName);
V_TotalListCount := GET_LIST_ELEMENT_COUNT(V_ListID);
FOR I IN 1..V_TotalListCount LOOP
V_ListLabel:= GET_LIST_ELEMENT_LABEL(P_ListName,V_Index);
IF V_ListLabel = ' ' OR V_ListLabel IS NULL THEN
DELETE_LIST_ELEMENT(P_ListName,V_Index);
ELSE
V_Index := V_Index + 1;
END IF;
END LOOP;
EXCEPTION
WHEN OTHERS THEN
CLEAR_MESSAGE;
NULL;
END;

* Program Unit Type Procedure


----------
* Name P_1_MIRROR_IH_BIL_ACCOUNTS
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_MIRROR_IH_BIL_ACCOUNTS
IS
V_FYR_NEW GN_ORG_FISCAL_YEARS.ID %TYPE;
V_DATE_FROM GN_ORG_FISCAL_YEARS.DATE_FROM %TYPE;
V_COA_NEW FN_GLD_CHART_OF_ACCOUNTS.ID %TYPE;
V_FYR_OLD GN_ORG_FISCAL_YEARS.ID %TYPE;
V_COUNT_MAC NUMBER;
V_COUNT_MIRR NUMBER;
V_COUNT_COA NUMBER;
V_COM_ID NUMBER;
V_ID NUMBER;
V_BIL_PRE NUMBER;
V_COA_ID NUMBER;
V_ATT_ID NUMBER;
V_UNCL_ID NUMBER;
BEGIN
BEGIN
SELECT ID, DATE_FROM
INTO V_FYR_NEW,V_DATE_FROM
FROM GN_ORG_FISCAL_YEARS
WHERE STATUS = 1; ----------- OPEN
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT ID
INTO V_FYR_OLD
FROM GN_ORG_FISCAL_YEARS
WHERE TRUNC(DATE_TO) = TRUNC(V_DATE_FROM)-1;
EXCEPTION
WHEN OTHERS THEN
RETURN;
END;
BEGIN
SELECT COUNT(MAC.GN_ORG_FYR_ID)
INTO V_COUNT_MAC
FROM FN_GLD_MAIN_ACCOUNTS MAC,
FN_GLD_MAC_MIRRORS GMM
WHERE MAC.GN_ORG_FYR_ID = V_FYR_NEW
AND MAC.ID = GMM.FN_GLD_MAC_ID_NEW;
END;
BEGIN
SELECT COUNT(ACC.ID)
INTO V_COUNT_MIRR
FROM FN_GLD_CHART_OF_ACCOUNTS ACC,
FN_GLD_COA_MIRRORS MIRR
WHERE ACC.ID = MIRR.FN_GLD_COA_ID_NEW
AND ID IN (SELECT NVL(FN_GLD_COA_ID_SALE,
NVL(FN_GLD_COA_ID_RETURN,
NVL(FN_GLD_COA_ID_DISCOUNT,
NVL(FN_GLD_COA_ID_EXPENSE,
FN_GLD_COA_ID_VAT))))
FROM IH_POS_BNT_ACCOUNTS
WHERE GN_ORG_FYR_ID = V_FYR_NEW);

END;
IF (V_COUNT_MIRR > 0 AND V_COUNT_MAC > 0) THEN
NULL;
ELSE
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' The Accounts of The
Selected Fiscal Year Were Not '||
'Created Using Mirroring..............' ;
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_FALSE);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_FALSE);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_FALSE);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);

END IF;
BEGIN
SELECT GN_ORG_COM_ID
INTO V_COM_ID
FROM GN_ORG_BUSINESS_UNITS
WHERE ID IN (SELECT UGP_GN_ORG_BNT_ID
FROM IAM_UNIT_GROUPS
WHERE UGP_GRP_ID IN (SELECT ID FROM IAM_GROUPS
WHERE ID = (SELECT USR_GRP_ID
FROM IAM_USERS
WHERE
UPPER(USR_NAME) = (SELECT UPPER(USER)

FROM DUAL))));
END;
BEGIN
SELECT COUNT(ID)
INTO V_COUNT_COA
FROM IH_BIL_YEAR_COAS
WHERE IH_BIL_PRF_ID = (SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = V_COM_ID )
AND GN_ORG_FYR_ID = V_FYR_NEW;

END;
IF V_COUNT_COA > 0 THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' The Default Accounts
of The Selected Fiscal YEar Have Already Been Defined. '||
' Do you Want To Update Them According to Mirrored
Accounts or '||
' Do You Want too Keep Them As Defind and Proceed
to the next Step';
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.NEXT');
RETURN;

/*
BEGIN
UPDATE IH_BIL_YEAR_COAS
SET FN_GLD_COA_ID = F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID,V_FYR_NEW),
FN_GLD_COA_ID_ATTENDING_IN =
F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_ATTENDING_IN,V_FYR_NEW),
FN_GLD_COA_ID_UNCOLLEC =
F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_UNCOLLEC,V_FYR_NEW)
WHERE IH_BIL_PRF_ID = (SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = V_COM_ID )
AND GN_ORG_FYR_ID = V_FYR_NEW;
END;
*/
ELSE
SELECT IH_BIL_YCO_SEQ.NEXTVAL INTO V_ID FROM DUAL;
BEGIN
SELECT ID
INTO V_BIL_PRE
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = V_COM_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT FN_GLD_COA_ID,FN_GLD_COA_ID_ATTENDING_IN,FN_GLD_COA_ID_UNCOLLEC
INTO V_COA_ID,V_ATT_ID,V_UNCL_ID
FROM IH_BIL_YEAR_COAS
WHERE IH_BIL_PRF_ID = (SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = V_COM_ID )
AND GN_ORG_FYR_ID = V_FYR_OLD;

EXCEPTION
WHEN OTHERS THEN
NULL;
END;

BEGIN
INSERT INTO IH_BIL_YEAR_COAS(ID,
FN_GLD_COA_ID,
FN_GLD_COA_ID_ATTENDING_IN,
FN_GLD_COA_ID_UNCOLLEC,
IH_BIL_PRF_ID,
GN_ORG_FYR_ID,
STATUS,
STATUS_DATE)
VALUES (V_ID,
F_DB_GET_MIRRORED_ACCOUNT( V_COA_ID,V_FYR_NEW ),
F_DB_GET_MIRRORED_ACCOUNT( V_ATT_ID,V_FYR_NEW ),
F_DB_GET_MIRRORED_ACCOUNT( V_UNCL_ID,V_FYR_NEW),
V_FYR_NEW,
V_BIL_PRE,
2,
SYSDATE);
EXCEPTION
WHEN OTHERS THEN
RETURN;
END;

END IF;
BEGIN
UPDATE IH_POS_BNT_ACCOUNTS ACC_NEW
SET (ACC_NEW.FN_GLD_COA_ID_SALE,
ACC_NEW.FN_GLD_COA_ID_RETURN,
ACC_NEW.FN_GLD_COA_ID_DISCOUNT,
ACC_NEW.FN_GLD_COA_ID_EXPENSE,
ACC_NEW.FN_GLD_COA_ID_REJECTED,
ACC_NEW.FN_GLD_COA_ID_LS,
ACC_NEW.FN_GLD_COA_ID_VAT) =
(SELECT
NVL(ACC_NEW.FN_GLD_COA_ID_SALE,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_SALE
,V_FYR_NEW)),
NVL(ACC_NEW.FN_GLD_COA_ID_RETURN,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_RE
TURN,V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_DISCOUNT,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_
DISCOUNT,V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_EXPENSE,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_E
XPENSE,V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_REJECTED,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_
REJECTED,V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_LS,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_LS,V_F
YR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_VAT,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_VAT,V
_FYR_NEW))
FROM IH_POS_BNT_ACCOUNTS ACC_OLD
WHERE ACC_NEW.IS_INPATIENT = ACC_OLD.IS_INPATIENT
AND ACC_NEW.GN_ORG_BNT_ID = ACC_OLD.GN_ORG_BNT_ID
AND ACC_OLD.GN_ORG_FYR_ID = V_FYR_OLD)
WHERE ACC_NEW.GN_ORG_FYR_ID = V_FYR_NEW;
EXCEPTION
WHEN OTHERS THEN
RETURN;
END;
BEGIN
INSERT INTO IH_POS_BNT_ACCOUNTS (GN_ORG_FYR_ID,
GN_ORG_BNT_ID,
IS_INPATIENT,
FN_GLD_COA_ID_SALE,
FN_GLD_COA_ID_RETURN,
FN_GLD_COA_ID_DISCOUNT,
FN_GLD_COA_ID_EXPENSE,
FN_GLD_COA_ID_REJECTED,
FN_GLD_COA_ID_LS,
FN_GLD_COA_ID_VAT)
(SELECT V_FYR_NEW,
GN_ORG_BNT_ID,
IS_INPATIENT,

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_SALE,V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_RETURN,V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_DISCOUNT,V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_EXPENSE,V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_REJECTED,V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_LS,V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_VAT,V_FYR_NEW)
FROM IH_POS_BNT_ACCOUNTS OLD_ACCOUNT
WHERE OLD_ACCOUNT.GN_ORG_FYR_ID = V_FYR_OLD
AND NOT EXISTS(SELECT 1
FROM IH_POS_BNT_ACCOUNTS
WHERE IS_INPATIENT =
OLD_ACCOUNT.IS_INPATIENT
AND GN_ORG_BNT_ID =
OLD_ACCOUNT.GN_ORG_BNT_ID
AND GN_ORG_FYR_ID =
V_FYR_NEW));
EXCEPTION
WHEN OTHERS THEN
RETURN;
END;
BEGIN
UPDATE IH_POS_POINTS_OF_SALE
SET FN_GLD_COA_ID = F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID,V_FYR_NEW)
WHERE ACCEPT_CASH = 2
AND FN_GLD_COA_ID IS NOT NULL
AND V_FYR_OLD = (SELECT GN_ORG_FYR_ID
FROM FN_GLD_MAIN_ACCOUNTS
WHERE ID = FN_GLD_COA_ID);

EXCEPTION
WHEN OTHERS THEN
RETURN;
END;
BEGIN
UPDATE IH_STG_LUMPSUMS
SET FN_GLD_COA_ID = F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID,V_FYR_NEW)
WHERE FN_GLD_COA_ID IS NOT NULL
AND V_FYR_OLD = (SELECT GN_ORG_FYR_ID
FROM FN_GLD_MAIN_ACCOUNTS
WHERE ID = FN_GLD_COA_ID);
EXCEPTION
WHEN OTHERS THEN
RETURN;
END;
COMMIT;
END;

* Program Unit Type Procedure


----------
* Name PKG_1_MIRROR_IH_BIL_ACCOUNTS
- Subclass Information
- Comments
* Program Unit Text

PACKAGE PKG_1_MIRROR_IH_BIL_ACCOUNTS IS
PKG_V_FYR_NEW GN_ORG_FISCAL_YEARS.ID%TYPE;
PKG_V_DATE_FROM GN_ORG_FISCAL_YEARS.DATE_FROM %TYPE;
PKG_V_FYR_OLD GN_ORG_FISCAL_YEARS.ID%TYPE;
PKG_V_COUNT_MAC NUMBER;
PKG_V_COUNT_MIRROR NUMBER;
PKG_V_COM_ID NUMBER;
PKG_V_COUNT_COA NUMBER;
PKG_V_COA_ID IH_BIL_YEAR_COAS.FN_GLD_COA_ID %TYPE;
PKG_V_ATT_ID IH_BIL_YEAR_COAS.FN_GLD_COA_ID_ATTENDING_IN%TYPE;
PKG_V_UNCL_ID IH_BIL_YEAR_COAS.FN_GLD_COA_ID_UNCOLLEC%TYPE;
PKG_V_CALLED_FROM VARCHAR2(1000) := NULL;
PKG_V_UPDATE BOOLEAN;
PROCEDURE P_1_MAIN;
PROCEDURE P_1_STEP_THREE;
PROCEDURE PKG_P_1_STEP_FOUR;
PROCEDURE PKG_P_1_STEP_FIVE;
PROCEDURE PKG_P_1_STEP_SIX;
PROCEDURE PKG_P_1_STEP_SEVEN;
-- PROCEDURE PKG_P_1_STEP_FOUR;

END;
* Program Unit Type Package Spec
----------
* Name PKG_1_MIRROR_IH_BIL_ACCOUNTS
- Subclass Information
- Comments
* Program Unit Text

PACKAGE BODY PKG_1_MIRROR_IH_BIL_ACCOUNTS IS


-----------------------------------------------------------------------------------
------

PROCEDURE P_1_MAIN
IS
V_MAC NUMBER;
BEGIN
BEGIN
SELECT ID,
DATE_FROM
INTO PKG_V_FYR_NEW ,
PKG_V_DATE_FROM
FROM GN_ORG_FISCAL_YEARS
WHERE STATUS = 1
AND ROWNUM = 1
order by id asc; ----------- OPEN
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT ID
INTO PKG_V_FYR_OLD
FROM GN_ORG_FISCAL_YEARS
WHERE TRUNC(DATE_TO) = (SELECT TRUNC(DATE_FROM)-1
FROM GN_ORG_FISCAL_YEARS
WHERE ID = PKG_V_FYR_NEW);
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
SELECT COUNT(MAC.GN_ORG_FYR_ID)
INTO PKG_V_COUNT_MAC
FROM FN_GLD_MAIN_ACCOUNTS MAC,
FN_GLD_MAC_MIRRORS GMM
WHERE MAC.GN_ORG_FYR_ID =PKG_V_FYR_NEW
AND MAC.ID = GMM.FN_GLD_MAC_ID_NEW;
END;

BEGIN
SELECT COUNT(ACC.ID)
INTO PKG_V_COUNT_MIRROR
FROM FN_GLD_CHART_OF_ACCOUNTS ACC,
FN_GLD_COA_MIRRORS MIRR
WHERE ACC.ID = MIRR.FN_GLD_COA_ID_NEW
AND ACC.ID IN (SELECT NVL(FN_GLD_COA_ID_SALE,
NVL(FN_GLD_COA_ID_RETURN,
NVL(FN_GLD_COA_ID_DISCOUNT,
NVL(FN_GLD_COA_ID_EXPENSE,
FN_GLD_COA_ID_VAT))))
FROM IH_POS_BNT_ACCOUNTS
WHERE GN_ORG_FYR_ID = PKG_V_FYR_NEW);

END;

IF (PKG_V_COUNT_MIRROR > 0
AND PKG_V_COUNT_MAC > 0) THEN
NULL;
ELSE
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' The Accounts of The
Selected Fiscal Year Were Not '||
'Created Using Mirroring..............'||
'
' ;
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_FALSE);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_FALSE);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_FALSE);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
END IF;
BEGIN
SELECT GN_ORG_COM_ID
INTO PKG_V_COM_ID
FROM GN_ORG_BUSINESS_UNITS
WHERE ID IN (SELECT UGP_GN_ORG_BNT_ID
FROM IAM_UNIT_GROUPS
WHERE UGP_GRP_ID IN (SELECT ID FROM IAM_GROUPS
WHERE ID = (SELECT USR_GRP_ID
FROM IAM_USERS
WHERE
UPPER(USR_NAME) = (SELECT UPPER(USER)

FROM DUAL))));
END;
BEGIN
SELECT COUNT(ID)
INTO PKG_V_COUNT_COA
FROM IH_BIL_YEAR_COAS
WHERE IH_BIL_PRF_ID = (SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = PKG_V_COM_ID )
AND GN_ORG_FYR_ID = PKG_V_FYR_NEW;

END;
IF PKG_V_COUNT_COA > 0 THEN
PKG_V_CALLED_FROM := 'MAIN';
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' The Default
Accounts of The Selected Fiscal YEar Have Already Been Defined. '||
' Do you Want To Update Them According to
Mirrored Accounts or '||
' Do You Want too Keep Them As Defind and
Proceed to the next Step '||
'
' ;

set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.NEXT');
RETURN;
ELSE
NULL;
END IF;
END;
-----------------------------------------------------------------------------------
------
PROCEDURE P_1_STEP_THREE IS
V_COUNT_ID NUMBER;
V_SEQ_ID NUMBER;
V_BIL_PRE NUMBER;
V_STATUS NUMBER;
CURSOR C1(P_BIL_PRF NUMBER) IS SELECT STATUS
FROM IH_BIL_YEAR_COAS
WHERE IH_BIL_PRF_ID = P_BIL_PRF;
BEGIN
BEGIN
SELECT FN_GLD_COA_ID,FN_GLD_COA_ID_ATTENDING_IN,FN_GLD_COA_ID_UNCOLLEC
INTO PKG_V_COA_ID,PKG_V_ATT_ID,PKG_V_UNCL_ID
FROM IH_BIL_YEAR_COAS
WHERE IH_BIL_PRF_ID = (SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID =
PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_COM_ID )
AND GN_ORG_FYR_ID = PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_FYR_OLD;

EXCEPTION
WHEN OTHERS THEN
NULL;
END;
IF PKG_V_COA_ID IS NULL THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' The Defualt
Accounts For The FIscal Year Have Not Been Defined ';
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.CANCEL_ACC');
RETURN;
END IF;
BEGIN
SELECT ID
INTO V_COUNT_ID
FROM IH_BIL_YEAR_COAS
WHERE IH_BIL_PRF_ID = (SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID =
PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_COM_ID )
AND GN_ORG_FYR_ID = PKG_1_MIRROR_IH_BIL_ACCOUNTS.PKG_V_FYR_NEW;

EXCEPTION
WHEN OTHERS THEN
NULL;
END;
IF V_COUNT_ID > 0 THEN
BEGIN
UPDATE IH_BIL_YEAR_COAS
SET FN_GLD_COA_ID =
F_DB_GET_MIRRORED_ACCOUNT(PKG_V_COA_ID,PKG_V_FYR_NEW),
FN_GLD_COA_ID_ATTENDING_IN =
F_DB_GET_MIRRORED_ACCOUNT(PKG_V_ATT_ID,PKG_V_FYR_NEW),
FN_GLD_COA_ID_UNCOLLEC =
F_DB_GET_MIRRORED_ACCOUNT(PKG_V_UNCL_ID,PKG_V_FYR_NEW)
WHERE IH_BIL_PRF_ID = (SELECT ID
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = PKG_V_COM_ID )
AND GN_ORG_FYR_ID = PKG_V_FYR_NEW;
POST;
EXCEPTION
WHEN OTHERS THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||'The Default
Account of The fiscal Year Could Not be Merrored '||
SQLCODE||' '||SQLERRM||
'
' ;

set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.CANCEL_ACC');
FORMS_DDL(' BEGIN ROLLBACK; END ;');
RETURN;
END;
ELSE
SELECT IH_BIL_YCO_SEQ.NEXTVAL INTO V_SEQ_ID FROM DUAL;
BEGIN
SELECT ID
INTO V_BIL_PRE
FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = PKG_V_COM_ID;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
BEGIN
INSERT INTO IH_BIL_YEAR_COAS(ID,
FN_GLD_COA_ID,
FN_GLD_COA_ID_ATTENDING_IN,
FN_GLD_COA_ID_UNCOLLEC,
IH_BIL_PRF_ID,
GN_ORG_FYR_ID,
STATUS,
STATUS_DATE)
VALUES (V_SEQ_ID,

F_DB_GET_MIRRORED_ACCOUNT( PKG_V_COA_ID,PKG_V_FYR_NEW ),

F_DB_GET_MIRRORED_ACCOUNT( PKG_V_ATT_ID,PKG_V_FYR_NEW ),
F_DB_GET_MIRRORED_ACCOUNT( PKG_V_UNCL_ID,PKG_V_FYR_NEW),
PKG_V_FYR_NEW,
V_BIL_PRE,
2,
SYSDATE);
POST;
EXCEPTION
WHEN OTHERS THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||'The Default
Account of The fiscal Year Could Not be Merrored '||
SQLCODE||' '||SQLERRM||
'
' ;

set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.CANCEL_ACC');
FORMS_DDL(' BEGIN ROLLBACK; END ;');
RETURN;
END;
END IF;
BEGIN
SELECT STATUS
INTO V_STATUS
FROM IH_BIL_YEAR_COAS

WHERE IH_BIL_PRF_ID = (SELECT ID


FROM IH_BIL_PREFERENCES
WHERE GN_ORG_COM_ID = PKG_V_COM_ID )
AND GN_ORG_FYR_ID = PKG_V_FYR_NEW;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
:BLK_FUNCTIONAL.BIL_ACC := 2;
PKG_V_CALLED_FROM := 'STEP3';
PKG_P_1_STEP_FOUR;

END;
-----------------------------------------------------------------------------------
------
PROCEDURE PKG_P_1_STEP_FOUR IS
V_COUNT_ID NUMBER;
BEGIN
BEGIN
SELECT COUNT(ID)
INTO V_COUNT_ID
FROM IH_POS_BNT_ACCOUNTS
WHERE GN_ORG_FYR_ID = PKG_V_FYR_NEW;
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
IF V_COUNT_ID > 0 THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS||' Some Business Units
Already have Defined Their Accounts.'||
' Do you WAnt to
Update The Defined Accounts With Accounts Mirrored'||
' from the Previous
Fiscal Year? '||
'
' ;

set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_TRUE);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
PKG_V_CALLED_FROM := 'STEP4';
Go_ITEM('BLK_FUNCTIONAL.NEXT');
-- RETURN;
ELSE
PKG_V_UPDATE := FALSE;
END IF;
IF (NOT PKG_V_UPDATE) THEN
BEGIN
UPDATE IH_POS_BNT_ACCOUNTS ACC_NEW
SET (ACC_NEW.FN_GLD_COA_ID_SALE,
ACC_NEW.FN_GLD_COA_ID_RETURN,
ACC_NEW.FN_GLD_COA_ID_DISCOUNT,
ACC_NEW.FN_GLD_COA_ID_EXPENSE,
ACC_NEW.FN_GLD_COA_ID_REJECTED,
ACC_NEW.FN_GLD_COA_ID_LS,
ACC_NEW.FN_GLD_COA_ID_VAT) =
(SELECT
NVL(ACC_NEW.FN_GLD_COA_ID_SALE,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_SALE
,PKG_V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_RETURN,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_RE
TURN,PKG_V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_DISCOUNT,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_
DISCOUNT,PKG_V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_EXPENSE,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_E
XPENSE,PKG_V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_REJECTED,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_
REJECTED,PKG_V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_LS,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_LS,PKG
_V_FYR_NEW)),

NVL(ACC_NEW.FN_GLD_COA_ID_VAT,F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_VAT,P
KG_V_FYR_NEW))
FROM IH_POS_BNT_ACCOUNTS ACC_OLD
WHERE ACC_NEW.IS_INPATIENT = ACC_OLD.IS_INPATIENT
AND ACC_NEW.GN_ORG_BNT_ID = ACC_OLD.GN_ORG_BNT_ID
AND ACC_OLD.GN_ORG_FYR_ID = PKG_V_FYR_OLD)
WHERE ACC_NEW.GN_ORG_FYR_ID = PKG_V_FYR_NEW;
POST;
END;
ELSIF(PKG_V_UPDATE) THEN
BEGIN
UPDATE IH_POS_BNT_ACCOUNTS ACC_NEW
SET (ACC_NEW.FN_GLD_COA_ID_SALE,
ACC_NEW.FN_GLD_COA_ID_RETURN,
ACC_NEW.FN_GLD_COA_ID_DISCOUNT,
ACC_NEW.FN_GLD_COA_ID_EXPENSE,
ACC_NEW.FN_GLD_COA_ID_REJECTED,
ACC_NEW.FN_GLD_COA_ID_LS,
ACC_NEW.FN_GLD_COA_ID_VAT) =
(SELECT
NVL(F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_SALE,PKG_V_FYR_NEW),ACC_NEW.FN_
GLD_COA_ID_SALE),

NVL(F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_RETURN,PKG_V_FYR_NEW),ACC_NEW.F
N_GLD_COA_ID_RETURN),

NVL(F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_DISCOUNT,PKG_V_FYR_NEW),ACC_NEW
.FN_GLD_COA_ID_DISCOUNT),

NVL(F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_EXPENSE,PKG_V_FYR_NEW),ACC_NEW.
FN_GLD_COA_ID_EXPENSE),

NVL(F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_REJECTED,PKG_V_FYR_NEW),ACC_NEW
.FN_GLD_COA_ID_REJECTED),

NVL(F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_LS,PKG_V_FYR_NEW),ACC_NEW.FN_GL
D_COA_ID_LS),

NVL(F_DB_GET_MIRRORED_ACCOUNT(ACC_OLD.FN_GLD_COA_ID_VAT,PKG_V_FYR_NEW),ACC_NEW.FN_G
LD_COA_ID_VAT)
FROM IH_POS_BNT_ACCOUNTS ACC_OLD
WHERE ACC_NEW.IS_INPATIENT = ACC_OLD.IS_INPATIENT
AND ACC_NEW.GN_ORG_BNT_ID = ACC_OLD.GN_ORG_BNT_ID
AND ACC_OLD.GN_ORG_FYR_ID = PKG_V_FYR_OLD)
WHERE ACC_NEW.GN_ORG_FYR_ID = PKG_V_FYR_NEW;
POST;
END;
END IF;
BEGIN
INSERT INTO IH_POS_BNT_ACCOUNTS (GN_ORG_FYR_ID,
GN_ORG_BNT_ID,
IS_INPATIENT,
FN_GLD_COA_ID_SALE,
FN_GLD_COA_ID_RETURN,
FN_GLD_COA_ID_DISCOUNT,
FN_GLD_COA_ID_EXPENSE,
FN_GLD_COA_ID_REJECTED,
FN_GLD_COA_ID_LS,
FN_GLD_COA_ID_VAT)
(SELECT PKG_V_FYR_NEW,
GN_ORG_BNT_ID,
IS_INPATIENT,

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_SALE,PKG_V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_RETURN,PKG_V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_DISCOUNT,PKG_V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_EXPENSE,PKG_V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_REJECTED,PKG_V_FYR_NEW),
F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_LS,PKG_V_FYR_NEW),

F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID_VAT,PKG_V_FYR_NEW)
FROM IH_POS_BNT_ACCOUNTS OLD_ACCOUNT
WHERE OLD_ACCOUNT.GN_ORG_FYR_ID = PKG_V_FYR_OLD
AND NOT EXISTS(SELECT 1
FROM IH_POS_BNT_ACCOUNTS
WHERE IS_INPATIENT =
OLD_ACCOUNT.IS_INPATIENT
AND GN_ORG_BNT_ID =
OLD_ACCOUNT.GN_ORG_BNT_ID
AND GN_ORG_FYR_ID =
PKG_V_FYR_NEW));
POST;
END;
:BLK_FUNCTIONAL.BNT_PL_ACC := 2;
PKG_P_1_STEP_FIVE;
EXCEPTION
WHEN OTHERS THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||'The Default Account
of The fiscal Year Could Not be Merrored '||
SQLCODE||' '||SQLERRM||
'
' ;

FORMS_DDL('BEGIN ROLBACK; END;');


END;
-----------------------------------------------------------------------------------
------
PROCEDURE PKG_P_1_STEP_FIVE IS
V_STATUS NUMBER;
BEGIN
BEGIN
SELECT STATUS
INTO V_STATUS
FROM GN_ORG_FISCAL_YEARS
WHERE ID = PKG_V_FYR_NEW;
END;
IF V_STATUS <> 1 THEN
PKG_V_CALLED_FROM := 'FIVE';
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' The Selected Fiscal
Year is not open '||
'Therfor, Cash accounts in the points of service
and lumpsum '||
' accounts will be not updated now';
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_true);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_true);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.NEXT');
RETURN;
ELSE
BEGIN
UPDATE IH_POS_POINTS_OF_SALE POS
SET FN_GLD_COA_ID = F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID,PKG_V_FYR_NEW)
WHERE POS.ACCEPT_CASH = 2
AND POS.FN_GLD_COA_ID IS NOT NULL
AND PKG_V_FYR_OLD = (SELECT GN_ORG_FYR_ID
FROM FN_GLD_MAIN_ACCOUNTS
WHERE ID = POS.FN_GLD_COA_ID);
END;
END IF;
:BLK_FUNCTIONAL.POS_CASH := 2;
PKG_P_1_STEP_SIX ;
EXCEPTION
WHEN OTHERS THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' There was an error
mirroring the POS cash account '||
sqlcode||' '||sqlerrm;
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_true);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.NEXT');
RETURN;

END;
-----------------------------------------------------------------------------------
------
PROCEDURE PKG_P_1_STEP_SIX IS
BEGIN
BEGIN
UPDATE IH_STG_LUMPSUMS LMS
SET FN_GLD_COA_ID = F_DB_GET_MIRRORED_ACCOUNT(FN_GLD_COA_ID,pkg_V_FYR_NEW)
WHERE LMS.FN_GLD_COA_ID IS NOT NULL
AND PKG_V_FYR_OLD = (SELECT GN_ORG_FYR_ID
FROM FN_GLD_MAIN_ACCOUNTS
WHERE ID = LMS.FN_GLD_COA_ID);
:BLK_FUNCTIONAL.LSM_ACC := 2;
PKG_P_1_STEP_SEVEN;

EXCEPTION
WHEN OTHERS THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' There was an error
mirroring the POS cash account '||
sqlcode||' '||sqlerrm;
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_true);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.NEXT');
RETURN;
END;
END;
-----------------------------------------------------------------------------------
------
PROCEDURE PKG_P_1_STEP_SEVEN IS
V_COUNT NUMBER;
BEGIN
SELECT COUNT(GN_ORG_BNT_ID)
INTO V_COUNT
FROM IH_POS_POINTS_OF_SALE
WHERE STATUS = 2
AND GN_ORG_BNT_ID NOT IN (SELECT GN_ORG_BNT_ID
FROM IH_POS_BNT_ACCOUNTS )
OR GN_ORG_BNT_ID IN (SELECT GN_ORG_BNT_ID
FROM IH_POS_BNT_ACCOUNTS
WHERE FN_GLD_COA_ID_SALE IS NULL);
IF V_COUNT > 0 THEN
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' Mirroring Done ';
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_true);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_TRUE);
Go_ITEM('BLK_FUNCTIONAL.NEXT');
RETURN;

ELSE
:BLK_FUNCTIONAL.PROGRESS := :BLK_FUNCTIONAL.PROGRESS ||' Mirroring Done ';
set_item_property('BLK_FUNCTIONAL.UPDATE',ENABLED,PROPERTY_false);
set_item_property('BLK_FUNCTIONAL.CLOSE',ENABLED,PROPERTY_true);
set_item_property('BLK_FUNCTIONAL.NEXT',ENABLED,PROPERTY_true);
set_item_property('BLK_FUNCTIONAL.CANCEL_ACC',ENABLED,PROPERTY_false);
Go_ITEM('BLK_FUNCTIONAL.NEXT');
RETURN;

END IF;
END;
END ;
* Program Unit Type Package Body
----------
* Name ME_ALERT
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE ME_ALERT(P_TEXT VARCHAR2) IS


BEGIN

MESSAGE(P_TEXT);
MESSAGE(P_TEXT);
CLEAR_MESSAGE;

END;
* Program Unit Type Procedure
----------
* Name F_1_DISTRIBUTED_CASHBOX_VLD
- Subclass Information
- Comments
* Program Unit Text

/********************************************************************************
Function Name : F_1_DISTRIBUTED_CASHBOX_VLD
Author : Tamer Halabi
Date : 1-5-2001
Version : 1.0.0.0
Description : THIS FUNCTION DO THE VALIDATION ON THE DISTRIBUTED_CASHBOX
ITEM.
Copyright : (c) By IdealSoft - All Rights Reserved .
********************************************************************************/

FUNCTION F_1_DISTRIBUTED_CASHBOX_VLD
RETURN BOOLEAN IS
V_COUNT NUMBER;
V_BUTTON_PRESSED NUMBER;
BEGIN
IF :BLK_BIL_PREFERENCES_ALL.DISTRIBUTED_CASHBOX = 1 THEN
SELECT COUNT(1)
INTO V_COUNT
FROM IH_POS_TERMINALS
WHERE FN_ACR_CBX_ID IS NOT NULL
AND IH_POS_POS_ID NOT IN (SELECT ID
FROM IH_POS_POINTS_OF_SALE
WHERE IS_FOR_PATIENTS = 2);

IF V_COUNT > 0 THEN


V_BUTTON_PRESSED := F_1_Call_Message('IH_BIL0081','E');
IF V_BUTTON_PRESSED = 1 THEN
RETURN FALSE;
ELSE
UPDATE IH_POS_TERMINALS
SET FN_ACR_CBX_ID = NULL,
HAS_CASHBOX = 1
WHERE FN_ACR_CBX_ID IS NOT NULL
AND IH_POS_POS_ID NOT IN (SELECT ID
FROM IH_POS_POINTS_OF_SALE
WHERE IS_FOR_PATIENTS = 2);
RETURN TRUE;
END IF;
END IF;
END IF;
RETURN TRUE;
END;
* Program Unit Type Function
----------
* Name P_1_DISPLAY_DOMAIN
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_DISPLAY_DOMAIN(P_List_Name IN VARCHAR2,


P_Column_Name IN VARCHAR2,
P_Table_Name IN VARCHAR2,
P_Language IN NUMBER := 1,
P_Index IN VARCHAR2 := NULL,
P_Where IN VARCHAR2 := NULL,
P_Required IN NUMBER := 2,
P_Abb IN NUMBER := 1)
IS
V_Where VARCHAR2(1000):=P_where;
/*
PROCEDURE NAME :P_1_DISPLAY_DOMAIN
PURPOSE :this procedure will display the domain of the current column
into
the V_List_Name.

*/

/*

*----------------------------------------------------------------------------------
---------
* LOG OF CHANGES : NOTHING HAS BEEN CHANGED.
*
* DATE DEVELOPER MODIFICATION
VERSION
*
---------------------------------------------------------------------------------
-------
* 18/11/1997 DOIT_TEEM 1
* 26/5/1998 AHB Schema modifications 2
* 22/9/1998 TRQ Removing the UPPER function from the SELECT
statement 3
*
*/

-- V_Domain_Id IDM_DOMAINS_COLUMNS.IDC_DMN_ID%TYPE;
-- V_Domain_Name IDM_DOMAINS.DMN_NAME%TYPE;

V_DomainID IDM_DOMAINS.DMN_ID%TYPE;
V_Language VARCHAR2(10);
V_Abb VARCHAR2(200);

BEGIN
--
V_Language := F_1_Get_Form_Language;

SELECT COL_DMN_ID
INTO V_DomainID
FROM IDM_COLUMNS
WHERE COL_NAME = UPPER(P_Column_Name) AND
COL_TAB_ID IN (
SELECT TAB_ID
FROM IAM_TABLES
WHERE TAB_NAME = UPPER(P_Table_Name)
);

IF V_Where IS NOT NULL THEN


V_Where := 'DMV_ID IN ('||V_Where||')';
ELSE
V_Where := '1=1';
END IF;

-- populate the domains into V_List_Name list item.


IF V_Language = 'E' THEN
IF P_Abb = 1 THEN
V_Abb := 'DMV_DESCRIPTION';
ELSE
V_Abb := 'DMV_ABBREVIATION';
END IF;
P_1_LIST_DOMAIN(P_List_Name,'SELECT DMV_ID ID,'||V_Abb||' NAME FROM
IDM_DOMAINS_VALUES
WHERE DMV_DMN_ID = '||TO_CHAR(V_DomainId)||
' AND '|| V_Where ||' ORDER BY 1 ',
P_Column_Name,P_Index,P_Required);

ELSIF V_Language = 'A' THEN


IF P_Abb = 1 THEN
V_Abb := 'DMV_DESCRIPTION_A';
ELSE
V_Abb := 'DMV_ABBREVIATION_A';
END IF;
P_1_LIST_DOMAIN(P_List_Name,'SELECT DMV_ID ID,'||V_Abb||' NAME FROM
IDM_DOMAINS_VALUES
WHERE DMV_DMN_ID = '||TO_CHAR(V_DomainId)||
' AND '|| V_Where ||' ORDER BY 1 ',
P_Column_Name,P_Index,P_Required);
END IF;

/*
-- get the table domain id from.
SELECT IDC_DMN_ID INTO V_Domain_Id
FROM IDM_DOMAINS_COLUMNS
WHERE
UPPER(IDC_COULMN_NAME) = UPPER(V_Column_Name) AND
UPPER(IDC_TABLE_NAME) = UPPER(V_Table_Name);

-- get the table domain name.


SELECT DMN_NAME INTO V_Domain_Name
FROM IDM_DOMAINS
WHERE
DMN_ID = V_Domain_Id;
IF V_Where IS NOT NULL THEN
V_Where := 'DMV_ID IN ('||V_Where||')';
ELSE
V_Where := '1=1';
END IF;
-- populate the domains into V_List_Name list item.
IF V_Language = 1 THEN
IF P_Abb = 1 THEN
V_Abb := 'DMV_DESCRIPTION';
ELSE
V_Abb := 'DMV_ABBREVIATION';
END IF;
P_1_LIST_DOMAIN(V_List_Name,'SELECT DMV_ID ID,'||V_Abb||' NAME FROM
IDM_DOMAINS_VALUES
WHERE DMV_DMN_ID = '||TO_CHAR(V_Domain_Id)||
' AND '|| V_Where ||' ORDER BY 1 ',
V_Column_Name,V_Index,P_Required);
ELSIF V_Language = 2 THEN
IF P_Abb = 1 THEN
V_Abb := 'DMV_DESCRIPTION_A';
ELSE
V_Abb := 'DMV_ABBREVIATION_A';
END IF;
P_1_LIST_DOMAIN(V_List_Name,'SELECT DMV_ID ID,'||V_Abb||' NAME FROM
IDM_DOMAINS_VALUES
WHERE DMV_DMN_ID = '||TO_CHAR(V_Domain_Id)||
' AND '|| V_Where ||' ORDER BY 1 ',
V_Column_Name,V_Index,P_Required);
END IF;
*/

END; --end of procedure.


* Program Unit Type Procedure
----------
* Name P_1_LIST_DOMAIN
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_LIST_DOMAIN(P_List IN VARCHAR2,


P_Select IN VARCHAR2,
P_Rg_Name IN VARCHAR2,
P_Index IN VARCHAR2,
P_Required IN NUMBER)

IS

/*
PROCEDURE NAME :P_1_LIST
PURPOSE :this procedure populate the query into P_List.

*/

/*

*----------------------------------------------------------------------------------
---------
* LOG OF CHANGES : NOTHING HAS BEEN CHANGED.
*
* DATE DEVELOPER MODIFICATION
VERSION
*
---------------------------------------------------------------------------------
-------
* 05/11/97 DOIT_TEEM 1
*/

V_RgId RECORDGROUP;
V_GcID GROUPCOLUMN;
V_GcName GROUPCOLUMN;
V_Errcode NUMBER;
V_Value VARCHAR2(100);
V_Label VARCHAR2(1000);
I NUMBER(9) := 1;
V_lstid ITEM := FIND_ITEM(P_List);
V_Default VARCHAR2(100);

BEGIN
CLEAR_LIST(P_List);
V_RgId := Find_Group(P_Rg_Name);
/* check if the record group exist or not. */
IF Id_Null(V_RgId) THEN
V_RgId := Create_Group(P_Rg_Name);
V_GcID := Add_Group_Column(V_RgId, 'ID', CHAR_COLUMN,100);
V_GcName := Add_Group_Column(V_RgId, 'Name', CHAR_COLUMN,100);
END IF;

/* populate the query ,check if it return an error. */


V_Errcode := Populate_Group_With_Query(V_RgId ,P_Select);
IF V_Errcode = 0 THEN
IF P_Index IS NULL THEN
FOR I IN 1..GET_GROUP_ROW_COUNT(V_RgId) LOOP
V_Value := GET_GROUP_CHAR_CELL(V_GcID,i);
V_Label := GET_GROUP_CHAR_CELL(V_GcName,i);
Add_List_Element(V_lstid, i, V_Label, V_Value);
END LOOP;
ELSE
Add_List_Element(V_lstid,1,P_Index,'0');
FOR I IN 1..GET_GROUP_ROW_COUNT(V_RgId) LOOP
V_Value := GET_GROUP_CHAR_CELL(V_GcID,i);
V_Label := GET_GROUP_CHAR_CELL(V_GcName,i);
Add_List_Element(V_lstid, I+1, V_Label, V_Value);
END LOOP;
END IF;
END IF;

Delete_Group (V_RgId);

IF GET_ITEM_PROPERTY(V_lstid , ENABLED) = 'TRUE' THEN


IF P_Required = 2 THEN
SET_ITEM_PROPERTY(V_lstid , REQUIRED , PROPERTY_TRUE );
END IF;
END IF;

END; --end of procedure.


* Program Unit Type Procedure
----------
* Name P_1_EXPORT_HTML
- Subclass Information
- Comments
* Program Unit Text

PROCEDURE P_1_EXPORT_HTML (P_BlockName VARCHAR2,


P_HtmlData VARCHAR2)
IS
V_Ret NUMBER;
V_File VARCHAR2(32000) := P_BlockName||'_'||
TO_CHAR(SYSDATE,'DDMMYYYYHH24MI')||'.HTM';
V_RecOption VARCHAR2(20);
V_DispOnly BOOLEAN;
V_DispDate BOOLEAN;
V_BrwoserPath VARCHAR2(32000);
BEGIN
IF SUBSTR(P_HtmlData,5,1) = '1' THEN
V_RecOption := 'ALL';
ELSIF SUBSTR(P_HtmlData,5,1) = '2' THEN
V_RecOption := 'VIEWED';
ELSIF SUBSTR(P_HtmlData,5,1) = '3' THEN
V_RecOption := 'VISIBLE';
END IF;
IF SUBSTR(P_HtmlData,3,1) = '1' THEN -- Disply only Items
V_DispDate := FALSE;
ELSIF SUBSTR(P_HtmlData,3,1) = '2' THEN
V_DispDate := TRUE;
END IF;

IF SUBSTR(P_HtmlData,1,1) = '1' THEN -- Disply only Items


V_DispOnly := TRUE;
ELSIF SUBSTR(P_HtmlData,1,1) = '2' THEN
V_DispOnly := FALSE;
END IF;

IF NAME_IN('GLOBAL.G_IS_BROWSER') = 'YES' THEN


V_Ret := f50write.write_html(P_BlockName,'D:\orant\tools\DEVDEM20\WEB\'||V_File
,V_RecOption,V_DispOnly,V_DispDate,'Developer/2000','idealSoft.gif');
WEB.SHOW_DOCUMENT(V_File ,'_Self');
ELSE
V_Ret := f50write.write_html(P_BlockName,'C:\'||V_File
,V_RecOption,V_DispOnly,V_DispDate,'Developer/2000','idealSoft.gif');
P_1_Browse_File('C:\'||V_File);
END IF;
END;

* Program Unit Type Procedure


----------
* Property Classes
----------
* Name PC_DISPLAY_BLOCK
- Subclass Information
- Comments
* Enforce Primary Key Yes
- Query Allowed Yes
* Insert Allowed No
* Update Allowed No
- Locking Mode Automatic
* Delete Allowed No
- Key Mode Automatic
- Update Changed Columns Only No
- Maximum Query Time 0
- Maximum Records Fetched 0
* Show Scroll Bar Yes
* Scroll Bar Orientation Vertical
* Scroll Bar Width 14
- Reverse Direction No
* Triggers
----------
* Name WHEN-MOUSE-CLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Mouse_Clicked;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
* Name WHEN-MOUSE-DOUBLECLICK
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

P_1_Display_Data;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name PC_FILTER_BUTTON
* Item Type Push Button
- Subclass Information
- Comments
- Visible Yes
* Height 20
* Foreground Color BlackPearl
* Background Color HintOfElusiveBlue
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Triggers
----------
* Name PC_DISPLAY_ITEM
* Item Type Display Item
- Subclass Information
- Comments
- Current Record Visual Attribute Group
* Distance Between Records 1
- Number of Items Displayed 0
* Visible Yes
* Height 18
* Bevel None
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
- Prompt
- Triggers
----------
* Name PC_NORMAL_TEXT_ITEMS
* Item Type Text Item
- Subclass Information
- Comments
- Required No
- Current Record Visual Attribute Group
* Distance Between Records 0
- Number of Items Displayed 0
* Visible Yes
* Height 18
* Bevel Lowered
- Rendered Yes
* Visual Attribute Group VA_TEXTITEM_NORMAL
* Prompt Visual Attribute Group VA_NORMAL_TEXT_PROMPT
^ Foreground Color GoodNight
^ Background Color white
^ Fill Pattern transparent
^ Font Name Source Sans Pro
^ Font Size 9
^ Font Weight Demilight
^ Font Style Plain
^ Font Spacing Normal
^ Prompt Foreground Color BlackPearl
^ Prompt Font Name Source Sans Pro
^ Prompt Font Size 9
^ Prompt Font Weight Bold
* Prompt Font Style Plain
* Prompt Font Spacing Normal
- Triggers
----------
* Name PC_DUMMY_ITEM
- Item Type Text Item
- Subclass Information
- Comments
- Data Type Char
- Maximum Length 30
- Required No
* Database Item No
* Insert Allowed No
* Update Allowed No
- Visible Yes
- X Position 0
- Y Position 0
* Width 0
* Height 0
* Rendered No
* Triggers
----------
* Name ON-ERROR
- Subclass Information
- Comments
- Trigger Style PL/SQL
* Trigger Text

NULL;
- Fire in Enter-Query Mode Yes
- Execution Hierarchy Override
- Display in 'Keyboard Help' No
- 'Keyboard Help' Text
- Trigger Steps
----------
----------
* Name PC_FUNCTIONAL_BUTTON
* Item Type Push Button
- Subclass Information
- Comments
- Visible Yes
* Height 20
* Foreground Color GoodNight
* Background Color Solitude
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Triggers
----------
- Record Groups
- Reports
* Visual Attributes
----------
* Name VA_CURRENT_TAB
- Visual Attribute Type Common
- Subclass Information
- Comments
* Foreground Color BlackPearl
* Background Color White
* Fill Pattern transparent
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Font Style Plain
- Font Spacing Normal
----------
* Name VA_DISPLAYITEM_NORMAL
- Visual Attribute Type Common
- Subclass Information
- Comments
* Foreground Color GoodNight
* Background Color white
* Fill Pattern transparent
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Light
- Font Style Plain
* Font Spacing Normal
----------
* Name VA_DISPLAYITEM_HILIGHT
- Visual Attribute Type Common
- Subclass Information
- Comments
* Foreground Color GoodNight
* Background Color Solitude
* Fill Pattern transparent
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Font Style Plain
* Font Spacing Normal
----------
* Name VA_TEXTITEM_NORMAL
- Visual Attribute Type Common
- Subclass Information
- Comments
* Foreground Color GoodNight
* Background Color white
* Fill Pattern transparent
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Demilight
* Font Style Plain
* Font Spacing Normal
----------
* Name VA_TEXTITEM_HILIGHT
- Visual Attribute Type Common
- Subclass Information
- Comments
* Foreground Color GoodNight
* Background Color Solitude
* Fill Pattern transparent
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Font Style Plain
* Font Spacing Normal
----------
* Name VA_TAB
- Visual Attribute Type Common
- Subclass Information
- Comments
* Foreground Color GoodNight
* Background Color White
* Fill Pattern transparent
* Font Name Source Sans Pro
* Font Size 9
* Font Weight Bold
- Font Style Plain
- Font Spacing Normal
----------
* Name VA_NORMAL_TEXT_PROMPT
* Visual Attribute Type Prompt
- Subclass Information
- Comments
* Prompt Foreground Color BlackPearl
* Prompt Font Name Source Sans Pro
* Prompt Font Size 9
* Prompt Font Weight Bold
- Prompt Font Style Plain
- Prompt Font Spacing Normal
----------
* Windows
----------
* Name WND_MAIN
- Subclass Information
* Comments
- Help Book Topic
* Title Setup Accommodation
Preferences
* Primary Canvas CVW_MAIN
* Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Document
* Modal Yes
- Hide on Exit No
* Close Allowed Yes
* Move Allowed No
* Resize Allowed Yes
* Maximize Allowed Yes
* Minimize Allowed Yes
- Minimized Title
- Icon Filename
* Inherit Menu Yes
- X Position 0
- Y Position 0
* Width 1436
* Height 488
* Bevel Raised
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_SEQ
- Subclass Information
* Comments
- Help Book Topic
* Title Setup Accommodation
Preferences
- Primary Canvas
* Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed Yes
* Move Allowed No
* Resize Allowed Yes
* Maximize Allowed Yes
* Minimize Allowed Yes
- Minimized Title
- Icon Filename
* Inherit Menu Yes
- X Position 0
- Y Position 0
* Width 598
* Height 373
* Bevel Raised
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_ACCOMMODATION
- Subclass Information
* Comments
- Help Book Topic
* Title Setup Accommodation
Preferences
- Primary Canvas
* Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed Yes
* Move Allowed Yes
* Resize Allowed Yes
* Maximize Allowed Yes
* Minimize Allowed Yes
- Minimized Title
- Icon Filename
* Inherit Menu Yes
- X Position 0
- Y Position 0
* Width 700
* Height 380
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_GAP_BIL_SEQ
- Subclass Information
* Comments
- Help Book Topic
* Title Gapless Billing Sequence
- Primary Canvas
* Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed Yes
* Move Allowed No
* Resize Allowed Yes
* Maximize Allowed Yes
* Minimize Allowed Yes
- Minimized Title
- Icon Filename
* Inherit Menu Yes
- X Position 0
- Y Position 0
* Width 598
* Height 373
* Bevel Raised
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_ACTION
- Subclass Information
- Comments
- Help Book Topic
- Title
- Primary Canvas
- Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed No
* Move Allowed Yes
* Resize Allowed Yes
* Maximize Allowed No
* Minimize Allowed No
- Minimized Title
- Icon Filename
- Inherit Menu Yes
* X Position 0
* Y Position 0
* Width 599
* Height 336
- Bevel Lowered
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_MIRR_PRF
- Subclass Information
- Comments
- Help Book Topic
- Title
- Primary Canvas
- Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed No
* Move Allowed Yes
* Resize Allowed Yes
* Maximize Allowed No
* Minimize Allowed No
- Minimized Title
- Icon Filename
- Inherit Menu Yes
* X Position 0
* Y Position 0
* Width 371
* Height 128
- Bevel Lowered
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_ACCSTUP
- Subclass Information
- Comments
- Help Book Topic
- Title
- Primary Canvas
- Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed No
* Move Allowed Yes
* Resize Allowed Yes
* Maximize Allowed No
* Minimize Allowed No
- Minimized Title
- Icon Filename
- Inherit Menu Yes
* X Position 0
* Y Position 0
* Width 300
* Height 326
* Bevel Lowered
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_NRS_ACC
- Subclass Information
- Comments
- Help Book Topic
* Title Add Same day stay for Nursing
station
- Primary Canvas
- Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed No
* Move Allowed Yes
* Resize Allowed Yes
* Maximize Allowed No
* Minimize Allowed No
- Minimized Title
- Icon Filename
- Inherit Menu Yes
* X Position 0
* Y Position 0
* Width 300
* Height 326
* Bevel Lowered
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_GAPLESS
- Subclass Information
- Comments
- Help Book Topic
* Title Add Gapless Billing Sequence
- Primary Canvas
- Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed No
* Move Allowed Yes
* Resize Allowed Yes
* Maximize Allowed No
* Minimize Allowed No
- Minimized Title
- Icon Filename
- Inherit Menu Yes
* X Position 0
* Y Position 0
* Width 371
* Height 128
- Bevel Lowered
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_DELETION
- Subclass Information
- Comments
- Help Book Topic
- Title
- Primary Canvas
- Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed No
* Move Allowed Yes
* Resize Allowed Yes
* Maximize Allowed No
* Minimize Allowed No
- Minimized Title
- Icon Filename
- Inherit Menu Yes
* X Position 100
* Y Position 100
* Width 461
* Height 170
- Bevel Lowered
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------
* Name WND_PRINT
- Subclass Information
- Comments
- Help Book Topic
- Title
* Primary Canvas CVW_PRINT
- Horizontal Toolbar Canvas
- Vertical Toolbar Canvas
* Window Style Dialog
* Modal Yes
- Hide on Exit No
* Close Allowed No
* Move Allowed Yes
* Resize Allowed No
* Maximize Allowed No
* Minimize Allowed No
- Minimized Title
- Icon Filename
* Inherit Menu No
* X Position 100
* Y Position 100
* Width 294
* Height 245
* Bevel None
* Show Horizontal Scroll Bar No
* Show Vertical Scroll Bar No
* Visual Attribute Group DEFAULT
- Foreground Color
- Background Color
- Fill Pattern
- Font
- Font Name
- Font Size 0
- Font Weight Medium
- Font Style Plain
- Font Spacing Normal
- Direction Default
----------

You might also like