Skip to content
  • About Me: Shailender Thallam
  • Contact
  • Oracle Apps Interview Questions
    • Ask a Question
  • About Me: Shailender Thallam
  • Contact
  • Oracle Apps Interview Questions
    • Ask a Question

MOAC – Oracle Apps ORG_ID, Multi Org Concept

  • by Shailender Thallam
  • February 5, 2012December 21, 2016
  • 5 Comments

Its quite obvious that an organization may have its operations in different locations of the globe which we call as operating units in-terms of oracle… Read More »MOAC – Oracle Apps ORG_ID, Multi Org Concept

Oracle SQL Query to list all Form Personalizations

  • by Shailender Thallam
  • February 4, 2012March 23, 2012

/********************************************************** *PURPOSE: To list all forms personalizations * *AUTHOR: Shailender Thallam * **********************************************************/ SELECT ffv.form_id , ffv.form_name , ffv.user_form_name , ffv.description "Form Description", ffcr.sequence ,… Read More »Oracle SQL Query to list all Form Personalizations

How to configure Oracle Forms Color

  • by Shailender Thallam
  • February 4, 2012February 4, 2012

There are two system profile options that can be used to change look and feel. Java Look and Feel & Java Color Scheme Java Look… Read More »How to configure Oracle Forms Color

Demobld.sql – Oracle Database seeded table scripts – EMP – DEPT – BONUS – SALGRADE – DUMMY

  • by Shailender Thallam
  • February 4, 2012
  • 1 Comment

— — Copyright (c) Oracle Corporation 1988, 2000. All Rights Reserved. — — NAME — demobld.sql — — DESCRIPTION — This script creates the SQL*Plus… Read More »Demobld.sql – Oracle Database seeded table scripts – EMP – DEPT – BONUS – SALGRADE – DUMMY

Oracle Script to Copy Responsibilites of one user account to another user account

  • by Shailender Thallam
  • February 4, 2012February 4, 2012

fnd_user_pkg.addresp is an Oracle Seeded API to add responsibilities to a user account. Added some logic to select responsibilities of one user to another user.… Read More »Oracle Script to Copy Responsibilites of one user account to another user account

Oracle Script to Create User Login Account

  • by Shailender Thallam
  • February 4, 2012
  • 2 Comments

Oracle has a seeded API fnd_user_pkg which has a procedure createuser which is used to create a user login account. Below is the sample script… Read More »Oracle Script to Create User Login Account

Information about Oracle APIs and How to find APIs of Oracle Modules?

  • by Shailender Thallam
  • February 3, 2012May 22, 2013
  • 1 Comment

Generally developers will be in need of APIs to add/modify data on existing tables but its a bit difficult task to find out APIs What… Read More »Information about Oracle APIs and How to find APIs of Oracle Modules?

SQL Query to findout information about a Concurrent Request

  • by Shailender Thallam
  • November 13, 2011
  • 3 Comments

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25… Read More »SQL Query to findout information about a Concurrent Request

Profile options for OAF Personalization

  • by Shailender Thallam
  • November 13, 2011March 23, 2012

Most of the times I forget the exact names of profile options related to OAF, so just for reference I am listing out here. •… Read More »Profile options for OAF Personalization

SQL Query to find out the status of Interface Mangers

  • by Shailender Thallam
  • October 28, 2011

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25… Read More »SQL Query to find out the status of Interface Mangers

  • « Previous
  • 1
  • …
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • Next »

Search on this Site

Popular Questions Asked

  • What is the difference between XML publisher and BI Publisher? asked by Questions Master
  • What is the difference between CASE and DECODE? asked by Questions Master
  • What are the different types of Sales Orders in Order Management? asked by Questions Master
  • Can you have multiple layout templates for a singe data template? asked by Questions Master
  • How to display the names of the employees who earn highest salary in their respective departments? asked by Questions Master

Categories

Recent Posts

  • Oracle ERP Cloud Instance Clone/Refresh Guidelines
  • ESS Request History with Time took to Run
  • Payload to Update AR Invoice DFF in Oracle ERP Cloud
  • Emails generated by Oracle ERP are delivered to customer/Supplier with from email address as “no-reply@oracle.com” instead of no-reply@client-DomainName.com
  • Oracle ERP Cloud SQL Query to find Bank Accounts Associated with a Supplier

OracleAppsDNA.com 2026 | All Posts on this blog are based on the views of the Author. Reproducing of articles without permission is prohibited.