Quantcast
Channel: pacesettergraam
Browsing all 314 articles
Browse latest View live

Search Code in OAF

I was facing some Issues when I need was having a Query region. Date From date and To date was not having in Oracle To have a dependent restriction then query has to be executed Due to the above...

View Article


Oracle Apps PO Line Details Query with Org Restriction

Before Executing the query Execute apps Initialize in your SQL client. SELECT pha.po_header_id, pla.po_line_id, pha.segment1 po_number, pha.creation_date po_date, pha.currency_code currency, NVL...

View Article


Oracle Apps core LCM tables and query

LCM Shipment Headers (INL_SHIP_HEADERS_ALL) LCM Shipment Line Groups (INL_SHIP_LINE_GROUPS) LCM Shipment Lines (INL_SHIP_LINES_ALL) LCM Charge Lines (INL_CHARGE_LINES) LCM Tax Lines (INL_TAX_LINES)...

View Article

Image may be NSFW.
Clik here to view.

Adding Melpa to Emacs on Windows

I was new to Emacs and I thought to Install JDEE. So for Installing JDEE and I need Melpa. Melpa is a repo with more packages for Emacs. I checked in melpa site it was telling to insert a text into...

View Article

Adding JDEE to Emacs using Melpa

I was new to Emacs and was searching add on for Emacs and found JDEE. I have seen that from the JDEE can be installed from MELPA and I have added Melpa that is stable repo. But I was not able to find...

View Article


Image may be NSFW.
Clik here to view.

Installing and using JDEE in Emacs

I started to give a try to JDEE some days back. I don’t know how to Install/configure java in Emacs after so much searching and reading I was able to add MELPA. Then I was able to install JDEE from...

View Article

Few links in Global AI Bootcamp – 2019 @Chennai

I went to this Meetup in this weekend and there were many people who attended the session. We had some sessions related to Microsoft Azure Platform and some session about Machine Learning. We had a...

View Article

Image may be NSFW.
Clik here to view.

Workflow FYI Notification ends Cancelled Status

I had a Issue that in a Custom workflow the notification was going to cancelled status. As searched and checked the problem was Due to Revisit Option will be in Ignore. As Ignore was selected the...

View Article


Creating and Executing java file in Linux

Before executing ensure java is Installed and Properly configured Step 1: Create a java file I have created a java file named OafTraining.java public class OafTraining { public static void main(String...

View Article


Git working with Remote Repos

What we do is that we will fetch the repo, make changes then add another remote repo and push Create a folder Issue Command $ git clone <remote_repo> $ cd <repo_name> Make changes to the...

View Article

Image may be NSFW.
Clik here to view.

Adding a Package in Spacemacs – Emacs

Recently I have tried to add many packages using MELPA it worked before installing Spacemacs. Spacemacs is a library of layers which sits on top of Emacs. I have Installed spacemacs then the packages...

View Article

Image may be NSFW.
Clik here to view.

OAF in Workflow Notifcation

There are two ways to Include a OAF Page or Region in Workflow Notification that is by Link Embedding the Region I have created a simple Workflow process and I have deployed the OAF Page and...

View Article

Windows restarts while opening Virtual Box after installing Docker

I have faced this Issue that my windows 10 gets restarted while opening Virtual Box. Recently I have Installed docker and uninstalled it. But I was facing this Issue and then after searching I got the...

View Article


Installing Virtual Box Guest Additions in Manjaro i3 Edition

From your host Virtual Box Insert the Guest Additions CD Image. As a Pre-Requisite Install the Kernel Header as my Linux kernel is 5.4 series and so Im installing by the below command $sudo pacman -S...

View Article

Image may be NSFW.
Clik here to view.

dmenu in i3 failed while pressing $mod+d in Manjaro i3

I have recently Installed Manjaro i3 and then when tried to use $mod+d to invoke dmenu it was not working. After searching in the Internet I got the below info to execute dmenu_recency. How I came to...

View Article


Query/Link Between Oracle Apps Sourcing and Purchase Order(PO)

Below is the Query in for a High Level SELECT paha.award_status, pa.acceptance_type, pbh.contract_type, pha.segment1, — ap.vendor_name, — ap.vendor_id, — hp.address1, — hp.city, — hp.postal_code, —...

View Article

messageFileUpload and messageDownload in OAF

I got a Requirement to have attachment in the OAF page and to show the same in the Workflow. But when in Workflow while using the messageFileUpload there is clear option. As I was not able to disable...

View Article


Image may be NSFW.
Clik here to view.

Configuring DFF Read Only by OAF Personalization

To make certain fields read only and some fields as updatable do the below steps by personalization. Personalize the DFF Item Here as shown in the above picture select your segments and make as a text...

View Article

Changing columns to rows in oracle using unpivot

I got a requirement to join two tables and to get the desired rows that is to get the Enabled rows. One table is from the lookups and another from a custom table. As there is no relationship between...

View Article

Image may be NSFW.
Clik here to view.

Dynamic Train Region Handling in OAF

I got the codepack from my colleague and I will replacing him in the project. Then I got this requirement to show Train Region with 3 pages and for another one 2 pages. Initially it was three train...

View Article
Browsing all 314 articles
Browse latest View live