Oracle Apps Technical Related

Select * from oracle_apps_technical where level in ('Basic','Intermediate');

Tuesday, May 28, 2019

Making attachments as mandatory in OAF through CO Extension

›
The requirement is to stop the user from clicking next button in the TRAIN page if the attachment is not attached. The challenge i faced is...
1 comment:

How to get value from Message Styled Text in OAF page

›
There are 4 ways to get the value of MessageStyled text from OAF page in CO. First Option ========= Get the handler of the VO which is ...
Wednesday, March 12, 2014

API to add the responsibility to the user

›
bEGIN fnd_user_pkg.addresp(username => ' VINOTH ' ,resp_app => 'SYSADMIN' ,resp_key => 'SYSTEM_ADMI...
6 comments:
Friday, February 28, 2014

OM to AR and SC to AR Linking queries

›
OM to AR Table linkage ================== SELECT ooha.order_number      , oola.line_number so_line_number      , oola.ordered_item      ,...
9 comments:
Wednesday, October 30, 2013

OAF Controller Extension

›
How to extend a standard controller CO? I have a standard page in HRMS module and  have a business requirement to have additional check(V...
43 comments:
Tuesday, March 5, 2013

SQL Loader Control File

›
SQL Loader is a Oracle provided utility to load the data or records from any external systems. It can load .csv(Comma seperated values), P...
41 comments:
Wednesday, January 30, 2013

Phases of a Concurrent Program

›
When we run concurrent programs in Oracle applications. It follows the below phases to complete a program 1) Pending 2)Running 3)Complet...
6 comments:
›
Home
View web version
Powered by Blogger.