A Keyword Reference

This appendix lists the keywords and objects used to specify component code in Oracle Flow Builder. It contains the following sections:

A.1 Keywords and Objects List

The following table lists the Keywords and valid objects available to use to specify component code.

Table A-1 Keywords and Objects Reference

Keywords Description Valid Objects

ACTIVATE

Activate the specified object.

The following objects are valid:

  • ALERT

  • CHOICEBOX

  • WINDOW

ACTIVITYEVENT

Specify an Activity Event.

No objects required.

APPROVE

Approve the specified object.

The following objects are valid:

  • ALERT

  • CHOICEBOX

  • FLEXWINDOW

  • RESPONSEBOX

BEGINCALL

Specify the start of a Call Keyword set. Used with ENDCALL.

No objects required.

CALENDAREVENT

Specify a Calenadar Event.

No objects required.

CALGETDATE

Get the Calendar date of the object.

The following objects are valid:

  • MISC

CALSETDATE

Set the Calendar date of the object.

The following objects are valid:

  • MISC

CANCEL

Cancel the specified object.

The following objects are valid:

  • ALERT

  • CHOICEBOX

  • FLEXWINDOW

  • RESPONSEBOX

CHECK

Check a checkbox object.

The following objects are valid:

  • CHECKBOX

CLICK

Click the specified object.

The following objects are valid:

  • ADFBUTTON

  • ADFCOMMANDMENU

  • ADFTOOLBARBUTTON

  • ALERTBUTTON

  • BUTTON

  • CHOICEBOXBUTTON

  • EDIT

  • FLEXCANCEL

  • FLEXCOMBINATION

  • FLEXOK

  • IMAGE

  • LINK

  • MENU

  • TAB

  • TOOLBAR

CLICKBUTTONK

Click the specified button object.

The following objects are valid:

  • DIALOG

CLICKICON

Click the specified icon object.

No objects required.

CLICKSEARCHICON

Click the specified search icon object.

No objects required.

CLOSE

Close the specified window object.

The following objects are valid:

  • ADFPANELWINDOW

  • DIALOG

  • WINDOW

COLLAPSE

Collapse the specified tree object.

The following objects are valid:

  • ADFPANELACCORDIAN

  • ADFPANELBOX

  • ADFPANELSPLITTER

  • TOOLBAR

  • TREE

COLLAPSENODE

Close the specified tree node object.

The following objects are valid:

  • TREE

  • TREELIST

  • TREETABLE

DISPLAYCHANGE

Display the specified change.

No objects required.

ENDBLOCK

Specify the end of the Block Keyword set. Used with STARTBLOCK.

No objects required.

ENDCALL

Specify the end of the Call Keyword set. Used with BEGINCALL.

No objects required.

ENDCATCH

Specify the end of a Catch Keyword set. Used with STARTCATCH.

No objects required.

ENDGROUP

Specify the end of a Group Keyword set. Used with STARTGROUP.

No objects required.

ENDITERATE

Specify the end of an iterate Keyword set. Used with STARTITERATE.

No objects required.

ENDKEY

Specify the end of a Key Keyword set. Used with STARTKEY.

No objects required.

ENDOBJECTTYPE

Specify the start of an Object Type Keyword set. Used with STARTOBJECTTYPE.

No objects required.

ENDOPTIONAL

Specify the end of an Optional Keyword set. Used with STARTOPTIONAL.

No objects required.

ENDQUERY

Specify the end of the query block Keyword set. Used with STARTQUERY.

No objects required.

ENDRECORDTYPE

Specify the end of a Record Type Keyword set. Used with STARTRECORDTYPE.

No objects required.

ENDRECOVERY

Specify the end of a Recovery Keyword set. Used with STARTRECOVERY.

No objects required.

ENDROWITERATOR

Specify the start of the iterate block Keyword set. Used with STARTROWITERATOR.

No objects required.

ENDTAB

Specify the end of a Tab Keyword set. Used with STARTTAB.

No objects required.

ENDTABLETYPE

Specify the end of a Table Type Keyword set. Used with STARTTABLETYPE.

No objects required.

ENDVARRAYTYPE

Specify the end of an VArray Type Keyword set. Used with STARTVARRAYTYPE.

No objects required.

ENDXLTBLVERIFY

Specify the end of an Excel table verify Keyword set. Used with STARTXLTBLVERIFY.

No objects required.

ENDXLVERIFY

Specify the end of an Excel verify Keyword set. Used with STARTXLVERIFY.

No objects required.

EXISTS

Check if the specified object exists.

The following objects are valid:

  • ADFBUTTON

  • ADFCOMBOLOV

  • ADFCOMMANDMENU

  • ADFMANYCHECKBOX

  • ADFMANYLISTBOX

  • ADFNAVIGATIONITEM

  • ADFNAVIGATIONPANE

  • ADFOUTPUTTEXT

  • ADFPANELACCORDIAN

  • ADFPANELBOX

  • ADFPANELHEADER

  • ADFPANELLABEL

  • ADFPANELSPLITTER

  • ADFPANELWINDOW

  • ADFTOOLBARBUTTON

  • ADFUPLOADFILE

  • ALERT

  • BUTTON

  • CHECKBOX

  • CHOICEBOX

  • DATE

  • DIALOG

  • EDIT

  • IMAGE

  • LINK

  • LIST

  • LISTBOX

  • LOV

  • MENU

  • RADIOBUTTON

  • SPREADTABLE

  • TAB

  • TABLE

  • TEXTAREA

  • TOOLBAR

  • TREE

  • TREETABLE

  • WINDOW

EXPAND

Expand the specified ADF object.

The following objects are valid:

  • ADFPANELACCORDIAN

  • ADFPANELBOX

  • ADFPANELSPLITTER

  • TOOLBAR

EXPAND/COLLAPSE

Expand the specified ADF object.

The following objects are valid:

  • TABLE

EXPANDNODE

Expand the specified tree node object.

The following objects are valid:

  • TREE

  • TREELIST

FILTER

Filter the specified ADF object.

The following objects are valid:

  • TABLE

FIREEVENTBLUR

Fire the Blur event on the specified object.

The following objects are valid:

  • CHECKBOX

  • EDIT

  • LIST

  • LISTBOX

  • RADIOBUTTON

  • TEXTAREA

FIREEVENTONCHANGE

Fire the OnChange event on the specified object.

The following objects are valid:

  • CHECKBOX

  • EDIT

  • LIST

  • LISTBOX

  • RADIOBUTTON

  • TEXTAREA

FOCUS

Focus on the specified ADF object.

The following objects are valid:

  • ADFBUTTON

  • ADFCOMBOLOV

  • ADFCOMMANDMENU

  • ADFMANYCHECKBOX

  • ADFMANYLISTBOX

  • ADFNAVIGATIONITEM

  • ADFNAVIGATIONPANE

  • ADFOUTPUTTEXT

  • ADFPANELACCORDIAN

  • ADFPANELBOX

  • ADFPANELHEADER

  • ADFPANELLABEL

  • ADFPANELSPLITTER

  • ADFPANELWINDOW

  • ADFTOOLBARBUTTON

  • ADFUPLOADFILE

  • CHECKBOX

  • DATE

  • DIALOG

  • IMAGE

  • LINK

  • LIST

  • LISTBOX

  • MENU

  • RADIOBUTTON

  • TAB

  • TABLE

  • TOOLBAR

  • TREE

  • TREETABLE

FOCUSSHOW

Focus on and show the specified ADF object.

The following objects are valid:

  • MENU

FUNCTIONCALL

Call a function from the specified function library.

The following libraries are valid:

  • cRMLIB

  • eBSLibrary

  • fINLIB

  • gENAPILIB

  • gENLIB

  • gENWSLIB

  • hRMSLIB

  • pRJTBLVERIFYLIB

  • pROCLIB

  • pROJLIB

  • sCMLIB

  • tELNETLIB

  • wEBTABLELIB

GET

Get the specified object.

The following objects are valid:

  • ALERT

  • CHOICEBOX

  • EDIT

  • FIELD

  • LINK

  • LIST

  • LISTBOX

  • SPREADCELL

  • STATUS

  • TAB

  • TEXT

  • TEXTAREA

GETATTRIBUTE

Get the attributes of the specified object.

The following objects are valid:

  • ADFBUTTON

  • ADFCOMBOLOV

  • ADFCOMMANDMENU

  • ADFMANYCHECKBOX

  • ADFMANYLISTBOX

  • ADFNAVIGATIONITEM

  • ADFNAVIGATIONPANE

  • ADFOUTPUTTEXT

  • ADFPANELACCORDIAN

  • ADFPANELBOX

  • ADFPANELHEADER

  • ADFPANELLABEL

  • ADFPANELSPLITTER

  • ADFPANELWINDOW

  • ADFTOOLBARBUTTON

  • ADFUPLOADFILE

  • BUTTON

  • CHECKBOX

  • DATE

  • DIALOG

  • EDIT

  • IMAGE

  • LINK

  • LIST

  • LISTBOX

  • LOV

  • MENU

  • RADIOBUTTON

  • TAB

  • TABLE

  • TOOLBAR

  • TREE

  • TREETABLE

  • WINDOW

GETCELLDATA

Get the cell data of the specified table object.

The following objects are valid:

  • TABLE

  • TREETABLE

GETCELLDATABYROWINDEX

Get the cell data of the specified ADF table object by row index.

The following objects are valid:

  • TABLE

  • TREETABLE

GETCOLUMNCOUNT

Get the column count of the specified ADF table object.

The following objects are valid:

  • TABLE

  • TREETABLE

GETCOLUMNHEADER

Get the column header of the specified ADF table object.

The following objects are valid:

  • TABLE

  • TREETABLE

GETITEMVALUES

Get the value of the specified list object.

The following objects are valid:

  • LIST

GETROWCOUNT

Get the row count of the specified ADF table or tree object.

The following objects are valid:

  • TABLE

  • TREE

  • TREETABLE

GETROWKEY

Get the row key of the specified ADF tree or treetable object.

The following objects are valid:

  • TREE

  • TREETABLE

GETSELECTEDTAB

Get the selected tab index of the specified ADF object.

The following objects are valid:

  • ADFNAVIGATIONPANE

  • TAB

GETVISIBLEROWCOUNT

Get the row count of the visible rows of the specified ADF table or tree object.

The following objects are valid:

  • TABLE

  • TREE

  • TREETABLE

GETVISIBLESTARTROWINDEX

Get the index of the starting visible row of the specified ADF table or tree object.

The following objects are valid:

  • TABLE

  • TREE

  • TREETABLE

HIDE

Hide the specified ADF menu object.

The following objects are valid:

  • MENU

INSERT

Insert Database Row data into a Database Table.

The following objects are valid:

  • TABLE

INVOKESOFTKEY

Invoke the soft key on the specified object.

The following objects are valid:

  • EDIT

  • SPREADTABLE

ISVISIBLE

Determines if the specified ADF dialog object is visible.

The following objects are valid:

  • DIALOG

LAUNCH

Launch the specified browser object.

The following objects are valid:

  • BROWSER

LEFTCLICK

Perform a left mouse click on the specified ADF tree or treetable object.

The following objects are valid:

  • TREE

  • TREETABLE

MAXIMIZE

Maximize the specified window object.

The following objects are valid:

  • WINDOW

MAXVISIBLELINES

Set the maximum number of visible lines in a table object.

No objects required.

MENUSELECT

Select the specified menu object.

The following objects are valid:

  • CONTEXTMENU

  • MAINMENU

  • TREE

MINIMIZE

Minimize the specified window object.

The following objects are valid:

  • WINDOW

MOVE

Perform a move action on the current object.

No objects required.

MOVEALL

Perform a move action on the current object.

No objects required.

NAVIGATE

Navigate to the specified URL.

No objects required.

POPUP

Perform a tab key press on the specified object.

The following objects are valid:

  • DATE

PRESSENTER

Perform a press Enter key action on the specified ADF object.

The following objects are valid:

  • ADFNAVIGATIONPANE

  • EDIT

  • IMAGE

PRESSTABKEY

Perform a tab key press on the specified object.

The following objects are valid:

  • EDIT

REMOVE

Remove the current ADF object.

No objects required.

REMOVEALL

Remove the all ADF objects.

No objects required.

RIGHTCLICK

Perform a right mouse click on the specified ADF tree or treetable object.

The following objects are valid:

  • TREE

  • TREETABLE

SCROLL

Scroll the specified ADF table or tree object.

The following objects are valid:

  • TABLE

  • TREE

  • TREETABLE

SCROLLTOROW

Scroll the specified ADF table or tree object.

The following objects are valid:

  • TABLE

  • TREE

  • TREETABLE

SEARCHBYDYNAMICCOLUMN

Search by dynamic column.

No objects required.

SEARCHCOLUMN

Search by column.

No objects required.

SEARCHEMPTYROW

Search for an empty column.

No objects required.

SELECT

Perform a select action on the specified object.

The following objects are valid:

  • ADFLOV

  • ADFMANYLISTBOX

  • ADFNAVIGATIONPANE

  • COLUMN

  • LIST

  • LISTBOX

  • RADIOBUTTON

  • SEARCHLIST

  • TAB

  • TABLE

  • TREELIST

SELECTALLROWS

Perform a select all rows action on the specified spreadtable object.

The following objects are valid:

  • ADFMANYCHECKBOX

  • ADFMANYLISTBOX

  • SPREADTABLE

SELECTLOV

Perform a select action on the LOV object.

No objects required.

SELECTNODE

Perform a select node action on the specified tree object.

The following objects are valid:

  • TREE

  • TREETABLE

SELECTROW

Perform a select row action on the specified spreadtable object.

The following objects are valid:

  • SPREADTABLE

  • TABLE

  • TREETABLE

SELECTTAB

Perform a select tab action on the specified ADF object.

The following objects are valid:

  • TAB

SENDKEY

Perform a send key action on the specified edit object.

The following objects are valid:

  • EDIT

SET

Defines the database table column.

The following objects are valid:

  • COLUMN

  • CONDITION

SETAPPTYPE

Set the application type. This is typically the first keyword specified in the component code.

The following application types are valid:

  • ADF

  • FORMFLEX

  • FORMS

  • JTT

  • TELNET

  • WEB

SETCURRENTROW

Set the current row.

No objects required.

SETFOCUS

Set the focus on the specified object.

The following objects are valid:

  • EDIT

  • FIRSTRECORD

  • TEXTAREA

  • TREELIST

SETLINE

Set the current line.

No objects required.

SETSPREADTABLE

Set the spreadtable.

No objects required.

SETTABLENAME

Set the table name.

No objects required.

SETTEXT

Set the text on the specified object.

The following objects are valid:

  • ADFUPLOADFILE

  • DATE

  • DYNAMICEDIT

  • EDIT

  • FIELD

  • PASSWORD

  • RESPONSEBOX

  • TEXTAREA

SETEXTAUTOCOMPLETE

Set the text on the specified edit object with auto complete.

The following objects are valid:

  • EDIT

SETVALUE

Set the value of the specified ADF combo list of values object.

The following objects are valid:

  • ADFCOMBOLOV

SETVAR

Set the value of the parameters of the User Defined Data type.

The following objects are valid:

  • BOOLEAN

  • CHAR

  • DATE

  • INT

  • INTEGER

  • LONG

  • NUMBER

  • OBJECT_TYPE

  • RECORD_TYPE

  • VARCHAR

  • VARCHAR2

SETVARIN

Set the value of the parameter as an input parameter of the database procedure or function.

The following objects are valid:

  • BOOLEAN

  • CHAR

  • DATE

  • INT

  • INTEGER

  • LONG

  • NUMBER

  • OBJECT_TYPE

  • RECORD_TYPE

  • TABLE_TYPE

  • VARCHAR

  • VARCHAR2

  • VARRAY_TYPE

SETVARINOUT

Set the value of the parameter as used as both input and output parameter of the database procedure or function.

The following objects are valid:

  • BOOLEAN

  • CHAR

  • DATE

  • INT

  • INTEGER

  • LONG

  • NUMBER

  • OBJECT_TYPE

  • RECORD_TYPE

  • TABLE_TYPE

  • VARCHAR

  • VARCHAR2

  • VARRAY_TYPE

SETVAROUT

Set the value of the parameter as an output parameter of the database procedure or function.

The following objects are valid:

  • BOOLEAN

  • CHAR

  • DATE

  • INT

  • INTEGER

  • LONG

  • NUMBER

  • OBJECT_TYPE

  • RECORD_TYPE

  • TABLE_TYPE

  • VARCHAR

  • VARCHAR2

  • VARRAY_TYPE

SETWINDOW

Set the window.

No objects required.

SHOW

Show the specified ADF PanelAccordian object.

The following objects are valid:

  • ADFPANELACCORDIAN

SHOWDROPDOWN

Show the specified ADF PanelAccordian object.

The following objects are valid:

  • ADFCOMBOLOV

SORT

Sort the specified ADF table object.

The following objects are valid:

  • TABLE

STARTBLOCK

Specify the actual PLSQL procedure call Keyword set. Used with ENDBLOCK.

No objects required.

STARTCATCH

Specify the start of a Catch Keyword set. Used with ENDCATCH.

No objects required.

STARTGROUP

Specify the start of a Group Keyword set. Used with ENDGROUP.

No objects required.

STARTITERATE

Specify the start of an Iterate Keyword set. Used with ENDITERATE.

No objects required.

STARTKEY

Specify the start of a Key Keyword set. Used with ENDKEY.

No objects required.

STARTOBJECTTYPE

Specify the start of an Object Type Keyword set. Used with ENDOBJECTTYPE.

No objects required.

STARTOPTIONAL

Specify the start of an Optional Keyword set. Used with ENDOPTIONAL.

No objects required.

STARTQUERY

Specify the start the query block Keyword set. Query block is used to perform actions on database tables. Used with ENDQUERY.

No objects required.

STARTRECORDTYPE

Specify the start of a Record Type Keyword set. Used with ENDRECORDTYPE.

No objects required.

STARTRECOVERY

Specify the start of a Recovery Keyword set. Used with ENDRECOVERY.

No objects required.

STARTROWITERATOR

Specify the start of the iterate block Keyword set. Used with ENDROWITERATOR.

No objects required.

STARTTAB

Specify the start of a Tab Keyword set. Used with ENDTAB.

No objects required.

STARTTABLETYPE

Specify the end of a Table Type Keyword set. Used with ENDTABLETYPE.

No objects required.

STARTVARRAYTYPE

Specify the start of a VArray Type Keyword set. Used with ENDVARRAYTYPE.

No objects required.

STARTXLTBLVERIFY

Specify the start of an Excel table verify Keyword set. Used with ENDXLTBLVERIFY.

No objects required.

STARTXLVERIFY

Specify the start of an Excel verify Keyword set. Used with ENDXLVERIFY.

No objects required.

UNCHECK

Uncheck the specified checkbox object.

The following objects are valid:

  • CHECKBOX

UNSELECT

Unselect the specified listbox object.

The following objects are valid:

  • ADFMANYLISTBOX

  • LIST

  • LISTBOX

UNSELECTTALL

Unselect all of the the specified checkbox or listbox objects.

The following objects are valid:

  • ADFMANYCHECKBOX

  • ADFMANYLISTBOX

VERIFY

Verify the specified object.

The following objects are valid:

  • CHECKBOX

  • CHOICEBOX

  • EDIT

  • IMAGE

  • LINK

  • LIST

  • LISTBOX

  • RADIOBUTTON

  • SPREADCELL

  • STATUSBAR

  • TEXT

  • TEXTAREA

WAIT

Wait for the specified object.

The following objects are valid:

  • BUTTON

  • EDIT

  • IMAGE

  • LINK

  • LIST

  • LISTBOX

  • NORMAL

  • TEXTAREA

  • WINDOW

WAITFORPAGE

Wait for the specified ADF object.

The following objects are valid:

  • ADFBUTTON

  • ADFCOMBOLOV

  • ADFCOMMANDMENU

  • ADFMANYCHECKBOX

  • ADFMANYLISTBOX

  • ADFNAVIGATIONITEM

  • ADFNAVIGATIONPANE

  • ADFOUTPUTTEXT

  • ADFPANELACCORDIAN

  • ADFPANELBOX

  • ADFPANELHEADER

  • ADFPANELLABEL

  • ADFPANELSPLITTER

  • ADFPANELWINDOW

  • ADFTOOLBARBUTTON

  • ADFUPLOADFILE

  • CHECKBOX

  • DATE

  • DIALOG

  • EDIT

  • IMAGE

  • LINK

  • LIST

  • LISTBOX

  • MENU

  • RADIOBUTTON

  • TAB

  • TABLE

  • TOOLBAR

  • TREE

  • TREETABLE

WS-ENDSTRUCTURE

Specify the end the Web service structure Keyword set. Used with WS-STARTSTRUCTURE.

No objects required.

WS-NODENAME

Specify the node name and its path from the payload.

No objects required.

WS-NODENAMEWITHATTRIBUTE

Specify the node name with attributes of the node from the payload.

No objects required.

WS-OPERATIONNAME

Specify the operation to be executed in the WSDL.

No objects required.

WS-PARENT

Specify the parent node for a specific node from the payload.

No objects required.

WS-PROCESSWSREQUEST

Specify the start the payload structure.

No objects required.

WS-SETWEBSERVICENAME

Specify the WSDL details for the specific payload.

No objects required.

WS-SETXMLELEMENT

Specify the node element.

No objects required.

WS-STARTSTRUCTURE

Specify the start the Web service structure Keyword set. Used with WS-ENDSTRUCTURE.

No objects required.


A.2 Web/EBS Forms Keywords and Objects

The following sections list the Keywords and valid objects available to use to specify component code for Web and EBS Forms applications.

A.2.1 ACTIVATE

This keyword is used to set focus on the popup dialog box in EBS forms application.

This keyword is used with these objects:

  • Alert

  • Choicebox

  • Window

A.2.1.1 ALERT

The object type Alert for the Activate keyword is used to set focus on an Alert box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name - Name of the Alert box

  • Attribute value - Name of the Alert box

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ACTIVATE ALERT Name of the Alert box. Name of the Alert box
Example ACTIVATE ALERT Caution Caution

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Alert box Select the option as True to generate code      
Example Caution True      

Reference Image

None.

A.2.1.2 CHOICEBOX

The object type Choice box for the Activate keyword is used to set focus on a Choice box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Choice box

  • Attribute value – Name of the Choice box (Optional)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ACTIVATE CHOICEBOX Name of the Choice box Name of the Choice box
Example ACTIVATE CHOICEBOX Note Note

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Choice box Select the option as True to generate code      
Example Note True      

A.2.1.3 WINDOW

The object type Window for the Activate keyword is used to set focus on an EBS forms or flex window.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the window

  • Attribute value – Attribute value of the window (Name property from the xpath). Attribute value is optional for flex window.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ACTIVATE WINDOW Name of the Window Attribute value of the Window
Example ACTIVATE WINDOW Line Payments LINE_PAYMENTS

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Window Select the option as True to generate code      
Example Line Payments True      

A.2.2 APPROVE

This keyword is used to acknowledge a popup dialog box.

This keyword is used with these objects:

  • Alert

  • Choicebox

  • Flexwindow

  • Responsebox

A.2.2.1 ALERT

The object type Alert for the Approve keyword is used to acknowledge an Alert box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Alert button

  • Attribute Value – Name of the Alert button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage APPROVE ALERT Name of the alert button Name of the Alert button
Example APPROVE ALERT OK OK

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of Alert button Select the option as True to generate code      
Example Ok True      

Reference Image

None.

A.2.2.2 CHOICEBOX

The object type Choicebox for the Approve keyword is used to acknowledge a Choice box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Choice box button

  • Attribute Value – Name of the Choice box button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage APPROVE CHOICEBOX Name of the Choice box button Name of the Choice box button
Example APPROVE CHOICEBOX Yes Yes

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of Choice box button Select the option as True to generate code      
Example Yes True      

Reference Image

None.

A.2.2.3 FLEXWINDOW

The object type Flexwindow for the Approve keyword is used to acknowledge a Flex window in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Flex window button

  • Attribute Value – Name of the Flex window button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage APPROVE FLEXWINDOW Name of the Flex window button Name of the Flex window button
Example APPROVE FLEXWINDOW Ok Ok

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Flex window button Select the option as True to generate code      
Example Ok True      

Reference Image

None.

A.2.2.4 RESPONSEBOX

The object type Responsebox for the Approve keyword is used to acknowledge a Response box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Response box button

  • Attribute Value – Name of the Response box button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage APPROVE RESPONSEBOX Name of the Response box button Name of the Response box button
Example APPROVE RESPONSEBOX Ok Ok

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Response box button Select the option as True to generate code      
Example Ok True      

Reference Image

None.

A.2.3 CANCEL Keyword

This keyword is used to perform a Cancel operation on an object.

This keyword is used with these objects:

  • Alert

  • Choicebox

  • Flexwindow

  • Responsebox

A.2.3.1 ALERT

The object type Alert for the Cancel keyword is used to cancel an Alert box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Alert button

  • Attribute Value – Name of the Alert button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CANCEL ALERT Name of the Alert button Name of the Alert button
Example CANCEL ALERT Cancel Cancel

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Alert button Select the option as True to generate code      
Example Cancel True      

Reference Image

None.

A.2.3.2 CHOICEBOX

The object type Choicebox for the Cancel Keyword is used to cancel a Choice box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Choice box button

  • Attribute Value – Name of the Choice box button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CANCEL CHOICEBOX Name of the Choice box button Name of the Choice box button
Example CANCEL CHOICEBOX No No

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Choice box button Select the option as True to generate code      
Example No True      

Reference Image

None.

A.2.3.3 FLEXWINDOW

The object type Flexwindow for the Cancel keyword is used to cancel a Flex window in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Flex window button

  • Attribute Value – Name of the Flex window button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CANCEL FLEXWINDOW Name of the Flex window button Name of the Flex window button
Example CANCEL FLEXWINDOW Cancel Cancel

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Flex window button Select the option as True to generate code      
Example Cancel True      

Reference Image

None.

A.2.3.4 RESPONSEBOX

The object type Responsebox for the Cancel keyword is used to cancel a Response box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Response box button

  • Attribute Value – Name of the Response box button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CANCEL RESPONSEBOX Name of the Response box button Name of the Response box button
Example CANCEL RESPONSEBOX Cancel Cancel

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Response box button Select the option as True to generate code      
Example Cancel True      

Reference Image

None.

A.2.4 CHECK

This keyword is used to perform a check or uncheck operation on a Check box.

A.2.4.1 CHECKBOX

The object type Checkbox for the Check keyword is used to perform a check or uncheck operation on a checkbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Check box

  • Attribute value – Attribute value of the Check box (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CHECK CHECKBOX Name of the Checkbox Attribute value of the Checkbox
Example CHECK CHECKBOX Forward PO_APPROVE_WF_ CHECKBOX_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the checkbox Select True or False      
Example Forward True      

Reference Image

None.

A.2.5 CLICK

This keyword is used to perform a click operation on an object.

This keyword is used with these objects:

  • Button

  • ADFButton

  • AlertButton

  • ChoiceboxButton

  • Edit

  • Element

  • Flexcancel

  • Flexcombination

  • Flexok

  • Image

  • Link

  • Tab

  • Toolbar

A.2.5.1 BUTTON

The object type Button for the Click keyword is used to perform a click event on a Button.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the button

  • Attribute value – Attribute value of the button (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following tablelists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK BUTTON Name of the button Attribute value of the button
Example CLICK BUTTON Approve Approve

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the button Select True or False      
Example Approve True      

Reference Image

None.

A.2.5.2 ADFBUTTON

The object type ADFButton for the Click keyword is used to perform a click event on an ADFButton.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the ADFbutton

  • Attribute value – Attribute value of the ADFbutton (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK ADFBUTTON Name of the ADFButton Attribute value of the ADFButton
Example CLICK ADFBUTTON Add r1:r1:pc1:cb8

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the button Select True or False      
Example Add True      

Reference Image

None.

A.2.5.3 ALERTBUTTON

The object type AlertButton for the Click keyword is used to perform a click event on an Alert Dialog in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Alert Dialog button

  • Attribute value – Name of the Alert Dialog button

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK ALERTBUTTON Name of the Alert button Name of the Alert button
Example CLICK ALERTBUTTON OK OK

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the button Select True or False      
Example OK True      

Reference Image

None.

A.2.5.4 CHOICEBOXBUTTON

The object type ChoiceboxButton for the Click keyword is used to perform a click event on a Choice box button in EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Choice box button

  • Attribute value – Name of the Choice box button.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK CHOICEBOXBUTTON Name of the Choicebox button Name of the Choicebox button
Example CLICK CHOICEBOXBUTTON Yes Yes

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the choicebox Select True or False      
Example Yes True      

Reference Image

None.

A.2.5.5 EDIT

The object type Edit for the Click keyword is used to perform a click event on an Edit field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK EDIT Name of the Edit field Attribute value of the Edit field
Example CLICK EDIT Results ROUT_RESULTS_CURRENT_RECORD_INDICATOR_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the edit field Select True or False      
Example Results True      

Reference Image

None.

A.2.5.6 ELEMENT

The object type Element for the Click keyword is used to perform a click event on any web element.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Element.

  • Attribute value – Complete Xpath of the Element.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage >CLICK ELEMENT Name of the Element XPath of the Element
Example CLICK ELEMENT Results /web:window[@title='Oracle Lease and Finance Management: Update Operational Options']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:input_checkbox[@id='DepreciateYN']

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Element Select True or False      
Example Results True      

Reference Image

None.

A.2.5.7 FLEXCANCEL

The object type FlexCancel for the Click keyword is used to perform a click event on a Flex field cancel button in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Flex field Cancel button.

  • Attribute value – None.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK FLEXCANCEL Name of the Flexfield Cancel button None
Example CLICK FLEXCANCEL Cancel None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Flex field Cancel button Select True or False      
Example Cancel True      

Reference Image

None.

A.2.5.8 FLEXCOMBINATION

The object type Flexcombination for the Click keyword is used to perform a click event on a combination button in a Flex window in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Flex Combination button.

  • Attribute value – None.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK FLEXCOMBINATION Name of the Flex Combination None
Example CLICK FLEXCOMBINATION Combination None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Flex Combination Select True or False      
Example Combination True      

Reference Image

None.

A.2.5.9 FLEXOK

The object type FlexOk for the Click keyword is used to perform a click event on an OK button in a Flex Window in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the OK button in Flex window

  • Attribute value – Name of the OK button in Flex window

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK FLEXOK Name of the Flexfield OK button None
Example CLICK FLEXOK OK None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Flex field OK button Select True or False      
Example OK True      

Reference Image

None.

A.2.5.10 IMAGE

The object type Image for the Click keyword is used to perform a click event on a Web image.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the image

  • Attribute value – Attribute value of the image (properties from the xpath like alt, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK IMAGE Name of the Image Attribute value of the Image
Example CLICK IMAGE Update Update

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the image Select True or False      
Example Update True      

Reference Image

None.

A.2.5.11 LINK

The object type Link for the Click keyword is used to perform a click event on a Web link.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the link

  • Attribute value – Attribute value of the link (properties from the xpath like name, id, text, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK LINK Name of the Link Attribute value of the Link
Example CLICK LINK Return to Contracts Return to Contracts

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the link Select True or False      
Example Return to Contracts True      

Reference Image

None.

A.2.5.12 TAB

The object type Tab for the Click keyword is used to perform a click event on a Tab in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Tab

  • Attribute value – Attribute value of the Tab (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK TAB Name of the Tab Attribute value of the Tab
Example CLICK TAB Main ATTRIBUTE_GROUPS_REGIONS

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the tab Select True or False      
Example Main True      

Reference Image

None.

A.2.5.13 TOOLBAR

The object type Toolbar for the Click keyword is used to perform a click event on a Toolbar in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Toolbar button

  • Attribute value – Attribute value of the EBS forms window (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLICK TOOLBAR Name of the Toolbar Attribute value of the EBS forms window
Example CLICK TOOLBAR Save COST_PLUS_STRUCTURE

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Toolbar Select True or False      
Example Save True      

Reference Image

None.

A.2.6 CLOSE

This keyword is used to close the window.

A.2.6.1 WINDOW

The object type Window for the Close keyword is used to close the window.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Window

  • Attribute value – Attribute value of the Window (properties from the xpath like name, id, title, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage CLOSE WINDOW Name of the Window Attribute value of the Window
Example CLOSE WINDOW Process Routing (*) Step Line title='FPDS-NG : SRIDEVI_MCC [ IDV ]'

Test Data

None.

Reference Image

None.

A.2.7 COLLAPSE

This keyword is used to collapse a node in the tree in an EBS forms application.

A.2.7.1 TREE

The object type Tree for the Collapse keyword is used to collapse a node in the tree.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Tree

  • Attribute value – Attribute value of the Tree (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage COLLAPSE TREE Name of the Tree Attribute value of the Tree
Example COLLAPSE TREE Recent Documents APPTREE_NAV_TREE_NAVIGATOR_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Tree Node name      
Example Recent Documents Organizations|AM1      

Reference Image

None.

A.2.8 COLLAPSENODE

This keyword is used to collapse a node in the tree in EBS forms application.

A.2.8.1 TREE

The object type Tree for the Collapsenode keyword is used to collapse a node in the tree.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Tree

  • Attribute value – Attribute value of the Tree (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage COLLAPSENODE TREE Name of the Tree Attribute value of the Tree
Example COLLAPSENODE TREE Recent Documents APPTREE_NAV_TREE_NAVIGATOR_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Tree Node name      
Example Recent Documents Organizations|AM1      

Reference Image

None.

A.2.9 ENDCATCH

This keyword is used to end the Catch block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDCATCH None None None
Example ENDCATCH None None None

Test Data

None.

Reference Image

None.

A.2.10 ENDGROUP

This keyword is to end the Group block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDGROUP None None None
Example ENDGROUP None None None

Test Data

None.

Reference Image

None.

A.2.11 ENDITERATE

This keyword is used to end the Iterate block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDITERATE None None None
Example ENDITERATE None None None

Test Data

None.

Reference Image

None.

A.2.12 ENDKEY

This keyword is used to end the Key block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDKEY None None None
Example ENDKEY None None None

Test Data

None.

Reference Image

None.

A.2.13 ENDOPTIONAL

This keyword is used to end the Optional block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDOPTIONAL None None None
Example ENDOPTIONAL None None None

Test Data

None.

Reference Image

None.

A.2.14 ENDRECOVERY

This keyword is used to end the Recovery block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDRECOVERY None None None
Example ENDRECOVERY None None None

Test Data

None.

Reference Image

None.

A.2.15 ENDTAB

This keyword is used to end the Tab block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDTAB None None None
Example ENDTAB None None None

Test Data

None.

Reference Image

None.

A.2.16 ENDXLTBLVERIFY

This keyword is used to end the block having table verification with Excel data.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDXLTBLVERIFY None None None
Example ENDXLTBLVERIFY None None None

Test Data

None.

Reference Image

None.

A.2.17 ENDXLVERIFY

This keyword is used to end the block having verification with Excel data.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDXLVERIFY None None None
Example ENDXLVERIFY None None None

Test Data

None.

Reference Image

None.

A.2.18 EXPANDNODE

This keyword is used to expand a node in the tree in an EBS forms application.

A.2.18.1 TREE

The object type Tree for the Expandnode keyword is used to expand a node in the tree.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Tree

  • Attribute value – Attribute value of the Tree (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage EXPANDNODE TREE Name of the Tree Attribute value of the Tree
Example EXPANDNODE TREE Assets With Work APPTREE_NAV_TREE_NAVIGATOR_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the tree Node path      
Example Assets With Work Forecast Work|All Assets      

Reference Image

None.

A.2.19 FIREEVENTBLUR

This keyword is used to trigger blur event on the object in a Web application.

This keyword is used with these objects:

  • Checkbox

  • Edit

  • List

  • Listbox

  • Radiobutton

  • Textarea

A.2.19.1 CHECKBOX

The object type Checkbox for the Fireeventblur keyword is used to trigger the blur event on the checkbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Checkbox

  • Attribute value – Attribute value of the Checkbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTBLUR CHECKBOX Name of the Checkbox Attribute value of the Checkbox
Example FIREEVENTBLUR CHECKBOX Apply To Lower Levels Flag ApplyToLowerLevelsFlag

Test Data

None.

Reference Image

None.

A.2.19.2 EDIT

The object type Edit for Fireeventblur keyword is used to trigger blur event on the Edit field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTBLUR EDIT Name of the Check box Attribute value of the Check box
Example FIREEVENTBLUR EDIT Sale Order SchCompletionSONum

Test Data

None.

Reference Image

None.

A.2.19.3 LIST

The object type List for the Fireeventblur keyword is used to trigger a blur event on the List.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List

  • Attribute value – Attribute value of the List (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTBLUR LIST Name of the LIST Attribute value of the List
Example FIREEVENTBLUR LIST Select Select

Test Data

None.

Reference Image

None.

A.2.19.4 LISTBOX

The object type Listbox for the Fireeventblur keyword is used to trigger a blur event on the Listbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Listbox

  • Attribute value – Attribute value of the Listbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTBLUR LISTBOX Name of the Listbox Attribute value of the Listbox
Example FIREEVENTBLUR LISTBOX Request Type name='RequestType'

Test Data

None.

Reference Image

None.

A.2.19.5 RADIOBUTTON

The object type Radiobutton for the Fireeventblur keyword is used to trigger a blur event on the Radiobutton.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Radiobutton

  • Attribute value – Attribute value of the Radiobutton (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTBLUR RADIOBUTTON Name of the Radiobutton Attribute value of the Radiobutton
Example FIREEVENTBLUR RADIOBUTTON Select Select

Test Data

None.

Reference Image

None.

A.2.19.6 TEXTAREA

The object type Textarea for Fireeventblur keyword is used to trigger blur event on the Textarea.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Textarea

  • Attribute value – Attribute value of the Textarea (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTBLUR TEXTAREA Name of the Text area Attribute value of the Text area
Example FIREEVENTBLUR TEXTAREA Description description

Test Data

None.

Reference Image

None.

A.2.20 FIREEVENTONCHANGE

This keyword is used to trigger onchange event on the object. This keyword is used with these objects:

  • Checkbox

  • Edit

  • List

  • Listbox

  • Radiobutton

  • Textarea

A.2.20.1 CHECKBOX

The object type Checkbox for the Fireeventonchange keyword is used to trigger an onchange event on the Checkbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Checkbox

  • Attribute value – Attribute value of the Checkbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTONCHANGE CHECKBOX Name of the Checkbox Attribute value of the Checkbox
Example FIREEVENTONCHANGE CHECKBOX Organization orgSelectLov

Test Data

None.

Reference Image

None.

A.2.20.2 EDIT

The object type Edit for the Fireeventonchange keyword is used to trigger an onchange event on the Edit field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTONCHANGE EDIT Name of the Edit field Attribute value of the Edit field
Example FIREEVENTONCHANGE EDIT Organization orgSelectLov

Test Data

None.

Reference Image

None.

A.2.20.3 LIST

The object type List for the Fireeventonchange keyword is used to trigger an onchange event on the List.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List

  • Attribute value – Attribute value of the List (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTONCHANGE LIST Name of the List Attribute value of the List
Example FIREEVENTONCHANGE LIST To Step ToStep

Test Data

None.

Reference Image

None.

A.2.20.4 LISTBOX

The object type Listbox for the Fireeventonchange keyword is used to trigger an onchange event on the Listbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Listbox

  • Attribute value – Attribute value of the Listbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTONCHANGE LISTBOX Name of the Listbox Attribute value of the Listbox
Example FIREEVENTONCHANGE LISTBOX Parent Element Parent Element

Test Data

None.

Reference Image

None.

A.2.20.5 RADIOBUTTON

The object type Radiobutton for the Fireeventonchange keyword is used to trigger an onchange event on the Radiobutton.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Radiobutton

  • Attribute value – Attribute value of the Radiobutton (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTONCHANGE RADIOBUTTON Name of the Radiobutton Attribute value of the Radiobutton
Example FIREEVENTONCHANGE RADIOBUTTON Organization orgSelectLov

Test Data

None.

Reference Image

None.

A.2.20.6 TEXTAREA

The object type Textarea for the Fireeventonchange keyword is used to trigger an onchange event on the Textarea.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Textarea

  • Attribute value – Attribute value of the Textarea (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage FIREEVENTONCHANGE TEXTAREA Name of the Textarea Attribute value of the Textarea
Example FIREEVENTONCHANGE TEXTAREA Item Description ItemDescription

Test Data

None.

Reference Image

None.

A.2.21 FUNCTIONCALL

This keyword is used to execute a function specified in the object.

This keyword is used with these objects:

  • cRMLIB

  • eBSLibrary

  • gENLIB

  • pROCLIB

  • pROJLIB

  • sCMLIB

  • tELNETLIB

A.2.21.1 cRMLIB

The object type cRMLIB for the Functioncall keyword is used to execute a function in the cRMLIB library.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the field where function call is made

  • Attribute value – Attribute value of the field where function call is made (properties from the xpath like name, id etc). Providing attribute value depends on the function called in the ’Function Name' field.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL cRMLIB Name of the field Attribute value of the field Name of the crmlib function
Example FUNCTIONCALL cRMLIB Configure Configure clickConfigure

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the field Select True or False      
Example Configure True      

Reference Image

None.

A.2.21.2 eBSLibrary

The object type eBSLibrary for the Functioncall keyword is used to execute a function in the eBSLibrary.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the field where function call is made

  • Attribute value – Attribute value of the field where function call is made (properties from the xpath like name, id etc). Providing an attribute value depends on the function called in the ’Function Name' field.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL eBSLibrary     Name of the eBSLibrary function
Example FUNCTIONCALL eBSLibrary     Oracle_close_all_browsers

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage None None      
Example None None      

Reference Image

None.

A.2.21.3 gENLIB

The object type gENLIB for the Functioncall keyword is used to execute a function in the gENLIB library.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the field where function call is made

  • Attribute value – Attribute value of the field where function call is made (properties from the xpath like name, id etc). Providing an attribute value depends on the function called in the ’Function Name' field.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL gENLIB Name of the field Name/Attribute value of the field Name of the genlib function
Example FUNCTIONCALL gENLIB Save Save webClickButton

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the field Select True or False      
Example Save True      

Reference Image

None.

A.2.21.4 pROCLIB

The object type pROCLIB for the Functioncall keyword is used to execute a function in the pROCLIB library.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the field where function call is made

  • Attribute value – Attribute value of the field where function call is made (properties from the xpath like name, id etc).Providing attribute value depends on the function called in the ’Function Name' field.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL pROCLIB     Name of the proclib function
Example FUNCTIONCALL pROCLIB     encryptURL

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage None None      
Example None None      

Reference Image

None.

A.2.21.5 pROJLIB

The object type pROJLIB for the Functioncall keyword is used to execute a function in the pROJLIB library.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the field where function call is made

  • Attribute value – Attribute value of the field where function call is made (properties from the xpath like name, id etc).Providing attribute value depends on the function called in the ’Function Name' field.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL pROJLIB     Name of the projlib function
Example FUNCTIONCALL pROJLIB     webImgVerfyCheckbox

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage None None      
Example None None      

Reference Image

None.

A.2.21.6 sCMLIB

The object type sCMLIB for the Functioncall keyword is used to execute a function in the sCMLIB library.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the field where function call is made

  • Attribute value – Attribute value of the field where function call is made (properties from the xpath like name, id etc). Providing attribute value depends on the function called in the ’Function Name' field.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL sCMLIB     Name of the scmlib function
Example FUNCTIONCALL sCMLIB     selectTimeCardPeriod

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage None None      
Example None None      

Reference Image

None.

A.2.21.7 tELNETLIB

The object type tELNETLIB for the Functioncall keyword is used to execute a function in the tELNETLIB library.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the field where function call is made

  • Attribute value – Attribute value of the field where function call is made (properties from the xpath like name, id etc). Providing attribute value depends on the function called in the ’Function Name' field.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL tELNETLIB Name of the field Attribute value of the field Name of the telnetlib function
Example FUNCTIONCALL tELNETLIB     Close

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Display name of the field Select True or False      
Example Button True      

Reference Image

None.

A.2.22 GET

This keyword is used to get the data from the specified object:

  • Alert

  • Choicebox

  • Edit

  • Field

  • List

  • Listbox

  • Status

  • Text

  • Textarea

A.2.22.1 ALERT

The object type Alert for the Get keyword is used to get the Alert message from an EBS forms Alert Dialog in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Alert

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GET ALERT Name of the Alert Dialog None Output variable
Example GET ALERT Alert None alertMsg

Test Data

None.

Reference Image

None.

A.2.22.2 CHOICEBOX

The object type Choicebox for the Get keyword is used to get the Alert message from an EBS forms Choice box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Choice box

  • Attribute value –None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GET CHOICEBOX Name of the Choice box None Output variable
Example GET CHOICEBOX Note None choiceMsg

Test Data

None.

Reference Image

None.

A.2.22.3 EDIT

The object type Edit for the Get keyword is used to get the value from an Edit field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GET EDIT Name of the Edit field Attribute value of the Edit field Output variable
Example GET EDIT Operating Unit Operatingunit opUnit

Test Data

None.

Reference Image

None.

A.2.22.4 FIELD

The object type Field for the Get keyword is used to get the value from EBS telent for the specified field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage GET FIELD None None
Example GET FIELD None None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Field Name Output Variable for Field Value      
Example LPN subLPN      

Reference Image

None.

A.2.22.5 LIST

The object type List for the Get keyword is used to get the selected value from a List.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List

  • Attribute value – Attribute value of the List (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GET LIST Name of the List Attribute value of the List Output variable
Example GET LIST Destination Type PO_DISTRIBUTIONS_DESTINATION_TYPE_0 destType

Test Data

None.

Reference Image

None.

A.2.22.6 LISTBOX

The object type ListBox for the Get keyword is used to get the selected value from a Listbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List box.

  • Attribute value – Attribute value of the List box (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GET LISTBOX Name of the List box Attribute value of the List box Output variable
Example GET LISTBOX Actions ActionListTop actions

Test Data

None.

Reference Image

None.

A.2.22.7 STATUS

The object type Status for the Get keyword is used to get the StatusBar message in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GET STATUS None None Output variable
Example GET STATUS None None statusMsg

Test Data

None.

Reference Image

None.

A.2.22.8 TEXT

The object type Text for the Get keyword is used to get the text available between two texts from the specified area in an EBS Web application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Text

  • Attribute value – Attribute should be provided as follows:

    • Before text should be provided as @before='Before Text'

    • After text should be provided as @afer='After Text'

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GET TEXT Name of the Text Text location Output variable
Example GET TEXT Auction Number @before='Auction ',@after=' has been' auctionNumber

Test Data

None.

Reference Image

None.

A.2.22.9 TEXTAREA

The object type TextArea for the Get keyword is used as follows:

  • Get the value in text field in an EBS forms application

  • Get the value in the Text Area in aWeb application

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the TextField/TextArea.

  • Attribute value – Attribute value of the TextField/TextArea (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GET TEXTAREA >Name of the TextField/TextArea Attribute value of the TextField/TextArea Output variable
Example GET TEXTAREA Description auctDescription description

Test Data

None.

Reference Image

None.

A.2.23 GETATTRIBUTE

This keyword is used to get the specified attribute of the following objects:

  • Button

  • Checkbox

  • Edit

  • List

  • LOV

  • Radiobutton

  • Window

A.2.23.1 BUTTON

The object type Button for the GetAttribute keyword is used to get the specified attribute value of a button.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the button

  • Attribute value – Attribute value of the button (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GETATTRIBUTE BUTTON Name of the button Attribute value of the button Output variable
Example GETATTRIBUTE BUTTON Apply ApplyButton applyProperty

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the button Provide attribute name      
Example Apply Name      

Reference Image

None.

A.2.23.2 CHECKBOX

The object type Checkbox for the GetAttribute keyword is used to get the specified attribute value of a Checkbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name/Label of the Checkbox

  • Attribute value – Attribute value of the Checkbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GETATTRIBUTE CHECKBOX Name of the Check box Attribute value of the Check box Output variable
Example GETATTRIBUTE CHECKBOX Consumption Advice FIND_CONSIGNED_CONSUMPTION_FLAG_0 ConsumptionProperty

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Check box Provide attribute name      
Example Consumption Advice Name      

Reference Image

None.

A.2.23.3 EDIT

The object type Edit for the GetAttribute keyword is used to get the specified attribute value of an Edit field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GETATTRIBUTE EDIT Name of the Edit field Attribute value of the Edit field Output variable
Example GETATTRIBUTE EDIT Amount name='amount' AmountProperty

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Edit field Provide attribute name      
Example Amount value      

Reference Image

None.

A.2.23.4 LIST

The object type List for the GetAttribute keyword is used to get the specified attribute value of a list in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List

  • Attribute value – Attribute value of the List (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GETATTRIBUTE LIST Name of the List Attribute value of the list Output variable
Example GETATTRIBUTE LIST Destination Type PO_DISTRIBUTIONS_DESTINATION_TYPE_0 destinationTypeProperty

Test Data

None.

Reference Image

None.

A.2.23.5 LOV

The object type LOV for the GetAttribute keyword is used to get the specified attribute value of a Select Box/List Of Values.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Select box / List of values

  • Attribute value – Attribute value of the Select box / List of Values (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GETATTRIBUTE LOV Name of the LOV Attribute value of the LOV Output variable
Example GETATTRIBUTE LOV Organization Organization OrganizationProperty

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the LOV Provide attribute name      
Example Organization value      

Reference Image

None.

A.2.23.6 RADIOBUTTON

The object type Radio button for the GetAttribute keyword is used to get the specified attribute value of a radio button.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name/Label of the Radio button

  • Attribute value – Attribute value of the Radio button (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GETATTRIBUTE RADIOBUTTON Name of the Radio button Attribute value of the Radio button Output variable
Example GETATTRIBUTE RADIOBUTTON Select id='select' SelectProperty

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Radio button Provide attribute name      
Example Select value      

Reference Image

None.

A.2.23.7 WINDOW

The object type Window for the GetAttribute keyword is used to get the specified attribute value of the window.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Window

  • Attribute value – Attribute value of the Window (properties from the xpath like name, id, text, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GETATTRIBUTE WINDOW Name of the Window Attribute value of the Window Output variable
Example GETATTRIBUTE WINDOW Agreements title='Agreements' AgreementProperty

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the window Provide attribute name      
Example Agreements text      

Reference Image

None.

A.2.24 GETITEMVALUES

This keyword is used to get the value of a List in an EBS forms application.

A.2.24.1 LIST

The object type List for the GetItemValues keyword is used to get the value of the selected item in the EBS forms list.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List

  • Attribute value – Attribute value of the List (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage GETITEMVALUES LIST Name of the List Attribute value of the list Output variable
Example GETITEMVALUES LIST Destination Type PO_DISTRIBUTIONS_DESTINATION_TYPE_0 destinationType

Test Data

None.

Reference Image

None.

A.2.25 INVOKESOFTKEY

This keyword is used to invoke soft key like ’NEXT_FIELD' in an EBS forms application.

This keyword is used with these objects:

  • Edit

  • Spreadtable

A.2.25.1 EDIT

The object type Edit for the InvokeSoftKey keyword is used to invoke a soft key such as ’NEXT_FIELD' on the edit field in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage INVOKESOFTKEY EDIT Name of the Edit field Attribute value of Edit field
Example INVOKESOFTKEY EDIT Status name='status'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Edit field Provide Soft key      
Example Status ’NEXT_FIELD'      

Reference Image

None.

A.2.25.2 SPREADTABLE

The object type Spread table for the InvokeSoftKey keyword is used to invoke a soft key such as ’NEXT_FIELD' on the Spread Table in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Spread Table

  • Attribute value – Attribute value of the Spread Table (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage INVOKESOFTKEY SPREADTABLE Name of the Spread table Attribute of the Spread table
Example INVOKESOFTKEY SPREADTABLE Lots RESULTS_GRID_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Spread table Provide Soft key      
Example Lots NEXT_FIELD      

Reference Image

None.

A.2.26 LAUNCH

This keyword is used to launch the browser.

A.2.26.1 BROWSER

The object type Browser for the Launch keyword is used to launch the browser.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name –None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage LAUNCH BROWSER None None
Example LAUNCH BROWSER None None

Test Data

None.

Reference Image

None.

A.2.27 MAXIMIZE

This keyword is used to maximize the browser.

A.2.27.1 WINDOW

The object type Window for the Maximize keyword is used to maximize the browser window.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the window

  • Attribute value – Attribute value of the Window (properties from the xpath like title)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage MAXIMIZE WINDOW Name of the window Attribute value of the window
Example MAXIMIZE WINDOW iStore iStore

Test Data

None.

Reference Image

None.

A.2.28 MAXVISIBLELINES

This keyword is used to provide the number of the visible lines in the forms table in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – Number of visible lines in the EBS forms application

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage MAXVISIBLELINES None None No. of lines visible in the forms table
Example MAXVISIBLELINES None None 5

Test Data

None.

Reference Image

None.

A.2.29 MENUSELECT

This keyword is used to select the specified menu item in an EBS forms application.

This keyword is used with these objects:

  • Contextmenu

  • Mainmenu

  • Tree

A.2.29.1 CONTEXTMENU

The object type Context menu for the MenuSelect keyword is used to activate the pop-up menu of the Oracle Forms text field object and select the specified menu item in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Text field

  • Attribute value – Attribute value of the Text field (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage MENUSELECT CONTEXTMENU Name of the Text field Attribute value of the Text field
Example MENUSELECT CONTEXTMENU Context Menu ORDER_OPERATING_UNIT_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Text field Menu Item      
Example Context Menu Schedule      

Reference Image

None.

A.2.29.2 MAINMENU

The object type Main Menu for the MenuSelect keyword is used to select the specified menu in an EBS forms window in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Menu to select in the EBS forms window

  • Attribute value – Menu to select in the EBS forms window

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage MENUSELECT MAINMENU Menu Menu
Example MENUSELECT MAINMENU View|Query By Example|Run View|Query By Example|Run

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Menu Select True or False      
Example View|Query By Example|Run True      

Reference Image

None.

A.2.29.3 TREE

The object type Tree for the MenuSelect keyword is to performs the following in an EBS forms application.

  • Selects the node in the EBS forms tree

  • Activates the popup menu on the selected node

  • Selects the menu item in the popup

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the EBS forms tree

  • Attribute value – Attribute value of the EBS forms tree (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage MENUSELECT TREE Name of the EBS forms tree Attribute value of the EBS forms tree
Example MENUSELECT TREE Menu for Add Planning Node APPTREE_NAV_TREE_NAVIGATOR_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the EBS forms tree Tree Node path Menu item in the popup    
Example Menu for Add Planning Node Spares Planning|Warehouses Add Subinventory    

Reference Image

None.

A.2.30 MINIMIZE

This keyword is used to minimize the browser

A.2.30.1 WINDOW

The object type Window for the Minimize keyword is used to minimize the browser window.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Web Window

  • Attribute value – Attribute value of the Web window (properties from the xpath like title)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage MINIMIZE WINDOW Name of the Window Attribute value of the Window
Example MINIMIZE WINDOW Auction Auction

Test Data

None.

Reference Image

None.

A.2.31 PRESSTABKEY

This keyword is used to send the press tab key event on the Edit field.

A.2.31.1 EDIT

The object type Edit for the PressTabKey keyword is used to send the press tab key event on the Edit field

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name - Name of the Edit field

  • Attribute value - Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage PRESSTABKEY EDIT Name of the Edit field Attribute value of the Edit field.
Example PRESSTABKEY EDIT User Name usernameField

Test Data

None.

Reference Image

None.

A.2.32 SEARCHBYDYNAMICCOLUMN

This keyword is used to find the row number in a table using table column and it's value which are to be provided in the testdata.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Table Name

  • Attribute value – None.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SEARCHBYDYNAMICCOLUMN None Table Name None
Example SEARCHBYDYNAMICCOLUMN None Awards Table None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Table Name Table Column Name Column Value    
Example Awards Table Supplier Grainger    

Reference Image

None.

A.2.33 SEARCHCOLUMN

This keyword is used to find the row number in a table using table column and it's value.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Column Name

  • Attribute value – Column Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SEARCHCOLUMN None Name of Column Name of the Column
Example SEARCHCOLUMN None Requisition Requisition

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Column Column Value      
Example Requisition 1234      

Reference Image

None.

A.2.34 SEARCHEMPTYROW

This keyword is used to find the empty row number in a table using table name and it's column.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Column Name

  • Attribute value – Column Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SEARCHEMPTYROW None Name of Column Name of the Column
Example SEARCHEMPTYROW None Requisition Requisition

Test Data

None.

Reference Image

None.

A.2.35 SELECT

This keyword is used to perform a Select operation on the specified object.

This keyword is used with these objects:

  • List

  • Listbox

  • Radiobutton

  • Treelist

A.2.35.1 LIST

The object type List for the Select keyword is used to select the specified value from the list.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List

  • Attribute value – Attribute value of the List (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECT LIST Name of the List Attribute value of the List
Example SELECT LIST Class GROUPS_SYSTEM_LINKAGE_FUNCTION_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the List Value to Select      
Example Class Task Owning Org      

Reference Image

None.

A.2.35.2 LISTBOX

The object type List Box for the Select keyword is used to select the specified value from the list box.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List box

  • Attribute value - Attribute value of the List Box (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECT LISTBOX Name of the List box Attribute value of the List box
Example SELECT LISTBOX Class GROUPS_SYSTEM_LINKAGE_FUNCTION_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the List box Value to Select      
Example Class Task Owning Org      

Reference Image

None.

A.2.35.3 RADIOBUTTON

The object type Radio Button for the Select keyword is used to select the radio button.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name/Label of the Radio button

  • Attribute value - Attribute value of the Radio button (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECT RADIOBUTTON Name of the Radio button Attribute value of the Radio button
Example SELECT RADIOBUTTON Alphanumeric name='AWARD_SETUP_MANUAL_AWARD_NUM_TYPE_ALPHANUMERIC_0'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Radio button Value to Select      
Example Alphanumeric True      

Reference Image

None.

A.2.35.4 TREELIST

The object type TreeList for the Select keyword is used to select item in an EBS forms TreeList in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the TreeList

  • Attribute value – Attribute value of the TreeList (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECT TREELIST Name of the TreeList Attribute value
Example SELECT TREELIST Navigator NAVIGATOR_LIST_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the TreeList Tree List Item      
Example 1 Navigator Flexfield|Key      
Example 2 Navigator Contract Groups      

Reference Image

None.

A.2.36 SELECTALLROWS

This keyword is used to select all the rows in a Spread table.

A.2.36.1 SPREADTABLE

The object type Spread Table for the SelectAllRows keyword is used to select all the rows in a Spread table in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Table Name

  • Attribute value – Attribute value of the Spread Table (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECTALLROWS SPREADTABLE Table Name Attribute value of the Spread Table
Example SELECTALLROWS SPREADTABLE Lots RESULTS_GRID_0

Test Data

None.

Reference Image

None.

A.2.37 SELECTNODE

This keyword is used to select the specified node of an EBS forms tree in an EBS forms application.

A.2.37.1 TREE

The object type Tree for the SelectNode keyword is used to select the specified node of an EBS forms tree in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Tree

  • Attribute value – Attribute value of the Tree (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECTNODE TREE Name of the Tree Attribute value of the Tree
Example SELECTNODE TREE Warehouse Node Path APPTREE_NAV_TREE_NAVIGATOR_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the node Enter the node path to select      
Example Warehouse Node Path Spares Planning|Warehouses      

Reference Image

None.

A.2.38 SELECTROW

This keyword is used to select the specified row in EBS forms spread table.

A.2.38.1 SPREADTABLE

The object type SpreadTable for the SelectRow keyword is used to select specified row in an EBS forms spread table.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECTROW SPREADTABLE None None
Example SELECTROW SPREADTABLE None None

Test Data

None.

Reference Image

None.

A.2.39 SENDKEY

This keyword is used to click and set the text in a text field.

A.2.39.1 EDIT

The object type Edit for the SendKey keyword is used to click and set the text in a text field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the text field label

  • Attribute value – Attribute value of the Text field (properties from the xpath like id, name, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SENDKEY EDIT Name of Text field Label Attribute value of the Text field
Example SENDKEY EDIT Attribute Attribute_Name

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Text field Text field Value      
Example Attribute Red      

Reference Image

None.

A.2.40 SETAPPTYPE

This keyword is used to set the Application type.

This keyword is used with these objects:

  • ADF

  • Formflex

  • Forms

  • JTT

  • PLSQL_OI

  • Telnet

  • Web

A.2.40.1 ADF

The object type ADF for the SetAppType keyword is used to set the application type as ADF.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE ADF None None
Example SETAPPTYPE ADF None None

Test Data

None.

Reference Image

None.

A.2.40.2 FORMFLEX

The object type FORMFLEX for the SetAppType keyword is used to set the application type as EBS forms Flex in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE FORMFLEX None None
Example SETAPPTYPE FORMFLEX None None

Test Data

None.

Reference Image

None.

A.2.40.3 FORMS

The object type Forms for the SetAppType keyword is used to set the application type as EBS forms in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE FORMS None None
Example SETAPPTYPE FORMS None None

Test Data

None.

Reference Image

None.

A.2.40.4 JTT

The object type JTT for the SetAppType keyword is used to set the application type as Wireless Application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE JTT None None
Example SETAPPTYPE JTT None None

Test Data

None.

Reference Image

None.

A.2.40.5 PLSQL_OI

The object type PLSQL_OI for the SetAppType keyword is used to set the application type as PLSQL or Open Interface.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE PLSQL_OI None None
Example SETAPPTYPE PLSQL_OI None None

Test Data

None.

Reference Image

None.

A.2.40.6 TELNET

The object type Telnet for the SetAppType keyword is used to set the application type as Mobile.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE TELNET None None
Example SETAPPTYPE TELNET None None

Test Data

None.

Reference Image

None.

A.2.40.7 WEB

The object type WEB for the SetAppType keyword is used to set the application type as Web Application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE WEB None None
Example SETAPPTYPE WEB None None

Test Data

None.

Reference Image

None.

A.2.41 SETCURRENTROW

This keyword is used to set the row number with the row number which was returned by component code specified above this Setcurrentrow keyword.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETCURRENTROW None None None
Example SETCURRENTROW None None None

Test Data

None.

Reference Image

None.

A.2.42 SETFOCUS

This keyword is used to set focus on specified objects.

This keyword is used with these objects:

  • Edit

  • Firstrecord

  • Textarea

  • Treelist

A.2.42.1 EDIT

The object type Edit for the SetFocus keyword is used to set focus on an Edit field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETFOCUS EDIT Name of the Edit field Attribute value of the Edit field.
Example SETFOCUS EDIT User Name usernameField

Test Data

None.

Reference Image

None.

A.2.42.2 FIRSTRECORD

The object type FirstRecord for the SetFocus keyword is used to set focus on first record in the window by selecting menu ’View|Record|First' in the EBS forms window in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the EBS forms Window (Optional)

  • Attribute value – Attribute value of the EBS forms Window (properties from the xpath like name, id, etc.) (Optional)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETFOCUS FIRSTRECORD Name of the Window Attribute value of the Window
Example SETFOCUS FIRSTRECORD Lookup Codes FND_LOOKUP_VALUES_LOOKUP_CODE_0

Test Data

None.

Reference Image

None.

A.2.42.3 TEXTAREA

The object type Textarea for the SetFocus keyword is used to set focus on the following:

  • Set focus on Textfield in an EBS forms application

  • Set focus on Textarea in a Web application

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the TextField or TextArea

  • Attribute value – Attribute value of the TextField or TextArea (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETFOCUS TEXTAREA Name of the TextField/TextArea Attribute value of the TextField/TextArea
Example SETFOCUS TEXTAREA Description description

Test Data

None.

Reference Image

None.

A.2.42.4 TREELIST

The object type Tree List for the SetFocus keyword is used to set focus on the specified item in an EBS Forms tree list in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Tree list

  • Attribute value – Attribute value of the Tree list (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETFOCUS TREELIST Name of the Tree list Attribute value of the Tree list
Example SETFOCUS TREELIST Navigator NAVIGATOR_LIST_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Tree list Tree List Item      
Example Navigator Flexfield|Key      

Reference Image

None.

A.2.43 SETLINE

This keyword is used to set the row number of the table to perform further actions or verifications on the specified row.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Table Column

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETLINE None Column Name None
Example SETLINE None Item Line None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Column Name Enter the line number      
Example Item Line 2      

Reference Image

None.

A.2.44 SETSPREADTABLE

This keyword is used to identify an EBS forms spread table.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the EBS forms Spread Table

  • Attribute value – Attribute value of the Spread table (properties from the xpath like name)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETSPREADTABLE None Spread Table Name Attribute value of the spread table.
Example SETSPREADTABLE None Assignee TASK_GRID_TASK_BEAN_0

Test Data

None.

Reference Image

None.

A.2.45 SETTABLENAME

This keyword is used to identify the table by providing one of the column names as the table name.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Table Column

  • Attribute value – Name of the Table Column

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETTABLENAME None Column Name Column Name
Example SETTABLENAME None Select Select

Test Data

None.

Reference Image

None.

A.2.46 SETTEXT

This keyword is used to set text in the specified Object field.

This keyword is used with these objects:

  • Dynamicedit

  • Edit

  • Password

  • Responsebox

  • Textarea

A.2.46.1 DYNAMICEDIT

The object type Dynamic Edit for the SetText keyword is used to set the value in EBS Flex Fields in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Flex field

  • Attribute value – Attribute value should be provided as specified below:

    • Flex field Label name as @label = ’Flex Field Label'

    • Flex field Column Name as @column = ’Column Name'

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETTEXT DYNAMICEDIT Name of the Flex field Flex filed Row, Column values
Example SETTEXT DYNAMICEDIT Item Low @label='Item',@column='Low'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Flex field Value      
Example Item Low GMF_STD_ING1      

Reference Image

None.

A.2.46.2 EDIT

The object type Edit for the SetText keyword is used to set text in an edit field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETTEXT EDIT Name of the Edit field Attribute value of the Edit field.
Example SETTEXT EDIT User Name usernameField

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the edit field Enter the value to set in the edit field      
Example User Name operations      

Reference Image

None.

A.2.46.3 FIELD

The object type Field for the SetText keyword is used to set the text in the EBS Telnet Service.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETTEXT FIELD None None
Example SETTEXT FIELD None None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Telnet Field Enter the value to set in the telnet window.      
Example Telnet Field PR4      

Reference Image

None.

A.2.46.4 PASSWORD

The object type Password for the SetText keyword is used to set the password in a password field in an EBS web application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Password field

  • Attribute value – Attribute value of the Password field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETTEXT PASSWORD Name of the Password field Attribute value of the Password field.
Example SETTEXT PASSWORD Password passwordField

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Password field Enter the value to set in the password field      
Example Password welcome      

Reference Image

None.

A.2.46.5 RESPONSEBOX

The object type ResponseBox for the SetText keyword is used to set the text in EBS Forms Response box in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Response box field

  • Attribute value – Name of the Response box field

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETTEXT RESPONSEBOX Name of the Response box field Name of the Response box field
Example SETTEXT RESPONSEBOX Block Block

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Response box field Value to enter in Response box      
Example Block Authorize First Installment      

Reference Image

None.

A.2.46.6 TEXTAREA

The object type Textarea for the SetText keyword is used to set text in the following objects.

  • Textfield in an EBS Forms application

  • Textarea in an EBS Web application

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the TextField or TextArea

  • Attribute value – Attribute value of the TextField or TextArea (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETTEXT TEXTAREA Name of the TextField/TextArea Attribute value of the TextField/TextArea
Example SETTEXT TEXTAREA Contact Information ContactInfo

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the TextField/TextArea Enter the value to set in the textarea field      
Example Contact Information Test info      

Reference Image

None.

A.2.47 SETWINDOW

This keyword is used to set the window so that all the elements following this keyword will use the window name specified using Setwindow.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Window

  • Attribute value – Attribute value of the Window (properties from the xpath like name, title, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETWINDOW None Name of the window Attribute value of the window
Example 1 SETWINDOW None Agreements Agreements
Example 2 SETWINDOW None Awards title='Awards'
Example 3 SETWINDOW None Implementation Options name='OPTIONS'

Test Data

None.

Reference Image

None.

A.2.48 STARTCATCH

This keyword is used to start the Catch block.

  • It should be used within the STARTRECOVERY block.

  • It will handle the exceptions raised by actions specified in the recovery block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTCATCH None None None
Example STARTCATCH None None None

Test Data

None.

Reference Image

None.

A.2.49 STARTGROUP

This keyword is used to start the Group block.

  • Group block is used to group a set of actions.

  • All the group actions depend upon the value provided for the first action in the Group block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTGROUP None None None
Example STARTGROUP None None None

Test Data

None.

Reference Image

None.

A.2.50 STARTITERATE

This keyword is used to start the Iterate block. Iterate block is used to perform actions on tables.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTITERATE None None None
Example STARTITERATE None None None

Test Data

None.

Reference Image

None.

A.2.51 STARTKEY

This keyword is used to start the Key block.

  • A Key block can have only one action to be performed.

  • A Key block should be available within an Optional block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the action to be performed in the Key block

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTKEY None Name of the action to be performed in Key block None
Example STARTKEY None File|Save None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the action to be performed in Key block Provide True or False      
Example File|Save True      

Reference Image

None.

A.2.52 STARTOPTIONAL

This keyword is used to start the Optional block. Actions defined in the Optional block will be performed based on the data provided in the Test Data for Startkey.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTOPTIONAL None None None
Example STARTOPTIONAL None None None

Test Data

None.

Reference Image

None.

A.2.53 STARTRECOVERY

This keyword is used to start the Recovery block. A Recovery block is used to handle an action which might cause an exception.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTRECOVERY None None None
Example STARTRECOVERY None None None

Test Data

None.

Reference Image

None.

A.2.54 STARTTAB

This keyword is used to start the Tab block. A Tab block is the block where code will be generated for click tab and data elements when a value is provided for any one field in the tab block.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTTAB None None None
Example STARTTAB None None None

Test Data

None.

Reference Image

None.

A.2.55 STARTXLTBLVERIFY

This keyword is used to verify the EBS web/forms table data with Excel data.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTXLTBLVERIFY None None None
Example STARTXLTBLVERIFY None None None

Test Data

None.

Reference Image

None.

A.2.56 STARTXLVERIFY

This keyword is used to verify the data in the Web page with Excel data.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTXLVERIFY None None None
Example STARTXLVERIFY None None None

Test Data

None.

Reference Image

None.

A.2.57 UNCHECK

This keyword is used to perform uncheck operation on a checkbox.

A.2.57.1 CHECKBOX

The object type Checkbox for the Uncheck keyword is used to perform an uncheck operation on a checkbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Checkbox

  • Attribute value – Attribute value of the Checkbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage UNCHECK CHECKBOX Name of the Checkbox Attribute value of the Checkbox
Example UNCHECK CHECKBOX Print PO_APPROVE_PRINT_CHECK_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the checkbox Enter True or False      
Example Print True      

Reference Image

None.

A.2.58 VERIFY

This keyword is used to perform verify operation on specified objects.

This keyword is used with these objects:

  • Checkbox

  • Choicebox

  • Edit

  • Image

  • Link

  • List

  • Listbox

  • Radiobutton

  • Spreadcell

  • Statusbar

  • Text

  • Textarea

A.2.58.1 CHECKBOX

The object type Checkbox for the Verfiy keyword is used to verify a checkbox is checked or unchecked.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Checkbox

  • Attribute value – Attribute value of the Checkbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY CHECKBOX Name of the Checkbox Attribute value of the Checkbox
Example VERIFY CHECKBOX Print PO_APPROVE_PRINT_CHECK_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the checkbox Enter True or False      
Example Print True      

Reference Image

None.

A.2.58.2 CHOICEBOX

The object type Choicebox for the Verify keyword is used to verify a choice box Alert message in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Choicebox

  • Attribute value – Name of the Choicebox

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY CHOICEBOX Name of the Choicebox Name of the Choicebox
Example VERIFY CHOICEBOX Note Note

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the choice box Note      
Example Note Transaction complete.      

Reference Image

None.

A.2.58.3 EDIT

The object type Edit for the Verify keyword is used to verify a value in an edit field.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY EDIT Name of the Edit field Attribute value of the edit field
Example VERIFY EDIT Supplier Site PO_HEADERS_VENDOR_SITE_CODE_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the edit field Enter the text to verify      
Example Supplier Site GE      

Reference Image

None.

A.2.58.4 LINK

The object type Link for the Verify keyword is used to verify link text in an EBS web application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Link

  • Attribute value – Attribute value of the Link (properties from the xpath like text, name, id etc.)

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY LINK Name of the Link Attribute value of the Link
Example VERIFY LINK Line Item 1 description

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the link Value of the link to verify      
Example Line Item 1 description      

Reference Image

None.

A.2.58.5 LIST

The object type List for the Verify keyword is used to verify a selected item in the List.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List

  • Attribute value – Attribute value of the List (properties from the xpath like text, name, id etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage VERIFY LIST Name of the List Attribute value of the List
Example VERIFY LIST Destination Type PO_DISTRIBUTIONS_DESTINATION_TYPE_0

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the list Value in the list to verify      
Example Destination Type Inventory      

Reference Image

None.

A.2.58.6 LISTBOX

The object type ListBox for the Verify keyword is used to verify a selected item in the Listbox.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Listbox

  • Attribute value – Attribute value of the Listbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY LISTBOX Name of the List box Attribute value of the list box
Example VERIFY LISTBOX Actions ActionListTop

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the list box Value in the listbox to verify      
Example Actions Duplicate      

Reference Image

None.

A.2.58.7 RADIOBUTTON

The object type Radiobutton for the Verify keyword is used to verify whether a radio button is selected or not.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Radio button

  • Attribute value – Attribute value of the Radio button (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY RADIOBUTTON Name of the Radio button Attribute value of the Radio button
Example VERIFY RADIOBUTTON Always always

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the radio button Enter true or false      
Example Always True      

Reference Image

None.

A.2.58.8 SPREADCELL

The object type SpreadCell for the Verify keyword is used to verify a cell value in an EBS Forms spread table.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Spread table column name

  • Attribute value – Spread table Column number

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY SPREADCELL Name of the column in the spread table Column number in the spread table
Example VERIFY SPREADCELL Resource 2

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the column in the spread table Value to verify in the spreadcell.      
Example Resource Karmer, Ralph      

Reference Image

None.

A.2.58.9 STATUSBAR

The object type Statusbar for the Verify keyword is used to verify the status bar message in an EBS forms application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Statusbar

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY STATUSBAR Statusbar None
Example VERIFY STATUSBAR Statusbar None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Statusbar        
Example Statusbar No changes to save.      

Reference Image

None.

A.2.58.10 TEXT

The object type Text for the Verify keyword is used to verify text in an EBS Web application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the text

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY TEXT Name of the text None
Example VERIFY TEXT Confirmation None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the text        
Example Confirmation Your changes have been saved.      

Reference Image

None.

A.2.58.11 TEXTAREA

The object type Textarea for the Verify keyword is used to verify text in a Textarea.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the TextArea

  • Attribute value – Attribute value of the TextArea (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example


Keyword Object Display Name Attribute Value
Usage VERIFY TEXTAREA Name of the Text area Attribute value of the Text area
Example VERIFY TEXTAREA Description description

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Text area Value in the Text area to verify      
Example Description Item 1 Description      

Reference Image

None.

A.2.59 WAIT

This keyword is used to wait for the specific object to load in the application for a specific amount of time. This keyword is used with these objects:

  • Button

  • Edit

  • Image

  • Link

  • List

  • Listbox

  • Normal

  • Textarea

  • Window

A.2.59.1 BUTTON

The object type Button for the Wait keyword is used to wait for a button to load.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Button

  • Attribute value – Attribute value of the Button (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT BUTTON Name of the Button Attribute value of the Button
Example WAIT BUTTON Go CreateGoButton

Test Data

None.

Reference Image

None.

A.2.59.2 EDIT

The object type Edit for the Wait keyword is used to wait for an Edit field to load.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Edit field

  • Attribute value – Attribute value of the Edit field (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT EDIT Name of the Edit field Attribute value of the Edit field
Example WAIT EDIT Search SearchTextInput

Test Data

None.

Reference Image

None.

A.2.59.3 IMAGE

The object type Image for the Wait keyword is used to wait for an image to load.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Image

  • Attribute value – Attribute value of the Image (properties from the xpath like name, alt, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT IMAGE Name of the Image Attribute value of the Image
Example WAIT IMAGE Add Another Row Add Another Row

Test Data

None.

Reference Image

None.

A.2.59.4 LINK

The object type Link for the Wait keyword is used to wait for a link to load in an EBS Web application.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Link

  • Attribute value – Attribute value of the Link (properties from the xpath like name, text, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT LINK Name of the Link Attribute value of the Link
Example WAIT LINK Show Details Show Details

Test Data

None.

Reference Image

None.

A.2.59.5 LIST

The object type List for the Wait keyword is used to wait for a List to load.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the List

  • Attribute value – Attribute value of the List (properties from the xpath like name, text, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT LIST Name of the List Attribute value of the List
Example WAIT LIST Destination Type PO_DISTRIBUTIONS_DESTINATION_TYPE_0

Test Data

None.

Reference Image

None.

A.2.59.6 LISTBOX

The object type Listbox for the Wait keyword is used to wait for a Listbox to load.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Listbox

  • Attribute value – Attribute value of the Listbox (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT LISTBOX Name of the Listbox Attribute value of the Listbox
Example WAIT LISTBOX Actions ActionListTop

Test Data

None.

Reference Image

None.

A.2.59.7 NORMAL

The object type Normal for the Wait keyword is used to wait for specific amount of time.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – None

  • Attribute value – Wait time

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT NORMAL None Wait time
Example WAIT NORMAL None 5

Test Data

None.

Reference Image

None.

A.2.59.8 TEXTAREA

The object type Textarea for the Wait keyword is used to wait for a Textarea to load.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the TextArea

  • Attribute value – Attribute value of the TextArea (properties from the xpath like name, id, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT TEXTAREA Name of the Textarea Attribute value of the Textarea
Example WAIT TEXTAREA Description description

Test Data

None.

Reference Image

None.

A.2.59.9 WINDOW

The object type Window for the Wait keyword is used to wait for the Web window to load.

Technical Details

Provide the following values for this keyword-object combination in the component:

  • Display name – Name of the Window

  • Attribute value – Attribute value of the Window (properties from the xpath like title, index, etc.)

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WAIT WINDOW Name of the Window Attribute value of the Window
Example WAIT WINDOW Orders Orders

Test Data

None.

Reference Image

None.

A.3 PLSQL/Open Interface Keywords and Objects

The following sections list the Keywords and valid objects available to use to specify component code for PLSQL/Open Interface applications.

A.3.1 SETAPPTYPE

This keyword is used to set the Application type.

This keyword is used with these objects:

  • PLSQL_OI

  • WS

A.3.1.1 PLSQL_OI

The object type PLSQL_OI for the Setapptype keyword is used to set the application type as PLSQL or Open interface.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE PLSQL_OI None None
Example SETAPPTYPE PLSQL_OI None None

Test Data

None.

Reference Image

None.

A.3.1.2 WS

The object type WS for Setapptype keyword is used to set the application type as Webdservice.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETAPPTYPE WS None None
Example SETAPPTYPE WS None None

Test Data

None.

Reference Image

None.

A.3.2 FUNCTIONCALL

This keyword is used to execute a function specified in the object.

This keyword is used with these objects:

  • gENAPILIB

  • gENWSLIB

A.3.2.1 gENAPILIB

The object type gENAPILIB for the Functioncall keyword is used to execute a function in the gENAPILIB library.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Purpose of the function

  • Attribute value – Attribute value for the function call to be made. Providing attribute value is depends on the function called in the ’Function Name' field.

  • Function Name – Name of the Function

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL gENAPILIB Purpose of the function Attribute value for function call Name of the GENAPILIB function
Example FUNCTIONCALL gENAPILIB Conditional Commit Conditional Commit conditionalCommit

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Purpose of the function expectedValue actualValue    
Example Conditional Commit S L_X_RETURN_STATUS1    

Reference Image

None.

A.3.2.2 gENWSLIB

The object type gENWSLIB for the Functioncall keyword is used to execute a function in the gENWSLIB llibrary.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Purpose of the function

  • Attribute value – Attribute value for the function call to be made. Providing attribute value is depends on the function called in the 'Function Name' field.

  • Function Name – Name of the Function

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Function Name
Usage FUNCTIONCALL gENWSLIB Purpose of the function Attribute value for function callof the field Name of the GENWSLIB function
Example FUNCTIONCALL gENWSLIB GetNodeValue a/b/c getNodeElememtData

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Purpose of the functionName of the field DataElement Index      
Example GetNodeValue 1      

Reference Image

None.

A.3.3 SELECT

This keyword is used to specify the Database Table Name and Column Name in the testdata.

This keyword is used with these objects:

  • COLUMN

  • TABLE

A.3.3.1 COLUMN

The object type Column for the Select keyword is used specify the table column.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Specify appropriate information like Column Details.

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECT COLUMN Column Details None
Example SELECT COLUMN Column Details None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Column Details Database Column Name      
Example Column Details ITEM_ID      

Reference Image

None.

A.3.3.2 TABLE

The object type Table for the Select keyword is used specify the table name.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Specify appropriate information like Name of the Table.

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SELECT TABLE Name of the Table None
Example SELECT TABLE Name of the Table None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Name of the Table Database Table Name      
Example Name of the Table EMPLOYEES      

Reference Image

None.

A.3.4 BEGINCALL

This keyword is used to start the Call block.

  • Begincall is used in to call a PLSQL procedure

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Begincall is used to call a PLSQL procedure

    • Provide attribute value as "Name of the package. Name of the Procedure for procedure.

    • Provide attribute value as "Name of the package. Name of the Procedure for procedure,@retruntype = function returntype" for functions.

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage BEGINCALL None Optional Name of the Procedure  
Example 1 BEGINCALL None Insert Activity GMD_ACTIVITIES_PUB.INSERT_ACTIVITY  
Example 2 BEGINCALL None Capital Budget Interface FND_REQUEST.SUBMIT_REQUEST,@returntype=NUMBER L_FASCB_REQ_ID

Test Data

None.

Reference Image

None.

A.3.5 ENDCALL

This keyword is used to end the call block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDCALL None None None
Example ENDCALL None None None

Test Data

None.

Reference Image

None.

A.3.6 STARTRECORDTYPE

This keyword is used to start the Record type block. A Record type block is used to define Database Record type.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Record Name

  • Attribute value –– Database Package Name.Database Record Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage STARTRECORDTYPE None Database Record Name Database Package Name.Database Record Name >Output variable
Example STARTRECORDTYPE None Insertion Record @udt=GMD_ACTIVITIES_PUB.GMD_ACTIVITIES_REC_TYPE L_ITEM_REC

Test Data

The following table provides details for entering Test Data.

Specify whether record data is going as input data to the procedure or record is returning from the procedure by specifying either as INPUT or OUPUT.

  • INPUT – Record data going as input to the procedure

  • OUTPUT – Record returned as output from the procedure


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Record Name Specify INPUT or OUTPUT      
Example Insertion Record INPUT      

Reference Image

None.

A.3.7 ENDRECORDTYPE

This keyword is used to end the record type block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDRECORDTYPE None None None
Example ENDRECORDTYPE None None None

Test Data

None.

Reference Image

None.

A.3.8 STARTTABLETYPE

This keyword is used to start the database Table type block. A Table type block is used to define Database Table type.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – database Table Name

  • Attribute value – database Package Name.Database Table Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage STARTTABLETYPE None Database Table Name Database Package Name.Database Table Name Output variable
Example STARTTABLETYPE None GMD Activities Table @udt=GMD_ACTIVITIES_PUB.GMD_ACTIVITIES_TBL_TYPE L_ACTIVITY_TBL

Test Data

The following table provides details for entering Test Data.

Specify whether database table data is going as input data to the procedure or database table is returning from the procedure by specifying either as INPUT or OUPUT.

  • INPUT – database table data going as input to the procedure

  • OUTPUT – database table returned as output from the procedure


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Table Name Specify INPUT or OUTPUT      
Example GMD Activities Table INPUT      

Reference Image

None.

A.3.9 ENDTABLETYPE

This keyword is used to end the Table type block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDTABLETYPE None None None
Example ENDTABLETYPE None None None

Test Data

None.

Reference Image

None.

A.3.10 STARTVARRAYTYPE

This keyword is used to start the VArray type block. A VArray type block is used to perform actions on VArray type data.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database VArrayName

  • Attribute value – Database Package Name.Database VArray Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage STARTVARRAYTYPE None Database VArrayName Procedure.Name of the VARRAY Output variable
Example STARTVARRAYTYPE None GMD Activities @udt=GMD_ACTIVITIES_PUB.GMD_ACTIVITIES_VARRAY_TYPE L_Activitties_VArray

Test Data

The following table provides details for entering Test Data.

Specify whether database VArray data is going as input data to the procedure / database VArray type is returning from the procedure by specifying either as INPUT or OUPUT.

  • INPUT – database table data going as input to the procedure

  • OUTPUT – database table returned as output from the procedure


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database VArray Name Specify INPUT or OUTPUT      
Example GMD Activities INPUT      

Reference Image

None.

A.3.11 ENDVARRAYTYPE

This keyword is used to end the VArray block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDAVRRAYTYPE None None None
Example ENDVARRAYTYPE None None None

Test Data

None.

Reference Image

None.

A.3.12 STARTOBJECTTYPE

This keyword is used to start the Object type block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Object Name

  • Attribute value – Database Object Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage STARTOBJECTTYPE None Database Object Name Database Object Name Output variable
Example STARTOBJECTTYPE None Wf Event @udt=WF_EVENT_T L_EVENT

Test Data

The following table provides details for entering Test Data.

Specify whether object data is going as input data to the procedure or object is returning from the procedure by specifying either as INPUT or OUPUT.

  • INPUT – Object data going as input to the procedure

  • OUTPUT – Object returned as output from the procedure


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Object Name Specify INPUT or OUTPUT      
Example Wf Event INPUT      

Reference Image

None.

A.3.13 ENDOBJECTTYPE

This keyword is used to end the Object type block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDOBJECTTYPE None None None
Example ENDOBJECTTYPE None None None

Test Data

None.

Reference Image

None.

A.3.14 SETVARIN

This keyword is used to specify the parameter as a input parameter to the database procedure or function.

This keyword is used with these objects:

  • BOOLEAN

  • CHAR

  • DATE

  • INT

  • INTEGER

  • LONG

  • NUMBER

  • OBJECT_TYPE

  • RECORD_TYPE

  • TABLE_TYPE

  • VARCHAR

  • VARCHAR2

  • VARRAY_TYPE

A.3.14.1 BOOLEAN

The object type Boolean for the Setvarin keyword is used to provide True/False.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN BOOLEAN Procedure Parameter Name Procedure Parameter Name
Example SETVARIN BOOLEAN Validate P_VALIDATE

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name Specify True/False      
Example Validate TRUE      

Reference Image

None

A.3.14.2 CHAR

The object type Char for the Setvarin keyword is used to provide character data.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN CHAR Procedure Parameter Name Procedure Parameter Name
Example SETVARIN CHAR Enable Flag P_RI_BOM_ENABLED_FLAG

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name Specify character value      
Example Enable Flag T      

Reference Image

None

A.3.14.3 DATE

The object type Date for the Setvarin keyword is used to provide a Date value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN DATE Procedure Parameter Name Procedure Parameter Name
Example SETVARIN DATE Start Date START_DATE

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name Specify Date Specify Date Format    
Example Start Date #SYSDATE(1) DD–MON–YYYY    

Reference Image

None

A.3.14.4 INT

The object type Int for the Setvarin keyword is used to provide an Int value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN INT Procedure Parameter Name Procedure Parameter Name
Example SETVARIN INT Line Id LINE_ID

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Line Id 12      

Reference Image

None

A.3.14.5 INTEGER

The object type Integer for the Setvarin keyword is used to provide an Integer value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN INTEGER Procedure Parameter Name Procedure Parameter Name
Example SETVARIN INTEGER Applicationidin APPLICATIONIDIN

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Applicationidin 12345      

Reference Image

None

A.3.14.6 LONG

The object type Long for the Setvarin keyword is used to provide a Long Integer value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN LONG Procedure Parameter Name Procedure Parameter Name
Example SETVARIN LONG Comments P_COMMENTS

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Comments 1234567      

Reference Image

None

A.3.14.7 NUMBER

The object type Number for the Setvarin keyword is used to provide a Numeric value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN NUMBER Procedure Parameter Name Procedure Parameter Name
Example SETVARIN NUMBER Line Number LINE_NUMBER

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Line Number 245      

Reference Image

None.

A.3.14.8 OBJECT_TYPE

The object type ”OBJECT_TYPE” for the Setvarin keyword is used to provide an Object Type defined in the database.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Object Name

  • Attribute value – Database Object Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN OBJECT_TYPE Database Object Name Database Object Name
Example SETVARIN OBJECT_TYPE Event P_EVENT,@udt='WF_EVENT_T'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Object Name Specify Object type associated to it      
Example Event WF_EVENT_T      

Reference Image

None

A.3.14.9 RECORD_TYPE

The object type RECORD_TYPE for the Setvarin keyword is used to provide a Record Type defined in the database.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Record Name

  • Attribute value – Database Record Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN RECORD_TYPE Database Record Name Database Record Name
Example SETVARIN RECORD_TYPE Approverin APPROVERIN,@udt='AME_UTIL.APPROVERRECORD2'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Record Name Specify Record type associated to it      
Example Approverin APPROVERRECORD2      

Reference Image

None

A.3.14.10 TABLE_TYPE

The object type Table Type for the Setvarin keyword is used to provide a Table Type defined in database.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Table Name

  • Attribute value – Database Table Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN TABLE_TYPE Database Table Name Database Table Name
Example SETVARIN TABLE_TYPE Insertion Table P_INSERTION @udt='AME_UTIL.INSERTIONSTABLE2'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Table Name Specify Table type associated to it      
Example Insertion Table INSERTIONSTABLE2      

Reference Image

None

A.3.14.11 VARCHAR

The object type Varchar for the Setvarin keyword is used to provide character data of indeterminate length.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN VARCHAR Procedure Parameter Name Procedure Parameter Name
Example SETVARIN VARCHAR Transactiontypein TRANSACTIONTYPEIN

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Transactiontypein CREATE      

Reference Image

None

A.3.14.12 VARCHAR2

The object type Varchar2 for the Setvarin keyword is used to provide character data of specific length.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN VARCHAR2 Procedure Parameter Name Procedure Parameter Name
Example SETVARIN VARCHAR2 Transactionidin TRANSACTIONIDIN,@size='1000'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Transactionidin AS55234      

Reference Image

None

A.3.14.13 VARRAY_TYPE

The object type VARRAY_TYPE for the Setvarin keyword is used to provide a VArray Type defined in the database.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Varray Name

  • Attribute value – Database Varray Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVARIN VARRAY_TYPE Database Varray Name Database Varray Name
Example SETVARIN VARRAY_TYPE Tagid P_TAGID,@udt='WMS_EPC_TAGID_TYPE'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Varray Name Specify Varray type associated to it      
Example Tagid WMS_EPC_TAGID_TYPE      

Reference Image

None

A.3.15 SETVAROUT

This keyword is used to set the variable type.specify the parameter is a output parameter of the database procedure or function.

This keyword is used with these objects:

  • BOOLEAN

  • CHAR

  • DATE

  • INT

  • INTEGER

  • LONG

  • NUMBER

  • OBJECT_TYPE

  • RECORD_TYPE

  • TABLE_TYPE

  • VARCHAR

  • VARCHAR2

  • VARRAY_TYPE

A.3.15.1 BOOLEAN

The object type Boolean for the Setvarout keyword is used to get a Boolean output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT BOOLEAN Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT BOOLEAN Validate P_VALIDATE X_VALIDATE

Test Data

None

Reference Image

None

A.3.15.2 CHAR

The object type Char for the Setvarout keyword is used to get a character value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT CHAR Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT CHAR Enable Flag P_RI_BOM_ENABLED_FLAG X_ENABLE_FLAG

Test Data

None

Reference Image

None

A.3.15.3 DATE

The object type Date for the Setvarout keyword is used to get an output Date value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT DATE Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT DATE Start Date START_DATE X_STARTDATE

Test Data

None

Reference Image

None

A.3.15.4 INT

The object type Int for the Setvarout keyword is used to get an Int value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT INT Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT INT Line Id LINE_ID X_LINEID

Test Data

None

Reference Image

None

A.3.15.5 INTEGER

The object type Integer for the Setvarout keyword is used to get an Integer value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT INTEGER Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT INTEGER Applicationidin APPLICATIONIDIN X_APPLICATIONIDIN

Test Data

None

Reference Image

None

A.3.15.6 LONG

The object type Long for the Setvarout keyword is used to get a Long Integer value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT LONG Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT LONG Comments P_COMMENTS X_COMMENTS

Test Data

None.

Reference Image

None

A.3.15.7 NUMBER

The object type Number for the Setvarout keyword is used to get a Numeric value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT NUMBER Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT NUMBER Line Number LINE_NUMBER L_LINE_NUM

Test Data

None

Reference Image

None

A.3.15.8 OBJECT_TYPE

The object type ”Object_Type” for the Setvarout keyword is used to get an Object Type as output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Object Name

  • Attribute value – Database Object Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT OBJECT_TYPE Database Object Name Database Object Name Output Variable
Example SETVAROUT OBJECT_TYPE Event P_EVENT,@udt='WF_EVENT_T' X_EVENT

Test Data

None

Reference Image

None

A.3.15.9 RECORD_TYPE

The object type Record Type for the Setvarout keyword is used to get a Record Type as output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Record Name

  • Attribute value – Database Record Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT RECORD_TYPE Database Record Name Database Record Name Output Variable
Example SETVAROUT RECORD_TYPE Approverout APPROVEROUT,@udt='AME_UTIL.APPROVERRECORD2' X_APPROVEROUT

Test Data

None

Reference Image

None

A.3.15.10 TABLE_TYPE

The object type Table Type for the Setvarout keyword is used to get a Table Type as output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Table Name

  • Attribute value – Database Table Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT TABLE_TYPE DatabaseTable Name Database Table Name Output Variable
Example SETVAROUT TABLE_TYPE Insertion Table P_INSERTION @udt='AME_UTIL.INSERTIONSTABLE2' X_INSERTION

Test Data

None

Reference Image

None

A.3.15.11 VARCHAR

The object type Varchar forthe Setvarout keyword is used to get character data of indeterminate length as output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT VARCHAR Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT VARCHAR Transactiontypeout TRANSACTIONTYPEOUT X_TRANSACTIONTYPEOUT

Test Data

None

Reference Image

None

A.3.15.12 VARCHAR2

The object type Varchar2 for the Setvarout keyword is used to get character data of specific length as output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT VARCHAR2 Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT VARCHAR2 Transactionidout TRANSACTIONIDOUT,@size='1000' X_TRANSACTIONIDOUT

Test Data

None

Reference Image

None

A.3.15.13 VARRAY_TYPE

The object type VArray Type for the Setvarout keyword is used to get VArray Type as output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Varray Name

  • Attribute value – Database Varray Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT VARRAY_TYPE Database Varray Name Database Varray Name Output Variable
Example SETVAROUT VARRAY_TYPE Tagid P_TAGID,@udt='WMS_EPC_TAGID_TYPE' L_TAGID

Test Data

None

Reference Image

None

A.3.16 SETVARINOUT

This keyword is used to specify the parameter is used as both an input and output parameter to the database procedure or function.

This keyword is used with these objects:

  • BOOLEAN

  • CHAR

  • DATE

  • INT

  • INTEGER

  • LONG

  • NUMBER

  • OBJECT_TYPE

  • RECORD_TYPE

  • TABLE_TYPE

  • VARCHAR

  • VARCHAR2

  • VARRAY_TYPE

A.3.16.1 BOOLEAN

The object type Boolean for the Setvarinout keyword is used as both providing True/False and get output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT BOOLEAN Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVARINOUT BOOLEAN Validate P_VALIDATE X_VALIDATE

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name Specify True/False      
Example Validate TRUE      

Reference Image

None

A.3.16.2 CHAR

The object type Char for the Setvarinout keyword is used to provide character and get character output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT CHAR Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVARINOUT CHAR Enable Flag P_RI_BOM_ENABLED_FLAG X_ENAB LED_FLAG

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name Specify True/False      
Example Enable Flag T      

Reference Image

None

A.3.16.3 DATE

The object type Date for the Setvarinout keyword is used as both providing the Date value and get output Date value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT DATE Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVARINOUT DATE Start Date START_DATE X_STARTDATE

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Example Start Date #SYSDATE(1) DD–MON–YYYY    

Reference Image

None

A.3.16.4 INT

The object type Int for the Setvarinout keyword is used to provide and get an Int value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT INT Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVARINOUT INT Line Id LINE_ID X_LINEID

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Line Id 12      

Reference Image

None

A.3.16.5 INTEGER

The object type Integer for the Setvarinout keyword is used as both to provide and get an Integer value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT INTEGER Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVARINOUT INTEGER Applicationidin APPLICATIONIDIN X_APPLICATIONIDIN

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Applicationidin 12345      

Reference Image

None

A.3.16.6 LONG

The object type Long for the Setvarinout keyword is used to provide Long Integer value and get output value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT LONG Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVARINOUT LONG Comments P_COMMENTS X_COMMENTS

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Comments 1234567      

Reference Image

None

A.3.16.7 NUMBER

The object type Number for the Setvarinout keyword is used as both to provide data and get Numeric data.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT NUMBER Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVARINOUT NUMBER Line Number LINE_NUMBER X_LINE_NUM

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Line Number 245      

Reference Image

None

A.3.16.8 OBJECT_TYPE

The object type ”Object Type” for the Setvarinout keyword is used as both to provide and get Object Type.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Object Name

  • Attribute value – Database Object Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT OBJECT_TYPE Database Object Name Database Object Name Output Variable
Example SETVARINOUT OBJECT_TYPE Event P_EVENT,@udt='WF_EVENT_T' X_EVENT

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Object Name Specify Object type associated to it      
Example Event WF_EVENT_T      

Reference Image

None

A.3.16.9 RECORD_TYPE

The object type ”Record Type” for the Setvarinout keyword is used as both to provide and get Record Type.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Record Name

  • Attribute value – Database Record Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT RECORD_TYPE Database Record Name Database Record Name Output Variable
Example SETVARINOUT RECORD_TYPE Approverout APPROVEROUT,@udt='AME_UTIL.APPROVERRECORD2' X_APPROVEROUT

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Record Name Specify Record type associated to it      
Example Approverin APPROVERRECORD2      

Reference Image

None

A.3.16.10 TABLE_TYPE

The object type ”Table Type” forthe Setvarinout keyword is used as both to provide and get Table Type.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Table Name

  • Attribute value – Database Table Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT TABLE_TYPE DatabaseTable Name Database Table Name Output Variable
Example SETVAROUT TABLE_TYPE Insertion Table P_INSERTION @udt='AME_UTIL.INSERTIONSTABLE2' X_INSERTION

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Table Name Specify Table type associated to it      
Example Insertion Table INSERTIONSTABLE2      

Reference Image

None

A.3.16.11 VARCHAR

The object type Varchar for the Setvarinout keyword is used as both to provide and get character data of an indeterminate length.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVAROUT VARCHAR Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVAROUT VARCHAR Transactiontypeinout TRANSACTIONTYPEINOUT X_TRANSACTIONTYPEINOUT

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Transactiontypeinout CREATE      

Reference Image

None

A.3.16.12 VARCHAR2

The object type Varchar2 for the Setvarinout keyword is used as both to provide and get character data of a specific length.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT VARCHAR2 Procedure Parameter Name Procedure Parameter Name Output Variable
Example SETVARINOUT VARCHAR2 Transactionidinout TRANSACTIONIDINOUT,@size='1000' X_TRANSACTIONIDINOUT

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Transactionidin AS55234      

Reference Image

None

A.3.16.13 VARRAY_TYPE

The object type VArray Type for the Setvarinout keyword is used as both to provide and get VArray Type.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Varray Name

  • Attribute value – Database Varray Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value Output Parameter
Usage SETVARINOUT VARRAY_TYPE Database Varray Name Database Varray Name Output Variable
Example SETVARINOUT VARRAY_TYPE Tagid P_TAGID,@udt='WMS_EPC_TAGID_TYPE' L_TAGID

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Varray Name Specify Varray type associated to it      
Example Tagid WMS_EPC_TAGID_TYPE      

Reference Image

None

A.3.17 SETVAR

This keyword is used to specify the parameters of the User Defined Data type like Record, Table etc.

This keyword is used with these objects:

  • BOOLEAN

  • CHAR

  • DATE

  • INT

  • INTEGER

  • LONG

  • NUMBER

  • OBJECT_TYPE

  • RECORD_TYPE

  • VARCHAR

  • VARCHAR2

A.3.17.1 BOOLEAN

The object type Boolean for the Setvar keyword is used to provide True/False.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR BOOLEAN Procedure Parameter Name Procedure Parameter Name
Example SETVAR BOOLEAN Validate P_VALIDATE

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name Specify True/False      
Example Validate TRUE      

Reference Image

None

A.3.17.2 CHAR

The object type Char for the Setvar keyword is used to provide a Character value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR CHAR Procedure Parameter Name Procedure Parameter Name
Example SETVAR CHAR Enable Flag P_RC_BOM_ENABLED_FLAG

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name Specify Character value      
Example Enable Flag T      

Reference Image

None

A.3.17.3 DATE

The object type Date for the Setvar keyword is used to provide a Date value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR DATE Procedure Parameter Name Procedure Parameter Name
Example SETVAR DATE Start Date START_DATE

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Example Start Date #SYSDATE(1) DD–MON–YYYY    

Reference Image

None

A.3.17.4 INT

The object type Int for the Setvar keyword is used to provide an Int value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR INT Procedure Parameter Name Procedure Parameter Name
Example SETVAR INT Line Id LINE_ID

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Line Id 12      

Reference Image

None

A.3.17.5 INTEGER

The object type Integer for the Setvar keyword is used to provide an Integer value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR INTEGER Procedure Parameter Name Procedure Parameter Name
Example SETVAR INTEGER Applicationidin APPLICATIONIDIN

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Applicationidin 12345      

Reference Image

None

A.3.17.6 LONG

The object type Long for the Setvar keyword is used to provide a Long Integer value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR LONG Procedure Parameter Name Procedure Parameter Name
Example SETVAR LONG Comments P_COMMENTS

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Comments 1234567      

Reference Image

None

A.3.17.7 NUMBER

The object type Number for the Setvar keyword is used to provide a Numeric value.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR NUMBER Procedure Parameter Name Procedure Parameter Name
Example SETVAR NUMBER Line Number LINE_NUMBER

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Line Number 245      

Reference Image

None

A.3.17.8 OBJECT_TYPE

The object type ”OBJECT_TYPE” for the Setvar keyword is used to provide an Object Type defined in a database.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Object Name

  • Attribute value – Database Object Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR OBJECT_TYPE Database Object Name Database Object Name
Example SETVAR OBJECT_TYPE Event P_EVENT,@udt='WF_EVENT_T'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Object Name Specify Object type associated to it      
Example Event WF_EVENT_T      

Reference Image

None

A.3.17.9 RECORD_TYPE

The object type Record_Type for the Setvar keyword is used to provide a Record Type defined in a database.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Record Name

  • Attribute value – Database Record Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR RECORD_TYPE Database Record Name Database Record Name
Example SETVAR RECORD_TYPE Approverin APPROVERIN,@udt='AME_UTIL.APPROVERRECORD2'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Record Name Specify Record type associated to it      
Example Approverin APPROVERRECORD2      

Reference Image

None

A.3.17.10 VARCHAR

The object type Varchar for the Setvar keyword is used to provide Character data of indeterminate length.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR VARCHAR Procedure Parameter Name Procedure Parameter Name
Example SETVAR VARCHAR Transactiontypein TRANSACTIONTYPEIN

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Transactiontypein CREATE      

Reference Image

None

A.3.17.11 VARCHAR2

The object type Varchar2 for the Setvar keyword is used to provide Character data of a specific length.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Procedure Parameter Name

  • Attribute value – Procedure Parameter Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SETVAR VARCHAR2 Procedure Parameter Name Procedure Parameter Name
Example SETVAR VARCHAR2 Transactionidin TRANSACTIONIDIN,@size='1000'

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Procedure Parameter Name        
Example Transactionidin AS55234      

Reference Image

None

A.3.18 STARTROWITERATOR

This keyword is used to start the Row Iterate block. An Row Iterate block is used to repeat rows multiple times during flow Test Data.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Number of Rows

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTROWITERATOR None Number of Rows None
Example STARTROWITERATOR None Number of Rows None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Number of Rows        
Example Number of Rows 2      

Reference Image

None

A.3.19 ENDROWITERATOR

This keyword is used to end the Row Iterator block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDROWITERATOR None None None
Example ENDROWITERATOR None None None

Test Data

None

Reference Image

None

A.3.20 STARTBLOCK

This keyword is used to define the actual procedure call. This is used along with the BEGINCALL keyword.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTBLOCK None None None
Example STARTBLOCK None None None

Test Data

None

Reference Image

None

A.3.21 ENDBLOCK

This keyword is used to end the Start block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDBLOCK None None None
Example ENDBLOCK None None None

Test Data

None

Reference Image

None

A.3.22 SET

This keyword is used to define the database table column. This key word is used along with INSERT or SELECT keywords.

This keyword is used with these objects:

  • COLUMN

  • CONDITION

A.3.22.1 COLUMN

The Object Type Column for the Set keyword is used to set the value for a Database Table Column.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Column Name

  • Attribute value – Database Column Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SET COLUMN Database Column Name Database Column Name
Example SET COLUMN Organization Id ORGANIZATION_ID

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Database Column Name        
Example Organization Id 204      

Reference Image

None

A.3.22.2 CONDITION

The Object Type Condition for the Set keyword is used to specify the condition for a SQL query while retrieving the value from a Database.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Condition Details

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage SET CONDITION Condition Details None
Example SET CONDITION Condition Details None

Test Data

The following table provides details for entering Test Data.


Display Name Value 1 Value 2 Value 3 Value 4
Usage Condition Details Database Column Name Condition Column value Conditional Operator
Example Condition Details EMP_ID EQUAL 205 AND

Reference Image

None

A.3.23 INSERT

This Keyword is used to insert Database Row data into a Database Table.

This keyword is used with these objects:

  • TABLE

A.3.23.1 TABLE

The object type Table for Insert keyword is used to insert the row data into a Database table.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Database Table Name

  • Attribute value – Database Table Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage INSERT TABLE Database Table Name Database Table Name
Example INSERT TABLE PO Lines Interface Table PO_LINES_INTERFACE

Test Data

None

Reference Image

None

A.3.24 STARTQUERY

This keyword is used to start the Query block. A Query block is used to perform actions on database tables such as retrieving a value from a database table or inserting a record into a database table.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage STARTQUERY None None None
Example STARTQUERY None None None

Test Data

None

Reference Image

None

A.3.25 ENDQUERY

This keyword is used to end the Query block.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage ENDQUERY None None None
Example ENDQUERY None None None

Test Data

None

Reference Image

None

A.3.26 WS-STARTSTRUCTURE

This keyword is used to start Webservice structure. All the web service details should be defined within this keyword.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-STARTSTRUCTURE None None None
>Example WS-STARTSTRUCTURE None None None

Test Data

None

Reference Image

None

A.3.27 WS-ENDSTRUCTURE

This keyword is used to end the Webservice structure.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-ENDSTRUCTURE None None None
Example WS-ENDSTRUCTURE None None None

Test Data

None

Reference Image

None

A.3.28 WS-SETWEBSERVICENAME

This keyword is used to specify the WSDL details for the specific payload.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – WSDL Name

  • Attribute value – WSDL URL

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-SETWEBSERVICENAME None WSDL Name WSDL URL
Example sWS-SETWEBSERVICENAME None WSDL URL Static Part https://{{HOST}}:{{PORT}}/webservices/AppsWSProvider/oracle/apps/rrs/site/service/SiteService?wsdl

Test Data

None

Reference Image

None

A.3.29 WS-NODENAME

This keyword is used to specify the Node Name and its path from the payload.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Name

  • Attribute value – Node Attribute Value

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-NODENAME None NoneNode Name Node Attribute Value
Example WS-NODENAME None NoneWIP Mass Load soapenv:Header/ser:ServiceBean_Header

Test Data

None

Reference Image

None

A.3.30 WS-NODENAMEWITHATTRIBUTE

This keyword is used to specify the Node Name with attributes of the node from the payload.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Node display name

  • Attribute value – Node name and it's Attributes with Values

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-NODENAMEWITHATTRIBUTE None Node Name Node Name and it's Attribute Values
Example WS-NODENAMEWITHATTRIBUTE None Envelop soapenv:Envelope,@xmlns:ser="http://xmlns.oracle.com/apps/fnd/ServiceBean",@xmlns:ser1="http://xmlns.oracle.com/apps/rrs/site/service",@xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

Test Data

None

Reference Image

None

A.3.31 WS-PROCESSWSREQUEST

This keyword is used to start the payload structure.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – None

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-PROCESSWSREQUEST None None None
Example WS-PROCESSWSREQUEST None None None

Test Data

None

Reference Image

None

A.3.32 WS-PARENT

This keyword is used to specify the Parent Node for a specific node from the payload.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – None

  • Attribute value – Parent Node name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-PARENT NODE None Node Attribute ValueParent Node name
Example WS-PARENT NODE None soapenv:Envelope

Test Data

None

Reference Image

None

A.3.33 WS-SETXMLELEMENT

This keyword is used to define the Node Element.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Element Name

  • Attribute value – Element Name

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-SETXMLELEMENT None Element Name Element Name
Example WS-SETXMLELEMENT None responsibility_name ser:RESPONSIBILITY_NAME

Test Data

None

Reference Image

None

A.3.34 WS-OPERATIONNAME

This keyword is used to specify the operation defined in the WSDL.

Technical Details

Provide the following values for this keyword–object combination in the component:

  • Display name – Operation Name

  • Attribute value – Operation Value

Usage in Defining Components

The following table lists usage with example.


Keyword Object Display Name Attribute Value
Usage WS-OPERATIONNAME None Element Display NameOperation Name Element Attribute ValueOperation Value
Example WS-OPERATIONNAME None Operation Name SiteService_CreateSite

Test Data

None

Reference Image

None