Skip to content
Hustlers
View website Menu

Yearly Archives: 2013

  1. Home>
  2. 2013

Conversions in Oracle Apps

  • Post author:Aruna Malla
  • Post published:December 10, 2013
  • Post category:SQL
  • Post comments:1 Comment

This article concentrates on Data Conversion and Data Migration, and Interfaces. Data conversion/migration/interfaces are the mechanisms we use to load data to/from Oracle apps. When we need to enter data…

Continue ReadingConversions in Oracle Apps
Read more about the article the corresponding $SRS$.<concurrent program short name> is not compiled

the corresponding $SRS$. is not compiled

  • Post author:Aruna Malla
  • Post published:November 12, 2013
  • Post category:Uncategorized
  • Post comments:0 Comments

issue: -------- Sometimes Oracle Apps throws an error saying, the corresponding $SRS$.<concurrent program short name> is not compiled, please contact support administratorroot cause:  There will be a DFF created automatically…

Continue Readingthe corresponding $SRS$. is not compiled
Read more about the article Resolve Oracle Jinitiator 1.1.8.2 or higher error

Resolve Oracle Jinitiator 1.1.8.2 or higher error

  • Post author:Aruna Malla
  • Post published:October 28, 2013
  • Post category:Uncategorized
  • Post comments:0 Comments

At times we come across this error, while working on EBS R12 instances. Cause:  incompatible Jre version Solution: While launching Forms from the Windows desktop clients which are running on…

Continue ReadingResolve Oracle Jinitiator 1.1.8.2 or higher error

SOA for dummies

  • Post author:Aruna Malla
  • Post published:October 23, 2013
  • Post category:Uncategorized
  • Post comments:1 Comment

I have been searching for tutorials, blog articles over internet, about SOA. I came across this great link which explains SOA in pure and plain english.  Go through this link…

Continue ReadingSOA for dummies

Understanding the Object Version Number (OVN)

  • Post author:Aruna Malla
  • Post published:October 11, 2013
  • Post category:Oracle HCM Cloud - Jobs/Uncategorized
  • Post comments:0 Comments

Object Version Number is not a primary key, it indicates the version of a primary key row in a table. It certainly plays a major role in maintaining database concurrency  and…

Continue ReadingUnderstanding the Object Version Number (OVN)

Useful SQL queries in Oracle Apps

  • Post author:Aruna Malla
  • Post published:October 8, 2013
  • Post category:SQL
  • Post comments:2 Comments

To know the database version : select * from v$version; The below query displays all the locked tables in the given session: SELECT  owner         || '.'…

Continue ReadingUseful SQL queries in Oracle Apps
Read more about the article Person Deletion

Person Deletion

  • Post author:Aruna Malla
  • Post published:October 8, 2013
  • Post category:Uncategorized
  • Post comments:0 Comments

Person Deletion in EBS HRMS: -------------------------------- If you mistakenly save information in the People window, you can remove the person by selecting Delete Record ( the one with a penil…

Continue ReadingPerson Deletion