Note : For More Information About This Article Please Download the Below Link
http://www.ziddu.com/download/15527264/Interfaces_and_Conversions_in_Oracle_Applications.pdf.html
Thanks,
Raju
Note : For More Information About This Article Please Download the Below Link
http://www.ziddu.com/download/15527264/Interfaces_and_Conversions_in_Oracle_Applications.pdf.html
Thanks,
Raju
Note : For More Information please download the below link
http://www.ziddu.com/download/15527101/RELEASE12UPGRADE.pdf.html
Thanks,
Raju
Note : For More Information please download the below link
http://www.ziddu.com/download/15525611/OracleAlerts2.pdf.html
Thanks,
Raju
Oracle Alerts
Contents
Chapter 1 : Overview of Oracle Alerts
Chapter 2 : Defining Alerts
Chapter 3 : Type of Alerts
Chapter 4 : Check the Alerts
OverView of Oracle Alerts:
Keep you informed of critical activity in your database
Deliver key information from your applications, in the format you choose
Provide you with regular reports on your database information
Automate system maintenance, and routine online tasks
Overview:
Oracle Alert is your complete exception control solution.
Oracle Alert facilitates the flow of information within your organization by letting you create entities called alerts to monitor your business information and to notify you of the information you want. You can define one of two types of alerts: an event alert or a periodic alert.
An event alert immediately notifies you of activity in your database as it occurs. When you create an event alert, you specify the following:
A database event that you want to monitor, that is, an insert and/or an update to a specific database table.
A SQL Select statement that retrieves specific database information as a result of the database event.
Actions that you want Oracle Alert to perform as a result of the database event. An action can entail sending someone an electronic mail message, running a concurrent program, running an operating script, or running a SQL statement script. You include all the actions you want Oracle Alert to perform, in an action set.
A periodic alert, on the other hand, checks the database for information according to a schedule you define. When you create a periodic alert, you specify the following:
A SQL Select statement that retrieves specific database information.
The frequency that you want the periodic alert to run the SQL statement.
Actions that you want Oracle Alert to perform once it runs the SQL statement. An action can entail sending the retrieved information to someone in an electronic mail message, running a concurrent program, running an operating script, or running a
SQL statement script.
==================
porting form
===================
cp XXXXSHIPCONTACT.fmb XXXXSHIPCONTACT_BKP_20APR10.fmb
cp XXXXSHIPCONTACT.fmb /u01/oracle/tst2appl/au/11.5.0/forms/US/XXXXSHIPCONTACT.fmb
cp XXXXSHIPCONTACT.fmb /u01/oracle/tst2appl/xxssft/forms/US/XXXXSHIPCONTACT.fmb
cp XXXXSHIPCONTACT.fmb $XXSSFT_TOP/forms/US/XXXXSHIPCONTACT.fmb
cd $AU_TOP/forms/US
cd $XXSSFT_TOP/forms/US
ls -lrt XXXXSHIPCONTACT*
ls -lrt $XXSSFT_TOP/forms/US/XXXXSHIPCONTACT*
ls -lrt /u01/oracle/tst2appl/xxssft/forms/US/XXXXSHIPCONTACT.fmx
FORMS60_PATH=$FORMS_60_PATH:$AU_TOP/forms/US
f60gen module =XXXX.fmb userid =apps/apps output_file=XXXXSHIPCONTACT.fmx module_type=form batch=no compile_all=special
f60gen module=XXXX.fmb userid=apps/apps output_file=$XXSSFT_TOP/forms/US/XXXX.fmx module_type=form batch=no compile_all=special
f60gen module =XXXX.fmb userid =apps/apps output_file=XXXX.fmx module_type=form batch=no compile_all=special
f60gen module =XXXX.fmb userid =apps/apps output_file=$XXSSFT_TOP/forms/US/XXXXOICPAF.fmx module_type=form batch=no compile_all=special
OE_ORDERS.Ship_To_Contact('WHEN-NEW-ITEM-INSTANCE');
OE_ORDERS.Ship_To_Contact('KEY-LISTVAL');
OE_ORDERS.Ship_To_Contact('WHEN-VALIDATE-ITEM');
OE_ORDERS.Ship_To_Contact('POST-TEXT-ITEM');
====================
Porting Custom.pll
====================
cd $AU_TOP/resource /u01/oracle/tst2appl/au/11.5.0/resource
cp CUSTOM.pll CUSTOM_11_May_10.pll
cp CUSTOM.plx CUSTOM_11_May_10.plx
ls -lrt CUSTOM*
put CUSTOM.pll
f60gen module=CUSTOM.pll userid=apps/apps output_file=CUSTOM.plx module_type=library batch=no compile_all=special
f60gen module=D2kwutil.pll userid=apps/apps output_file=D2kwutil.plx module_type=library batch=no compile_all=special