oracle-apps-fusion.blogspot.com oracle-apps-fusion.blogspot.com

oracle-apps-fusion.blogspot.com

Oracle Apps and fusion articles

The blog has some useful information for Oracle Applications/fusion developers and consultants.

http://oracle-apps-fusion.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ORACLE-APPS-FUSION.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.5 out of 5 with 12 reviews
5 star
7
4 star
4
3 star
1
2 star
0
1 star
0

Hey there! Start your review of oracle-apps-fusion.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

CONTACTS AT ORACLE-APPS-FUSION.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Oracle Apps and fusion articles | oracle-apps-fusion.blogspot.com Reviews
<META>
DESCRIPTION
The blog has some useful information for Oracle Applications/fusion developers and consultants.
<META>
KEYWORDS
1 posted by
2 gourishankar khangare
3 2 comments
4 labels adf
5 fusion
6 hrms
7 3 comments
8 appletbean settext appletcode ;
9 useful scripts
10 declare
CONTENT
Page content here
KEYWORDS ON
PAGE
posted by,gourishankar khangare,2 comments,labels adf,fusion,hrms,3 comments,appletbean settext appletcode ;,useful scripts,declare,begin,select person id,full name,full name' '%,end;,delete medical assessments,cursor c is,select *,loop,end loop;,apps
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Oracle Apps and fusion articles | oracle-apps-fusion.blogspot.com Reviews

https://oracle-apps-fusion.blogspot.com

The blog has some useful information for Oracle Applications/fusion developers and consultants.

INTERNAL PAGES

oracle-apps-fusion.blogspot.com oracle-apps-fusion.blogspot.com
1

Oracle Apps and fusion articles: September 2011

http://oracle-apps-fusion.blogspot.com/2011_09_01_archive.html

Oracle Apps and fusion articles. The blog has some useful information for Oracle Applications/fusion developers and consultants. Tuesday, September 20, 2011. Comparing OAF and ADF. We will compare OAF and ADF in the post. Similarities between OAF and ADF. Let us see the similarities between them. This will make OAF guys easier to understand ADF. The Model layer (considering MVC) of ADF is quite similar to ADF. It has same concepts on EO, VO, VL and AM. Differences between ADF and OAF. Oracle Apps Table R...

2

Oracle Apps and fusion articles: Oracle SQL Learnings

http://oracle-apps-fusion.blogspot.com/2009/12/other-learnings.html

Oracle Apps and fusion articles. The blog has some useful information for Oracle Applications/fusion developers and consultants. Thursday, December 17, 2009. NLS settings supports the globalization of the db instance. It has variety of parameters like NLS LANGUAGE, NLS TERRITORY etc. The settings can be done at three level database, instance and session level. Session level takes precedance over the other two. The NLS settings are stored in. NLS DATABASE PARAMETERS,. NLS INSTANCE PARAMETERS,.

3

Oracle Apps and fusion articles: October 2008

http://oracle-apps-fusion.blogspot.com/2008_10_01_archive.html

Oracle Apps and fusion articles. The blog has some useful information for Oracle Applications/fusion developers and consultants. Wednesday, October 22, 2008. To put data from csv file to a custom table. Following is the script. PROCEDURE load csv 2 cust table ( p file name IN VARCHAR2, p file path IN VARCHAR2 ) IS. L file UTL FILE.file type;. L file line VARCHAR2 (4000);. Temp line VARCHAR2(4000);. Csv col VARCHAR(4000);. Comma pos1 NUMBER(5);. Colon pos1 NUMBER(5);. Comma pos2 NUMBER(5);. Temp str := SU...

4

Oracle Apps and fusion articles: Comparing OAF and ADF

http://oracle-apps-fusion.blogspot.com/2011/09/comparing-oaf-and-adf.html

Oracle Apps and fusion articles. The blog has some useful information for Oracle Applications/fusion developers and consultants. Tuesday, September 20, 2011. Comparing OAF and ADF. We will compare OAF and ADF in the post. Similarities between OAF and ADF. Let us see the similarities between them. This will make OAF guys easier to understand ADF. The Model layer (considering MVC) of ADF is quite similar to ADF. It has same concepts on EO, VO, VL and AM. Differences between ADF and OAF. Oracle R12 Applicat...

5

Oracle Apps and fusion articles: Useful Queries

http://oracle-apps-fusion.blogspot.com/2010/01/useful-queries.html

Oracle Apps and fusion articles. The blog has some useful information for Oracle Applications/fusion developers and consultants. Monday, January 18, 2010. Get responsibilities where a particular concurrent program is registered. SELECT resp.responsibility name, cp.user concurrent program name. FROM apps.FND RESPONSIBILITY VL resp,. AppsFND REQUEST GROUP UNITS rgu,. AppsFND CONCURRENT PROGRAMS VL cp. WHERE resp.request group id = rgu.request group id. Pay element entries f peef ,. Per assignments f paf,.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

OTHER SITES

oracle-apprentice.blogspot.com oracle-apprentice.blogspot.com

Oracle Database - SQL Server Tricks and Tips

Oracle Database - SQL Server Tricks and Tips. Oracle Database and SQL Tuning. Saturday, March 11, 2017. Divide and Conquer Very Big Table. Index is not the ultimate to the fast table access. Most of the time when people dealing with the very large table which is more than billion rows, people tend to think that creating index for the this big table shall help data access. However, there are several techniques which database designer can exploit to speed up data access from the big table. Doing sample tab...

oracle-apps-dba.blogspot.com oracle-apps-dba.blogspot.com

Oracle Applications DBA Blog

Oracle Metalink - New *. Oracle Apps Technology Forums. Purge old files on Linux/Unix using “find” command. Upgrade Java plug-in (JRE) to the latest certified version. Corruption in redo log file when implementing Physical Standby. JRE Plug-in “Next-Generation” – Part II. JRE Plug-in “Next-Generation” – to migrate or not? How to enable trace for a CRM session. Oracle Database Resource Manager 11g - Undocumented New Parameters. How to enable SSL for Agile Proxy server. Audit users in Oracle Applications.

oracle-apps-dba.com oracle-apps-dba.com

Default Web Site Page

If you are the owner of this website, please contact your hosting provider: webmaster@oracle-apps-dba.com. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache.

oracle-apps-fusion.blogspot.com oracle-apps-fusion.blogspot.com

Oracle Apps and fusion articles

Oracle Apps and fusion articles. The blog has some useful information for Oracle Applications/fusion developers and consultants. Tuesday, September 20, 2011. Comparing OAF and ADF. We will compare OAF and ADF in the post. Similarities between OAF and ADF. Let us see the similarities between them. This will make OAF guys easier to understand ADF. The Model layer (considering MVC) of ADF is quite similar to ADF. It has same concepts on EO, VO, VL and AM. Differences between ADF and OAF. Position - per posi...

oracle-apps-presales.blogspot.com oracle-apps-presales.blogspot.com

Learnings of a Oracle Presales Consultant

Learnings of a Oracle Presales Consultant. Wednesday, August 25, 2010. Business Case: Re implement or Upgrade Oracle Applications. Business case: Upgrade Vs Re-implementation of Oracle Applications. Posted by Oracle Applications Presales Consultants Blog. Tuesday, August 24, 2010. SAP Vs Oracle Applications Comparison. Couple of Salient points of Oracle Applications. Which we usually emphasize in our presentations includes. Multi org Access Control). Oracle is better in Project Management Modules. Oracle...

oracle-apps-professionals-online.com oracle-apps-professionals-online.com

New Page

Welcome to Oracle Apps Professionals Online! This is a Social Network. Where Oracle Apps Professionals, such as yourself, can connect with peers in your field, to share knowledge, content, information, job openings, experience, a get-together at lunch anything! Gather all Your Friends and Colleagues. Once you complete the super simple 4 field registration process, and create a Profile for your self, you can start inviting your friends, to the network. You can embed Media content in your messages.

oracle-apps-support.blogspot.com oracle-apps-support.blogspot.com

oracle-apps-support

Friday, April 1, 2011. HRMS suite of Oracle applications is useful in managing the employees of an enterprise. Some of the major featues are capturing employee information, day to day employee management, time entry, performance capture and appraisals, capturing compensation information and managing payroll. Important modules within HRMS are. 8226; HR (Person, Assignment, work structures). 8226; Payroll (setting up compensation for employees, running payroll, paying employees). Person form captures the p...

oracle-apps-tech.blogspot.com oracle-apps-tech.blogspot.com

Oracle Applications - Gaurav Sehgal

Oracle Applications - Gaurav Sehgal. Wednesday, March 11, 2009. Oracle Advanced Benefit (OAB) Queries. I will try to give the basic queries without joining with plans or options or programs. So that everyone can understand the basic underlying conditions. Later on you can add all plan and program joins to add to the reports. Ben prtt enrt rslt f. P business group id. Enrt cvg strt dt. Enrt cvg thru dt. Enrt cvg thru dt. Prtt enrt rslt stat cd. You can use the following query for rates. Ben prtt rt val.

oracle-apps-technical.blogspot.com oracle-apps-technical.blogspot.com

Oracle Apps Technical

Hey Friends, The basic idea for creating this blog is to have a Technical information about Oracle Applications. To have one such place where you will have a TECHNO-FUNCTIONAL knowledge of Oracle Applications. Monday, June 30, 2008. DATA FLOW IN ORDER TO CASH. TECHNICAL DATA FLOW IN ORDER TO CASH. Received from customer in Order Management (Sales Order). OE ORDER HEADERS ALL. Select header id,. Transactional curr code,. Shipping method code,. Ship from org id,. Ship to org id,. Flow status code,. Where s...