OraPedia

Home » Posts tagged 'apps'

Tag Archives: apps

Attachments in Oracle E-Business Suite

Attachments in Oracle E-Business Suite

This article from  Oracle Apps Gurus

The article direct link  Attachments in Oracle

Summary

Attachments are used to link data such as images and word processing documents to your application data. To link non–structured data such as images, word processing documents, spreadsheets, web pages, or video to more structured application data.

Descriptive Flexfield Basics in Oracle Apps

Descriptive Flexfield Basics in Oracle Apps

This article from  Apps To Fusion

The article direct link  Descriptive Flexfield Basics in Oracle Apps

Summary

A training article on Descriptive flexfields.

ALERTS IN ORACLE APPS

ALERTS IN ORACLE APPS

This article from  Bhaskar Reddy Oracle Applications

The article direct link  ALERTS IN ORACLE APPS

Summary

Oracle Alert is your complete exception control solution. Alerts signal important or unexpected activity in your database. They ensure that you are regularly and quickly informed about critical database events instead of sorting through length reports.

How to find password of a User in Oracle Apps R12?

How to find password of a User in Oracle Apps R12?

This article from  Oracle Apps DNA

The article direct link  How to find password of a User in Oracle Apps R12?

Summary

Here is a wonderful oracle seeded Procedure fnd_web_sec.get_guest_username_pwd which will help us to find out user password. This will be handy for consultants in resolving the issues. Please use with this care and dont misuse this.

Oracle Apps Password Hack

Oracle Apps Password Hack

This article from  Apps LAB

The article direct link  Oracle Apps Password Hack

Summary

As you know the Oracle Apps Schema is the centralized schema to hold all the objects with all the grants. Sometimes in some unusual circumstances, the organization or DBA lacks of the knowledge of APPS password, then it really a very big issue to recover from the Database. As this password in Oracle Apps schema in an encrypted format. This article explain how you can hack this encrypted passwords.

Simple Steps to Find Password for an Application User in Oracle Applications

Simple Steps to Find Password for an Application User in Oracle Applications

This article from  Apps DBA

The article direct link  Simple Steps to Find Password for an Application User in Oracle Applications

Summary

This article guide you to know simple steps to find password for an application user in oracle applications.
you can download simple_steps_to_find_password_for_an_application_user_in_oracle_applications file from the following link:

simple_steps_to_find_password_for_an_application_user_in_oracle_applications.pdf

Attach Concurrent Program Output to an Apps Transaction using PL/SQL

Attach concurrent program output to an Apps transaction using PL/SQL

This article from  Oracle Maniacs’ Notes

The article direct link  Attach concurrent program output to an Apps transaction using PL/SQL

Summary

An interesting requirement came to me. I had to customize the PO workflow and after the workflow was approved I had to send the PO in PDF format to the supplier within an email. Oracle gives the option of sending the PO in PDF format to the supplier once the PO is approved. Once the PO is approved Oracle executes the program named, PO Output for Communication (POXPOPDF), saves it into the database, attaches it to the PO and sends this output as an attachment. The layout of the report can also be customized also. I shall discuss about this customization procedure in another post. The problem is that the standard report, PO Output for Communication, was unable to provide all the details.

Enable Attachment Button for an Oracle Apps Form

Enable attachment button for an Oracle Apps form

This article from  Oracle Maniacs’ Notes

The article direct link  Enable attachment button for an Oracle Apps form

Summary

All Oracle forms are not enabled to accept attachments, by default. We can enable the forms so that we can attach documents, URL, and also text as attachments for each record/transaction. I have demonstrated how to setup this functionality for the User form in Oracle.

Oracle Apps Standards in Reports Registration

Oracle Apps Standards in Reports Registration

This article from  BOGE PRASANTH REDDY ORACLE APPLICATIONS BLOG

The article direct link  Oracle Apps Standards in Reports Registration

Summary

This article gudie you to know the use of SRW.USR_EXIT in oracle apps standards in reports registration.