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

API to Purge/Delete Employee from HRMS application

  • by Shailender Thallam
  • July 3, 2013December 23, 2014

You can use API HR_PERSON_API.DELETE_PERSON to delete an employee(person) and the associated person related records. Example: DECLARE — Input Variables l_validate BOOLEAN := FALSE; l_effective_date… Read More »API to Purge/Delete Employee from HRMS application

How to submitt XMLP Report using a PL/SQL Script

  • by Shailender Thallam
  • July 3, 2013November 4, 2014
  • 1 Comment

Generally we use FND_REQUEST.SUBMIT_REQUEST to submit a concurrent program using a PL/SQL script. But we can not attach a layout to the concurrent request using… Read More »How to submitt XMLP Report using a PL/SQL Script

Global Temporary Tables in Oracle

  • by Shailender Thallam
  • July 2, 2013July 3, 2013

Global temporary table is also a similar table like normal Oracle table but the data in this table is session restricted. Such that data inserted… Read More »Global Temporary Tables in Oracle

How to use DML Statements in a Function

  • by Shailender Thallam
  • June 29, 2013

We can not place any DML statement inside a function simply and also a function with a DML statement cannot be used inside a SELECT… Read More »How to use DML Statements in a Function

PL/SQL Script to Submit a Concurrent Request from backend

  • by Shailender Thallam
  • June 26, 2013July 19, 2020
  • 4 Comments

We can submit a concurrent request from backend using fnd_request.submit_request API. Before submitting the API we need to set the environment context using fnd_global.apps_initialize 1… Read More »PL/SQL Script to Submit a Concurrent Request from backend

FAQs on Oracle Alerts

  • by Shailender Thallam
  • May 17, 2013May 17, 2013
  • 1 Comment

What are Oracle Alerts? Oracle Alert facilitates the flow of information within your organization by letting you create entities called alerts to monitor your business… Read More »FAQs on Oracle Alerts

PL/SQL Script to Add a Concurrent Program to a Request Group from backend

  • by Shailender Thallam
  • May 9, 2013September 4, 2015

We can not only create a concurrent program from backend but also assign the concurrent program to a Request Group by FND_PROGRAM.ADD_TO_GROUP api, below is… Read More »PL/SQL Script to Add a Concurrent Program to a Request Group from backend

PL/SQL Script to Create a Concurrent Program Parameter from backend

  • by Shailender Thallam
  • May 9, 2013July 9, 2013

We need to use FND_PROGRAM.PARAMETER api to create an concurrent program parameter from backend database, below is the sample script. Creating the Concurrent Program Parameter… Read More »PL/SQL Script to Create a Concurrent Program Parameter from backend

PL/SQL Script to Create a Concurrent Program from backend

  • by Shailender Thallam
  • May 9, 2013July 9, 2013

We need to use FND_PROGRAM.REGISTER api to create an concurrent program from backend database, below is the sample script. Creating the Concurrent Program from backend:… Read More »PL/SQL Script to Create a Concurrent Program from backend

Executable_from_Application

PL/SQL Script to Create an Executable from backend

  • by Shailender Thallam
  • May 1, 2013July 9, 2013

We need to use FND_PROGRAM.EXECUTABLE api to create an executable from backend database, below is the sample script. Creating the Executable from backed: /************************************************** *PURPOSE:… Read More »PL/SQL Script to Create an Executable from backend

  • « Previous
  • 1
  • …
  • 15
  • 16
  • 17
  • 18
  • 19
  • …
  • 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 2025 | All Posts on this blog are based on the views of the Author. Reproducing of articles without permission is prohibited.