Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Step 1

From the Administration navigation pane, select Configuration> Universal Templates. The Universal Templates list displays.

Step 2

Click New. The Universal Template Details displays.

Html bobswift
<ul>
<li> In the Name field, enter <b>Oracle EBS</b>.
<li> In the Description field, enter <b>Oracle E-Business Suite Tasks</b>.
<li> In the Variable Prefix field, enter: <b>oebs</b>.
<li> In the Agent Type field, select <b>Linux/Unix</b>.
<li> In the Linux/Unix Script field, enter:

Panel

Html bobswift
<pre>
concsub ${credentialuser ("${ops_oebs_appscredential}")}/${_credentialPwd("${ops_oebs_appscredential}")} \
"${ops_oebs_respapp}" ${ops_oebs_respname} ${ops_oebs_username} \
WAIT=Y CONCURRENT FND FNDFMRTC \
PROGRAM_NAME= '"${ops_oebs_progname}
</pre>

Html bobswift

<li> In the Agent field, select a Linux/Unix agent on which the Universal Task based on this agent will run.
</ul>

Step 3

Optionally, in the Icon field, browse for an icon (PNG image, 48x48 pixels) to be used instead of the default icon for any Universal Tasks based on this Universal Template.
 
If you select an icon, the file name display next to the Browse button. When you save the Universal Template, the logo itself displays in the Icon field (see #Create Universal Template Fields, below).

Step 4

Click Save.

...

Step 1

Open the Oracle EBS template that you just created.
 

Step 2

Click the Fields tab to display an empty Fields list.
 

Step 3

Click New. The Field Details for a new Field displays.

Html bobswift
<ul>
<li> In the Name field, enter <b>appscredential</b>.
<li> In the Label field, enter <b>Oracle Application Credential</b>.
<li> In the Hint field, enter <b>Credential containing the Oracle Applications username and password.</b>.
<li> In the Type field, select <b>Text</b>.
<li> In the Required field, enter a check mark.
</ul

Step 4

Click Save to save the Field and re-display the Fields list.

Step 5

Click New and create four more Fields.

Html bobswift
<ul>
<li> Name = <b>respapp</b>.
<li> Label = <b>Responsibility Application</b>.
<li> Type = <b>Text</b>.
</ul>

Html bobswift
<ul>
<li> Name = <b>respname</b>.
<li> Label = <b>Responsibility Name</b>.
<li> Type = <b>Text</b>.
</ul>

Html bobswift
<ul>
<li> Name = <b>username</b>.
<li> Label = <b>Application User</b>.
<li> Type = <b>Text</b>.
</ul>

Html bobswift
<ul>
<li> Name = <b>progname</b>.
<li> Label = <b>Program Name</b>.
<li> Type = <b>Choice</b>.
<li> Default = <b>active users</b>
</ul>

Click Save to save each Field.

Step 6

When you save the progname field, the Choices tab is enabled so that you can define user-selectable Choices for that Field. An empty Choices list displays under the enabled Choices tab. Click New to display an empty Choice Details for a new Choice:

Html bobswift
<ul>
<li> In the Value field, enter <b>active users</b>.
<li> In the Label field, enter <b>Active Users</b>.
</ul>

Step 7

Click Save to save the Choice and then create two more Choices for the progname field:

Html bobswift
<ul>
<li> Value = <b>inactive users</b>.
<li> Label = <b>Inactive Users</b>.
</ul>

Html bobswift
<ul>
<li> Name = <b>temporary users</b>.
<li> Label = <b>Temporary Users</b>.
</ul>

Click Save to save each Field.

Step 8

Click the Field tab to re-display the Field Details, click the Close to return to the Fields list, and then click click the Universal Template tab to return to the Universal Template Details.

Step 9

Check the script to make sure that the variables for the five Fields that you created are in the following format: ops_<Variable Prefix>_<Field Name>. For example: ops_oebs_appscredential.

Step 10

Click Save to save the template.

...