12.43 Business Components -Part 1
Add Footer Data while Creating Requisition
This Business Process allows users to add data in the footer part of the requisition form. It is composed of the following Business Components/Keywords.
Oracle_ClickTextField
This keyword allows you to click on the given text field .It takes Text field object as Object Input argument. It does not take any Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Text field Object from Object Repository. |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Destination Type |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Requestor |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Subinventory |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Source |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Supplier |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Contact |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Phone |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Organization |
Oracle_ClickTextField
This keyword allows you to click on the given text field .It takes Text field object as Object Input argument. It does not take any Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Text field Object from Object Repository. |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Location |
Oracle_TypeTextOnEditBox
This keyword is used to type text on the given edit box field.It takes edit box field object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Edit box field Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value to be typed in the edit box. |
Value |
Site |
Oracle_PressToolBarButton
This keyword is used to press ToolBar Button in the Oracle EBS application form.It takes toolbar object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Toolbar Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the value. |
Value |
Site |
Oracle_GetTextFromTextField
This keyword is used to retrieve the text from the Text field in the Oracle EBS application form.It takes text field object as Object Input argument. It doesn't take any Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Text field Object from Object Repository. |
Add Line Items while Creating Requisition
This Business Process allows users to add line items while creating requisition. It is composed of the following Business Components/Keywords.
Oracle_ClickCell
This keyword clicks on a specified table cell in the Oracle EBS application form. It takes two Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
24 |
Column |
|
Row |
Oracle_GetCellValue
This keyword retrieves the value of a specified table cell in the Oracle EBS application form. It takes two Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Column |
|
Row |
If
This keyword is used to implement conditional logic in your test case. It is mostly used in situations where you want make a test flow in which the Test steps are based on some conditions.
It does not take any Object Input Arguments. It can take 1-19 Data Input Arguments as per the requirement.
Data Input Arguments |
Required? |
Type |
Description |
Argument |
Yes |
String |
Enter the required Argument. |
Argument 1 |
GetCellValueToValidate |
Argument 2 |
> |
Argument 3 |
0 |
ReportMessage
This keyword prints the message specified by user with True/False status.It does not take any Object Input Argument.It takes message to be displayed for any true condition or False condition as per the requirement.
Data Input Arguments |
Required? |
Description |
Message |
Yes |
It takes any message to be displayed |
Status |
Yes |
Specify the Status that can either be True or False. |
Message |
Requisition Created Successfully !! |
Status |
True |
EndIf
This keyword is used to declare End of If block in your test case. It is always used with If statement.
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Item Type |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Requisition Item |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Rev |
Column |
|
Row |
Oracle_ClickCell
This keyword clicks on a specified table cell in the Oracle EBS application form. It takes two Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Rev |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Category |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Description |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Description |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
UOM |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
UOM |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Quantity |
Column |
|
Row |
Oracle_GetCellValue
This keyword retrieves the value of a specified table cell in the Oracle EBS application form. It takes two Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Column |
|
Row |
Oracle_GetCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Column |
No |
Enter the Column Name. |
Row |
No |
Enter the Row Name. |
Column |
|
Row |
1 |
ConvertToInteger
This keyword enters the input value to integer .It does not take any Object Input argument. It takes two Data Input Arguments.
Data Input Arguments |
Required? |
Description |
Input Value |
No |
Enter the Input Value. |
RoundOff |
No |
Enter True if the input value has to be round off else enter False. |
Input Value |
Quantity |
RoundOff |
False |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Price |
Column |
|
Row |
Oracle_GetCellValue
This keyword retrieves the value of a specified table cell in the Oracle EBS application form. It takes two Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Column |
|
Row |
Convert To Integer
This keyword enters the input value to integer .It does not take any Object Input argument. It takes two Data Input Arguments.
Data Input Arguments |
Required? |
Description |
Input Value |
No |
Enter the Input Value. |
RoundOff |
No |
Enter True if the input value has to be round off else enter False. |
Input Value |
Price |
Round Off |
False |
If
This keyword is used to implement conditional logic in your test case. It is mostly used in situations where you want make a test flow in which the Test steps are based on some conditions.
It does not take any Object Input Arguments. It can take 1-19 Data Input Arguments as per the requirement.
Data Input Arguments |
Required? |
Type |
Description |
Argument |
Yes |
String |
Enter the required Argument. |
Argument 1 |
Need By Date |
Argument 2 |
<> |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Need-By Date |
Column |
|
Row |
Else
This keyword is used to provide an alternative scenario to be executed; when IF condition fails. It is always executed along with “If” keyword. It does not take any Object or data input arguments.
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Future Date |
Column |
|
Row |
EndIf
This keyword is used to declare End of If block in your test case. It is always used with If statement.
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Amount |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Charge Account |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Secondary UOM |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Secondary Quantity |
Column |
|
Row |
Oracle_EnterCellValue
This keyword enters value in a specified table cell in the Oracle EBS application form. It takes three Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the table Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Value |
Yes |
Enter the Value. |
Column |
No |
Enter the Column Number. |
Row |
No |
Enter the Row Number. |
Value |
Grade |
Column |
|
Row |
Oracle_SelectCheckBox
This keyword checks the specified checkbox object as per given status(True/False) .It takes Checkbox object as Object Input argument. It takes one Data Input Arguments.
Object Input Arguments |
Required? |
Description |
Object |
Yes |
This keyword takes the Checkbox Object from Object Repository. |
Data Input Arguments |
Required? |
Description |
Status |
Yes |
Enter True if the checkbox has to be marked checked else enter false. |
Status |
True |
Create Requisition
This Business Process allows users to create a new requisition. It is composed of the following Business Components/Keywords.
If
This keyword is used to implement conditional logic in your test case. It is mostly used in situations where you want make a test flow in which the Test steps are based on some conditions.
It does not take any Object Input Arguments. It can take 1-19 Data Input Arguments as per the requirement.
Data Input Arguments |
Required? |
Type |
Description |
Argument |
Yes |
String |
Enter the required Argument. |
Argument 1 |
Platform |
Argument 2 |
= |
Argument 3 |
EBS |
Navigate To Purchase Superuser Requisition
This Business Process allows user to navigate on the desired function.
Add Line Items while Creating Requisition
This component allows user to add line items details.
Data Input Arguments |
Required? |
Description |
Num |
Yes |
Enter the Value of Num. |
Item Type |
Yes |
Enter the Value of Item Type. |
Requisition |
Yes |
Enter the Requisition of the Item. |
Rev |
Yes |
Enter the Rev. |
Category |
Yes |
Enter the Category. |
Description |
Yes |
Enter the Description. |
UOM |
Yes |
Enter the UOM. |
Quantity |
Yes |
Enter the Quantity. |
Price |
Yes |
Enter the Price. |
Need By Date |
Yes |
Enter the Date by which it is required. |
Amount |
Yes |
Enter the Amount. |
Charge Account |
Yes |
Enter the Charge Account. |
Secondary UOM |
Yes |
Enter the Secondary UOM. |
Secondary Quantity |
Yes |
Enter the Secondary Quantity. |
Grade |
Yes |
Enter the Grade. |
Reserved |
Yes |
Enter the Reserved. |
Num |
|
Item Type |
|
Requisition |
|
Rev |
|
Category |
|
Description |
|
UOM |
|
Quantity |
|
Price |
|
Need By Date |
|
Amount |
|
Charge Account |
|
Secondary UOM |
|
Secondary Quantity |
|
Grade |
|
Reserved |
Add Footer Data while Creating Requisition
This component allows user to add data in the footer part of the requisition form.
Data Input Arguments |
Required? |
Description |
Destination Type |
No |
Enter the Destination Type. |
Requestor |
No |
Enter the Name of the Requestor. |
Location |
Yes |
Enter the Location. |
Organization |
Yes |
Enter the Organization. |
Sub Inventory |
No |
Enter the Category Sub inventory . |
Source |
No |
Enter the Source. |
Supplier |
No |
Enter the Name of the Supplier. |
Site |
Yes |
Enter the Site. |
Contact |
No |
Enter the Contact. |
Phone |
No |
Enter the Phone. |
Category |
Yes |
Enter the category. |
Title |
Yes |
Enter the Title. |
Description |
Yes |
Enter the Description. |
Data Type |
Yes |
Enter the Data Type. |
File Name with Path |
Yes |
Enter the File Name with Path. |
Destination Type |
|
Requestor |
|
Location |
|
Organization |
|
Sub Inventory |
|
Source |
|
Supplier |
|
Site |
|
Contact |
|
Phone |
|
Category |
|
Title |
|
Description |
|
Data Type |
|
File Name with Path |
Requisition Direct Approval
This component allows same user to approve the requisition. It does not require any Object or Data Input Argument.
Validate Requisition Approval Status
This component allows user to check the status of the requisition which has been created.
Data Input Arguments |
Required? |
Description |
Find By Operating Unit |
Yes |
Enter the Operating Unit to be searched. |
Find By Requisition Number |
Yes |
Enter the Requisition Number to be searched. |
Find By Prepare |
Yes |
Enter the Name who has prepared the Requisition. |
Find By Buyer |
Yes |
Enter the Name of the Buyer. |
Find By Reference Number |
Yes |
Enter the Reference Number. |
Find By Type |
Yes |
Enter the Type. |
Find By Requester |
Yes |
Enter the Name of the Requester. |
Find By Modified |
Yes |
Enter the Name of the Modifier. |
Find By Import Source |
Yes |
Enter the Import Source. |
Find By Iine |
Yes |
Enter the Line. |
Find By Line Type |
Yes |
Enter the Line Type. |
Line Tab Item |
Yes |
Enter the Line Tab Item. |
Line Tab Category |
Yes |
Enter the Line Tab Category. |
Line Tab Description |
Yes |
Enter the Line Tab Description. |
Line Tab Supplier Item |
Yes |
Enter the Line Tab Supplier Item. |
Status Tab Approval |
Yes |
Enter the Status Tab Approval. |
Status Tab Control |
Yes |
Enter the Status Tab Control. |
Status Tab Reserved |
Yes |
Enter the Status Tab Reserved. |
Date Range Tab Creation Date From |
Yes |
Enter the Date Range Tab Creation Date From. |
Date Range Tab Creation Date To |
Yes |
Enter the Date Range Tab Creation Date To. |
Date Range Tab Creation Need By Date From |
Yes |
Enter the Date Range Tab Creation Need By Date From. |
Find By Operating Unit |
|
Find By Requisition Number |
|
Find By Prepare |
|
Find By Buyer |
|
Find By Reference Number |
|
Find By Type |
|
Find By Requester |
|
Find By Modified |
|
Find By Import Source |
|
Find By Iine |
|
Find By Line Type |
|
Line Tab Item |
|
Line Tab Category |
|
Line Tab Description |
|
Line Tab Supplier Item |
|
Status Tab Approval |
|
Status Tab Control |
|
Status Tab Reserved |
|
Date Range Tab Creation Date From |
|
Date Range Tab Creation Date To |
|
Date Range Tab Creation Need By Date From |
Close All Forms
This component allows user to close all the forms Opened in the Oracle EBS application.
Data Input Arguments |
Required? |
Description |
Skip |
Yes |
Enter the Forms to be skipped. |
Skip |
|
Else
This keyword is used to provide an alternative scenario to be executed; when IF condition fails. It is always executed along with “If” keyword. It does not take any Object or data input arguments.
Create Requisition
This component allows user to create the requisition.
Data Input Arguments |
Required? |
Description |
Select Required More Task |
Yes |
Mark the Select Required More Task. |
Line Type |
Yes |
Enter the Line Type. |
Item |
Yes |
Enter the Name of the Item. |
Revision |
Yes |
Enter the Revision Number. |
Item Description |
Yes |
Enter the Description of the Items. |
Category Name |
Yes |
Enter the Name of the Category. |
Quantity |
Yes |
Enter the Quantity. |
UOM Name |
Yes |
Enter the Name of tUOM |
Price |
Yes |
Enter the Price. |
Currency |
Yes |
Enter the Currency. |
Negotiation Required Checkbox |
Yes |
Mark the Negotiation Required Checkbox. |
Negotiated Checkbox |
Yes |
Mark the Negotiated Checkbox. |
Agreement |
Yes |
Enter the Agreement. |
New Supplier |
Yes |
Enter the Name of the New Supplier. |
Supplier |
Yes |
Enter the Name of Supplier. |
Requester |
Yes |
Enter the Name of Requester. |
Urgent |
Yes |
Enter the Urgency. |
Requested Delivery Date |
Yes |
Enter the Requested Delivery Date. |
Suggested Buyer |
Yes |
Enter the Suggested Buyer. |
Deliver-To-Location |
Yes |
Enter the Location to be delivered. |
Select Required More Task |
|
Line Type |
|
Item |
|
Revision |
|
Item Description |
|
Category Name |
|
Quantity |
|
UOM Name |
|
Price |
|
Currency |
|
Negotiation Required Checkbox |
|
Negotiated Checkbox |
|
Agreement |
|
New Supplier |
|
Supplier |
|
|