OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Oracle	Confidential	–	
Migrating	and	Managing

Customizations
Oracle	E-Business	Suite	R12.2
Santiago	Bastidas	
Senior	Principal	Product	Manager	
Application	Technology,	E-Business	Suite	Development	
Oct	27,	2015
October	25-29,	2015	
San	Francisco
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Safe	Harbor	Statement
The	following	is	intended	to	outline	our	general	product	direction.	It	is	intended	for	
information	purposes	only,	and	may	not	be	incorporated	into	any	contract.	It	is	not	a	
commitment	to	deliver	any	material,	code,	or	functionality,	and	should	not	be	relied	upon	
in	making	purchasing	decisions.	The	development,	release,	and	timing	of	any	features	or	
functionality	described	for	Oracle’s	products	remains	at	the	sole	discretion	of	Oracle.
3
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Program	Agenda
Customizations	12.1	vs	12.2	
Preparing	Customizations	for	12.2	Upgrade	
12.2	Upgrade	impact	to	Customizations	
Managing	Customizations	in	12.2	
Key	Takeaways
1
2
3
4
5
4
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Program	Agenda
Customizations	12.1	vs	12.2	
Preparing	Customizations	for	12.2	Upgrade	
12.2	Upgrade	impact	to	Customizations	
Managing	Customizations	in	12.2	
Key	Takeaways
1
2
3
4
5
5
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Customizations	in	E-Business	Suite
6
• Implemented	in	several	technologies	
• Installed	in	the	middle	tier	and	in	the	database	
• Database	customizations
• Deployed	in	custom	schemas	and	EBS	schemas	
• Could	have	dependencies	on	EBS	code
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
COMMON_TOP
Custom	Schemas
Customizations	Releases	12.1
7
Application	Tier Database
Application	Code
Custom	
Code
Web	Listener
OC4J
Oracle	Developer	10g
Application	Schemas
Application	Code
Custom	Code
Custom	Code
Application	Data	Model
Custom	Data	Model
APPL_TOP
Application	Code
Custom	
Code
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
COMMON_TOP
Custom	Schemas
Customizations	Releases	12.1
7
Application	Tier Database
Application	Code
Custom	
Code
Web	Listener
OC4J
Oracle	Developer	10g
Application	Schemas
Application	Code
Custom	Code
Custom	Code
Application	Data	Model
Custom	Data	Model
APPL_TOP
Application	Code
Custom	
Code
Forms	
Reports	
Scripts
OAF	
Java	
PLSQL	
Tables	
Indexes
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Oracle	E-Business	Suite	12.2	and	Online	Patching
8
Quick	High-level	Recap
E-Business Suite
12.2.3
Production
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Oracle	E-Business	Suite	12.2	and	Online	Patching
8
Quick	High-level	Recap
E-Business Suite
12.2.3
Production	 Copy	of	Production
E-Business	Suite	
12.2.3
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Oracle	E-Business	Suite	12.2	and	Online	Patching
8
Quick	High-level	Recap
• Copy	the	production	code,	including	customizations
• Apply	patches	to	the	copy
Patches	
				-	12.2.5	
				-	Customization	
				-	…
E-Business Suite
12.2.3
Production	 Copy	of	Production
E-Business	Suite	
12.2.3
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved. 9
Dual	File	System
Application	Tier
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
INST_TOP
COMMON_TOP
APPL_TOP
INST_TOP
COMMON_TOP
APPL_TOP
File	System	1 File	System	2
Oracle	E-Business	Suite	12.2	and	Online	Patching
Two	Complete	Copies	of	the	File	System
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Oracle	E-Business	Suite	12.2	and	Online	Patching
Edition-Based	Redefinition
10
• Efficiently	stores	multiple	copies	of	Application	
definitions	in	the	same	database	
• Provides	an	isolation	mechanism	(“Edition”)	that	
allows	pre-upgrade	and	post-upgrade	schemas	
to	co-exist		
• Client	code	chooses	the	particular	“Edition”	that	
it	wants	to	connect	to Edition-Based	
Redefinition
Run	EditionPatch	Edition
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Customizations	in	Oracle	E-Business	Suite	R12.2
• To	be	patched	Online	they	have	to	comply	with	Online	Patching:			
• Development	Standards	
• Patching	Procedures	
• Exist	in	both	file	systems	(dual	file	systems)	
• Custom	Schemas	with	dependencies	on	EBS	objects	must	be	editions-
enabled
11
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Customizations	in	Oracle	E-Business	Suite	R12.2
12
Custom	Schemas
Database
Application	Schemas
Application	Code
Custom	Code
Custom	Code
Application	Data	Model
Custom	Data	Model
COMMON_TOP
Application	Tier
Application	Code
Custom	
Code
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
APPL_TOP
Application	Code
Custom	
Code
COMMON_TOP
Application	Code
Custom	
Code
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
APPL_TOP
Application	Code
Custom	
Code
Data	Model	Logical	View
Data	Model	Logical	View
Editioned	DB	Schemas
Sync
Sync
Dual	File	System
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Program	Agenda
Customizations	12.1	vs	12.2	
Preparing	Customizations	for	12.2	Upgrade	
12.2	Upgrade	impact	to	Customizations	
Managing	Customizations	in	12.2	
Key	Takeaways
1
2
3
4
5
13
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved. 14
Decide	Which	Standards	Compliance	Level	to	Target
12.2	Development	Standards	for	Custom	Code
Minimal	
– Required,	minimal	set	of	standards	
must	be	met	for	custom	code	to	
operate	correctly	on	12.2	
Full	
– Optional,	additional	standards	must	be	
met	for	custom	code	to	be	Online	
Patchable	
Pre-Upgrade	Project	
•	Decision	is	based	on	importance	of	minimizing	downtime	
•	In	either	case,	EBS	Patches	are	always	applied	online
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Preparing	Customizations	for	the	12.2	Upgrade
15
Customizations	Upgrade	Project	
• Create	a	customizations	catalog	
• Analyze	and	Implement	code	
remediation	
• Deploy	revised	customizations	
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Customizations	Catalog
Make	sure	the	catalog	identifies	all	the	artifacts	
–Database	
–Middle	Tier	
–Technologies	Used	
• OAF,	Forms,	Reports,	Java,	PLSQL,	etc
16
Customizations	Upgrade	Project
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Application	Management	Suite	-	Customization	Management

Customizations	Catalog
• Discovery	&	reporting	of	inventory	
of		EBS	customizations	
• Ability	to	validate,	package	and	deploy	
customizations	across	EBS	instances	
• Over	200	customization	file	types	
supported	
• Interface	with	external	Source	Code	
Version	Control	systems	
• Validation	of	the	custom	objects	using:		
– Oracle	Defined	Standards	
– Optionally,	User	Defined	Standards	
• Validates	and	reports	readiness	of	
customizations	for	Online	Patching
17
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Utilities	available	for	the	Analysis
• Online	Patching	Readiness	Reports	
• All	sections	on	this	report	refer	to	Minimal	compliance	
• Online	Patching	Standards	Compliance	Report	
• Section	headers	indicate	the	type	of	compliance:	Minimal	or	Full	
Reports	are	available	as	standalone	patches	for	11i,	12.0,	12.1	and	12.2	
– Note:1531121.1		Using	the	Online	Patching	Readiness	Reports	in	Oracle	E-Business	Suite	Release	12.2
18
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Readiness	Reports
• Validate	Edition	Based	Redefinition	compliance	
• All	Sections	in	the	report	refer	to	Minimal	compliance	
• 12.2	Upgrade	will	automatically	address	most	custom	code	standards	violations	
contained	in	schemas	registered	with	the	application	
• Failure	to	address	standards	violations	will	result	in	Invalid	Custom	Code	after	the	R12.2	
Upgrade
19
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Readiness	Reports
ADZDPSUM.sql	
– Identifies	Custom	Schemas	with	objects	that	have	dependencies	on	EBS	Code	
– Generates	statements	to	register	identified	schemas	with	the	application	
ADZDPMAN.sql	
– Identifies	Objects	that	violate	the	Minimal	Compliance	standards	which	require	manual	intervention	
– Each	section	header	provides	a	description	of	standards	violation	and	how	to	fix	them	
ADZDPAUT.sql	
– Identifies	Objects	that	violate	the	Minimal	Compliance	standards	and	are	automatically	fixed	by	the	
Online	Patching	Enablement	process.	There	is	no	action	required	on	the	output	of	this	report
20
Reports
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Readiness	Report
Section	Headers	indicate	how	to	fix	the	standards	violations	
Sample	Report:	ADZDPMAN.sql	
DOC>		**********************************************************************	
DOC>		SECTION-1	
DOC>		**********************************************************************	
DOC>	
DOC>		MANUAL	FIX:	Objects	in	Non-EBS	schemas	that	depend	on	Editioned	
DOC>		Objects	of	EBS.	
DOC>	
DOC>		To	fix	these	violations,	do	one	of	the	following:	
DOC>	 -	Register	object	schema	(owner)	as	a	Custom	EBS	Schema,	please	refer	to	
DOC>	 		report	ADZDPSUM.sql	
DOC>	 -	Drop	object,	if	not	required	
DOC>	 -	Redefine	object	to	remove	dependency	
DOC>	 -	Move	the	object	to	a	registered	Custom	EBS	Schema
21
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Readiness	Reports
• Very	few	violations	require	manual	intervention	if	the	schema	is	registered	
with	the	application,	e.g.	
– Materialized	View	with	a	dependency	on	a	PLSQL	package	or	function	
– Use	of	LONG	and	LONG	RAW	columns	
• Report	output	will	direct	you	on	how	to	address	these	violations	
• Reports	applicable	during	the	preparation	to	the	12.2	upgrade
22
Summary
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Standards	Compliance	Report
• Validates	standards	applicable	to	Minimal	and	Full	Compliance	
• Section	headers	indicate	the	type	of	compliance:	Minimal	or	Full	
• Standards	include	
– Data	Model	Access	Pattern	
– Code	naming	standards	
– Special	Object	definition	requirements	(VPDs,	MVs)	
• Failure	to	address	these	standards	violations	could	result	in	
– Future	Code	invalidation	
– Inability	to	patch	Custom	Code	online	(Downtime	required	to	maintain	Custom	Code,	Full	Compliance)
23
Overview
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Standards	Compliance	Report
• All	code	must	access	the	data	
model	via	the	Logical	View	
(APPS	synonyms)
24
Data	Model	Access	Pattern
APPS EBS Schema
Synonym
EBS	Table
	EBS	Code	
	Custom	Code	
Pre-Upgrade	Project	
Pre-12.2	Database
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Standards	Compliance	Report
• All	code	must	access	the	data	
model	via	the	Logical	View	
(APPS	synonyms)
24
Data	Model	Access	Pattern
APPS EBS Schema
Synonym
EBS	Table
	EBS	Code	
	Custom	Code	
CUSTOM Schema
	Custom	Code	
Custom	Table
Pre-Upgrade	Project	
Pre-12.2	Database
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Standards	Compliance	Report
These	standards	allow	Online	Patching	to	automatically	manage	derived	
objects	
– Table	Names	must	be	unique	within	the	first	29	characters	
– Column	Names	must	be	unique	within	the	first	28	characters		
– Table	Names	cannot	end	with	the	“#”	character	
– Object	Names	must	end	in	alphanumeric	character	
– Index	names	must	contain	at	least	one	“_”	character	
– Constraint	Names	must	contain	at	least	one	“_”	character	
– Materialized	Views	Name	cannot	exceed	29	characters
25
Code	Naming	Standards
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Standards	Compliance	Report
• Table	name	cannot	end	with	a	“#”	character	
– Reason:	Editioning	View	name	matches	the	name	of	the	table	+	“#”	
• Column	name	may	only	use	“#”	as	last	character	
– Reason:	“#”	character	reserved	for	identifying	patched	columns
26
Code	Naming	Standards
ID FILED_BY STATUS STATUS#1
FND_CONCURRENT_REQUESTS
ID FILED_BY STATUS
FND_CONCURRENT_REQUESTS#
Editioning	View
Table
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Standards	Compliance	Report
– Included	as	part	of	the	Readiness	Reports	(gscc.pl)	
– Validates	Data	Model	Access	Pattern	in	middle	tier	source	code	
• Java	
• XML	
• SQL	
• PLSQL	
– Currently	working	on	enhancement	to	support	
• Oracle	Forms	
• Oracle	Reports
27
Application	Tier	Data	Model	Access	Pattern
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
• All	code	must	access	the	data	model	via	the	
Logical	View	(APPS	synonyms)
28
APPS EBS Schema
	E-Business	Code	
	Custom	Code
Synonym
EBS	Table
Pre-Upgrade	Project	
Custom
Schema
Custom	Table
Online	Patching	Standards	Compliance	Report
Application	Tier	Data	Model	Access	Pattern
Pre-12.2	Database
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Standards	Compliance	Report
29
Pre-Upgrade	Project	
• Section	headers	indicate	the	type	of	compliance:	Minimal	or	Full	
• Report:	ADZDDBCC.sql
DOC>		**********************************************************************	
DOC>		SECTION-10		[full]	
DOC>		**********************************************************************	
DOC>		"APPS	object	names	must	end	with	alphanumeric	character."	
DOC>	
DOC>			-	P2:	May	cause	object	name	conflicts	during	online	patching.	
DOC>									Use	of	special	characters	as	the	last	character	of	an	
DOC>									object	name	is	reserved	for	the	Online	Patching	tool.	
DOC>			-	Fix:	Change	the	object	name	to	use	an	ordinary	identifier	character	
DOC>									as	the	last	character:	A-Z	a-z	0-9	_	#	$	
DOC>			-	Unused	objects	can	be	ignored	or	dropped.	
DOC>#
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Online	Patching	Standards	Compliance	Report
• Violations	to	the	standards	can	be	very	easily	fixed,	do	not	require	
advanced	development	skills	
• Reports	applicable	during	the	preparation	to	the	12.2	Upgrade	and	to	
validate	future	customization	development
30
Summary
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Deploy	Revised	Customizations
• Compatible	with	any	pre-12.2	releases	
• Remediated	Code	could	be	
– Deployed	to	the	current	production	environment	(Preferred)	
– Deployment	can	be	deferred	to	the	upgrade	downtime
31
Customizations	Upgrade	Project
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
COMMON_TOP
E-Business	Suite	12.1	Instance	Ready	for	12.2	Upgrade
32
Application	Tier
Application	Code
Custom	
Code
Web	Listener
OC4J
Oracle	Developer	10g
APPL_TOP
Application	Code
Custom	
Code
Custom	
Code
Custom	
Code
Minimal|Full	Online	Patching	Compliant
Pre-Upgrade	Project	
Custom	Schemas
Database
Application	Schemas
Application	Code
Custom	Code
Custom	Code
Application	Data	Model
Custom	Data	Model
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Program	Agenda
Customizations	12.1	vs	12.2	
Preparing	Customizations	for	12.2	Upgrade	
12.2	Upgrade	impact	to	Customizations	
Managing	Customizations	in	12.2	
Key	Takeaways
1
2
3
4
5
33
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved. 34
R12.2	Technical	Upgrade	Process
Upgrade	
Database
Lay	down	
R12.2	File	
System
21
Enable	
Online	
Patching
4
Upgrade	To	
12.2.0
3
Deploy	
Customizations	and	
External	Integrations
6
Upgrade	to	
12.2.x	RUP
5
Configure	
System	to	
Production	
Capacity
7
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
R12.2	Technical	Upgrade	Process
35
Key	Stages	for	Customization	Migration
Lay	down	
R12.2	File	
System
21
Enable	
Online	
Patching
4
Upgrade	To	
12.2.0
3
Deploy	
Customizations	and	
External	Integrations
6
Upgrade	to	
12.2.x	RUP
5
Configure	
System	to	
Production	
Capacity
7
Upgrade	
Database
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
R12.2	Technical	Upgrade	Process
• Completely	New	Dual	File	System	
• Does	not	carry	over	any	code	from	pre-12.2	file	system
36
Lay	Down	R12.2	File	System
1 2 3 4 5 6 7
APPL_TOP
Oracle	E-Business	Suite	R12.2	
	Application	Tier
Application	Code
OHS	Web	Listener
Oracle	WebLogic	Server
Oracle	Developer	10g
COMMON_TOP
Application	Code
APPL_TOP
Application	Code
OHS	Web	Listener
Oracle	WebLogic	Server
Oracle	Developer	10g
COMMON_TOP
Application	Code
Rapid	
Wizard
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
R12.2	Technical	Upgrade	Process
This	process	is	Database	centric	
Before	running	this	process:	
– Deploy	any	remediated	database	code	not	deployed	in	the	preparation	project	
– Register	any	custom	schemas	identified	by	the	preparation	project		
– Re-run	Readiness	and	Database	Compliance	Reports	to	verify	customization	
compliance	prior	to	Enablement
37
Enable	Online	Patching
1 3 4 5 6 72
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
R12.2	Technical	Upgrade	Process
• High	level	steps	in	the	process	
– Prepares	all	the	database	code	for	editioning,	
	E-Business	Suite	code	+	Customizations	
– Enables	Editioning	on	E-Business	Suite	schemas	+	Previously	Registered	Custom	
schemas	
– Creates	the	Logical	View	of	the	Oracle	E-Business	Suite	and	Custom	Data	Models.		
• adop	replaces	adpatch	as	the	official	E-Business	Suite	patching	tool	from	
this	point	forward	
38
Enable	Online	Patching
1 3 4 5 6 72
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
R12.2	Technical	Upgrade	Process
39
Enable	Online	Patching
APPS EBS/Custom Schema
Synonym
	EBS	Code	
	Custom	Code	
EBS/Custom	Table	
Physical	Data	Model
User	Defined	
	Type
1 3 4 5 6 72
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
APPS_NE
R12.2	Technical	Upgrade	Process
39
Enable	Online	Patching
APPS EBS/Custom Schema
Synonym
	EBS	Code	
	Custom	Code	
EBS/Custom	Table	
Physical	Data	Model
User	Defined	
	Type
1 3 4 5 6 72
1. Prepares	Code	for	Editioning
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
APPS_NE
R12.2	Technical	Upgrade	Process
39
Enable	Online	Patching
APPS EBS/Custom Schema
Synonym
	EBS	Code	
	Custom	Code	
EBS/Custom	Table	
Physical	Data	Model
User	Defined	
	Type
1 3 4 5 6 72
1. Prepares	Code	for	Editioning
2. Enables	Editioning	on	Schemas	registered	with	EBS
Editioned Editioned Non-Editioned
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
APPS_NE
R12.2	Technical	Upgrade	Process
39
Enable	Online	Patching
APPS EBS/Custom Schema
Synonym
	EBS	Code	
	Custom	Code	
EBS/Custom	Table	
Physical	Data	Model
User	Defined	
	Type
1 3 4 5 6 72
Editioning	View
Editioning	View	
Logical	View
1. Prepares	Code	for	Editioning
2. Enables	Editioning	on	Schemas	registered	with	EBS
3. Creates	Logical	View
Editioned Editioned Non-Editioned
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
R12.2	Technical	Upgrade	Process
• Deploy	customizations	as	per	new	guidelines	
Note:1577661.1	Developing	and	Deploying	Customizations	in	Oracle	E-Business	Suite	Release	12.2	
• Key	differences	compared	to	prior	releases:	
– Register	custom	tops	with	adsplice	
– Register	your	custom	code	with	Custom	Synchronization	Driver	(adop_sync.drv)	to	
keep	custom	code	in	sync	between	file	systems	
– CUSTOM_TOP	must	reside	within	the	APPL_TOP
40
Deploy	Customizations	and	External	Integrations
1 3 5 6 72 4
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Deploy	Customizations
41
COMMON_TOP
Application	Tier
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
APPL_TOP
COMMON_TOP
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
APPL_TOP
Dual	File	Systems Edition	Enabled	Schemas
Application	Code
Application	Code
Application	Code
Application	Code
Custom	Schemas
Database
Application	Schemas
Application	Code
Custom	Code
Custom	Code
Application	Data	Model
Custom	Data	Model
Data	Model	Logical	View
Data	Model	Logical	View
1 3 5 6 72 4
Run Patch Run
Only	Applicable	during	12.2	Upgrade
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Deploy	Customizations
41
COMMON_TOP
Application	Tier
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
APPL_TOP
Custom	
Code
COMMON_TOP
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
APPL_TOP
Dual	File	Systems Edition	Enabled	Schemas
Application	Code
Custom	
Code
Application	Code
Application	Code
Application	Code
Custom	Schemas
Database
Application	Schemas
Application	Code
Custom	Code
Custom	Code
Application	Data	Model
Custom	Data	Model
Data	Model	Logical	View
Data	Model	Logical	View
1 3 5 6 72 4
Run Patch Run
Only	Applicable	during	12.2	Upgrade
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Deploy	Customizations
41
COMMON_TOP
Application	Tier
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
APPL_TOP
Custom	
Code
COMMON_TOP
Oracle	OHS	Web	Listener
WebLogic	Server
Oracle	Developer	10g
APPL_TOP
Sync
Sync
Dual	File	Systems Edition	Enabled	Schemas
Application	Code
Custom	
Code
Application	Code
Custom	
Code
Application	Code
Custom	
Code
Application	Code
Custom	Schemas
Database
Application	Schemas
Application	Code
Custom	Code
Custom	Code
Application	Data	Model
Custom	Data	Model
Data	Model	Logical	View
Data	Model	Logical	View
1 3 5 6 72 4
Run Patch Run
Only	Applicable	during	12.2	Upgrade
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Validating	Customization	after	12.2	Upgrade
42
Example:	Custom	APEX	Application	Upgrade
APEX	Workspace
APEX	
Engine
APEX_EBS_EXTENSION	Schema
APEX_040200	Schema
Grant	Select
Standard	published	EBS	APIs
APPS	Schema
Custom	APEX	Application	interacting	with	E-Business	Suite	12.1	via	public	APIs	
• APEX_EBS_EXTENSION	Schema	
• Identified	by	Readiness	Reports	
• Registered	with	the	application	prior	to	12.2	upgrade	
• Editions	Enabled	as	part	of	the	Upgrade	
• Custom	APEX	Workspace	fully	functional	after	the	12.2	upgrade	
• Review	the	APEX	certification	Whitepaper	for	more	details
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Program	Agenda
Customizations	12.1	vs	12.2	
Preparing	Customizations	for	12.2	Upgrade	
12.2	Upgrade	impact	to	Customizations	
Managing	Customizations	in	12.2	
Key	Takeaways
1
2
3
4
5
43
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Managing	Customizations	in	R12.2	
44
• Maintain	customizations	with	Online	Patching,	Full	
Compliance	
• New	R12.2	Development	and	Deployment	Process	
• New	R12.2	Development	Standards	
• Tools	to	help	manage	customizations
Customizations	in	R12.2
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Maintain	Customizations	with	Online	Patching	in	R12.2
• Customizations	are	deployed	during	the	Apply	phase	
• Deployment	instructions	available	in	Note:1577661.1
Custom	
Patch
Middle	Tier
Custom	
Code
patch
Custom	
Code
run run
Custom	
Code
patch
Custom	
Code
Customizations	in	R12.2	
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
Run PatchPrepare
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
Run PatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
Run PatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
Run PatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Patch
Application	Code
Custom	Code
Logical	View
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
Run PatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Patch
Application	Code
Custom	Code
Logical	View
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
Run PatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Patch
Application	Code
Custom	Code
Logical	View
Custom	Code
Application	Code
Application	Code
Custom	Code
Logical	View
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
Run PatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Patch
Application	Code
Custom	Code
Logical	View
Custom	Code
Application	Code
Application	Code
Custom	Code
Logical	View
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
Run PatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Patch
Application	Code
Custom	Code
Logical	View
Custom	Code
Application	Code
Application	Code
Custom	Code
Logical	View
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
RunPatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Patch
Application	Code
Custom	Code
Logical	View
Custom	Code
Application	Code
Application	Code
Custom	Code
Logical	View
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
RunPatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Patch
Application	Code
Custom	Code
Logical	View
Custom	Code
Application	Code
Application	Code
Custom	Code
Logical	View
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
Old Run
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Editioned	Schemas
46
Application	Tier
Custom	Code
Sync
Dual	File	Systems Schemas	Editions	Enabled
Application	Code
Custom	Code
Application	Code
Database
Application	Data	Model
Customizations	in	R12.2	
Maintain	Customizations	with	Online	Patching	in	R12.2
Technology	Stack Technology	Stack
Online	Patching	
Cycle
Apply
Finalize
Cutover
Cleanup
RunPatchPrepare
Apply
Finalize
Cutover
Cleanup
Prepare
Custom	Code
Application	Code
Patch
Application	Code
Custom	Code
Logical	View
Custom	Code
Application	Code
Application	Code
Custom	Code
Logical	View
Run
Custom	Code
Application	Code
Logical	View
EBS/Custom
Patches
Old Run
fs1 fs2
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
New	R12.2	Development	and	Deployment	Process
• Use	the	new	Development	and	Deployment	Process	for	future	
customizations	
• Reference:	1577661.1	Developing	and	Deploying	Customizations	in	
Oracle	E-Business	Suite	Release	12.2
47
Customizations	in	R12.2	
Full	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved. 48
Minimal	Compliance
R12.2	Development	and	Deployment	Process
}Extended	Cutover
• Customizations	Deployment	extend	the	Cutover	Phase	
• Deployment	targets	the	Run	File	system	and	Run	Edition	
Custom	
Patch
Middle	Tier
patch
Custom	
Code
run run
Custom	
Code
patch
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
R12.2	Development	and	Deployment	Process
• Minimal	set	of	development	standards	required	to	develop	new	
customizations	
• Data	Model	Access	Pattern	
• Deployment	of	customizations	extend	the	Cutover	Downtime	
• Deployment	targets	the	Run	File	System	and	Run	edition	of	the	database
49
Customizations	in	R12.2	
Minimal	Compliance
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Tools	to	Help	Manage	Customizations	in	R12.2
50
• Oracle	Applications	Manager	-	Patch	Wizard	
• Oracle	E-Business	Suite	Plug-in	for	Enterprise	Manager	
Cloud	Control
Customizations	in	R12.2
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved. 51
Patch	Wizard
Tools	to	Help	Manage	Customizations
Customizations	in	R12.2
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved. 51
Patch	Wizard
Tools	to	Help	Manage	Customizations
Customizations	in	R12.2
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Register	customized	files
51
Patch	Wizard
Tools	to	Help	Manage	Customizations
Analyze	impact	to	
customized	files
Customizations	in	R12.2
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved. 52
Patch	Wizard
Tools	to	Help	Manage	Customizations
Customizations	in	R12.2	
Direct,	Indirect	and	Customization	Impact	Analysis
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Perform	patch	impact	analysis	
on	recommended	patch	and	
prerequisites
52
Patch	Wizard
Tools	to	Help	Manage	Customizations
Customizations	in	R12.2	
Direct,	Indirect	and	Customization	Impact	Analysis
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Perform	patch	impact	analysis	
on	recommended	patch	and	
prerequisites
52
Patch	Wizard
Tools	to	Help	Manage	Customizations
Customizations	in	R12.2	
Direct,	Indirect	and	Customization	Impact	Analysis
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Perform	patch	impact	analysis	
on	recommended	patch	and	
prerequisites
52
Patch	Wizard
Tools	to	Help	Manage	Customizations
Customizations	in	R12.2	
Direct,	Indirect	and	Customization	Impact	Analysis
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Perform	patch	impact	analysis	
on	recommended	patch	and	
prerequisites
52
Patch	Wizard
Tools	to	Help	Manage	Customizations
Analyze	impact	to	
customizations
Customizations	in	R12.2	
Direct,	Indirect	and	Customization	Impact	Analysis
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Application	Management	Suite	-	Customization	Management

Customizations	Catalog
• Discovery	&	reporting	of	inventory	of		EBS	
customizations	
• Ability	to	validate,	package	and	deploy	
customizations	across	EBS	instances	
• Over	200	customization	file	types	
supported	
• Interface	with	external	Source	Code	
Version	Control	systems	
• Validation	of	the	custom	objects	using:		
– Oracle	Defined	Standards	
– Optionally,	User	Defined	Standards	
• Validates	and	reports	readiness	of	
customizations	for	Online	Patching
53
Pre-Upgrade	Project
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Program	Agenda
Customizations	12.1	vs	12.2	
Preparing	Customizations	for	12.2	Upgrade	
12.2	Upgrade	impact	to	Customizations	
Managing	Customizations	in	12.2	
Key	Takeaways
1
2
3
4
5
54
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Key	Takeaways
55
• Get	Familiar	with	the	new		R12.2	Architecture	
• Decide	which	standards	compliance	level	to	target	
• Create	an	upgrade	project	for	your	customizations	ahead	of	the	12.2	
Upgrade	
• Get	Familiar	with	the	Development	and	Deployment	Standards	for	
R12.2	
• Take	advantage	of	Online	Patching	to	deploy	your	customizations,	Full	
Compliance	
• Use	the	Right	Tools	to	Maintain	your	customizations
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Related	Sessions
Monday,	October	26,	2015
11:00	a.m.
CON8140	-	Planning	Your	Upgrade	to	Oracle	E-Business	Suite	12.2	
J.	Anne	Carlson,	Senior	Director,	Product	Strategy,	Oracle	E-Business	Suite,	Oracle
Moscone	
West—3022
56
Tuesday,	October	27,	2015
4:00	p.m.
CON8133	-	Online	Patching	with	Oracle	E-Business	Suite	12.2

Kevin	Hudson,	Senior	Director,	Oracle
Moscone	
West—3022
Wednesday,	October	28,	2015
11:00	a.m.
CON8127	-	Oracle	Enterprise	Manager	12c	Cloud	Control	for	Managing	Oracle	E-
Business	Suite	12.2

Angelo	Rosado,	Senior	Principal	Product	Manager,	Oracle
Moscone	
West—3022
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Safe	Harbor	Statement
The	preceding	is	intended	to	outline	our	general	product	direction.	It	is	intended	for	
information	purposes	only,	and	may	not	be	incorporated	into	any	contract.	It	is	not	a	
commitment	to	deliver	any	material,	code,	or	functionality,	and	should	not	be	relied	upon	
in	making	purchasing	decisions.	The	development,	release,	and	timing	of	any	features	or	
functionality	described	for	Oracle’s	products	remains	at	the	sole	discretion	of	Oracle.
57
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved. 58
OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2

More Related Content

PPTX
OCI Overview
PPT
Data power use cases
PPT
Oracle EPM/BI Overview
PPTX
Disaster Recovery Cook Book
PPTX
Cybersecurity Automation with OSCAL and Neo4J
PPTX
Cloud Oracle
PDF
Requirements management and IBM Rational Jazz solutions
PDF
EMC Documentum - xCP 2.x Updating Java Services
OCI Overview
Data power use cases
Oracle EPM/BI Overview
Disaster Recovery Cook Book
Cybersecurity Automation with OSCAL and Neo4J
Cloud Oracle
Requirements management and IBM Rational Jazz solutions
EMC Documentum - xCP 2.x Updating Java Services

What's hot (20)

PDF
Secure Virtual Private Cloud(VPC)를 활용한 보안성 강화와 비용절감 - 안경진 부장, 포티넷 코리아 :: AWS ...
PPTX
Architect your app modernization journey with containers on Microsoft Azure
PDF
A Practical Guide to Cloud Migration
PDF
ISO 27017 – What are the Business Advantages of Cloud Security?
PDF
Oracle GoldenGate Veridata 12cR2 セットアップガイド
PPTX
OCI Data Catalog Overview 2021年5月版
PDF
App Modernization
PPTX
Cloud workload migration guidelines
PPTX
Understanding cloud with Google Cloud Platform
PDF
Oracle Integration Cloud 概要(20200507版)
PDF
IBM MQ cloud architecture blueprint
PDF
Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...
PPTX
Azure security and Compliance
PPTX
Oracle E-Business Suite on Kubernetes Cluster
PDF
オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)
PPTX
IaaS - Infrastructure as a Service
PDF
IBM MQ Update, including 9.1.2 CD
PDF
A cloud readiness assessment framework
PPTX
Multi Cloud Architecture Approach
PDF
Microsoft Security - New Capabilities In Microsoft 365 E5 Plans
Secure Virtual Private Cloud(VPC)를 활용한 보안성 강화와 비용절감 - 안경진 부장, 포티넷 코리아 :: AWS ...
Architect your app modernization journey with containers on Microsoft Azure
A Practical Guide to Cloud Migration
ISO 27017 – What are the Business Advantages of Cloud Security?
Oracle GoldenGate Veridata 12cR2 セットアップガイド
OCI Data Catalog Overview 2021年5月版
App Modernization
Cloud workload migration guidelines
Understanding cloud with Google Cloud Platform
Oracle Integration Cloud 概要(20200507版)
IBM MQ cloud architecture blueprint
Use of ArchiMate at Colruyt Group (presentation by Brechtel Dero at the I.T. ...
Azure security and Compliance
Oracle E-Business Suite on Kubernetes Cluster
オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)
IaaS - Infrastructure as a Service
IBM MQ Update, including 9.1.2 CD
A cloud readiness assessment framework
Multi Cloud Architecture Approach
Microsoft Security - New Capabilities In Microsoft 365 E5 Plans
Ad

Viewers also liked (20)

PDF
Preparing for EBS R12.2-upgrade-full
PDF
10 tips for successful 12.2 upgrade
PDF
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
PDF
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
PDF
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
PDF
EBS 12.1 and 12.2 strategy-roadmap-given
PDF
Oracle e-business suite (ebs) r12.2.6 - new functionality
PPTX
Oracle EBS Upgrade to 12.2.5.1
PPT
Oracle_EBS
PPT
Automatic Attachment in Oracle Order Management
PDF
OOW15 - EBS Certification and Roadmap
PPT
Upgrading 11i E-business Suite to R12 E-business Suite
PDF
Oracle forms personalization
DOCX
Pytje ne Kontabilitet
PPT
Customizing Oracle EBS OA Framework
PPTX
E business suite r12.2 changes for database administrators
DOC
Kontabilitet Financiar
PDF
OOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
PPT
Bazat e kontabilitetit
PPT
Differences R12 Vs 11i.5.10
Preparing for EBS R12.2-upgrade-full
10 tips for successful 12.2 upgrade
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
EBS 12.1 and 12.2 strategy-roadmap-given
Oracle e-business suite (ebs) r12.2.6 - new functionality
Oracle EBS Upgrade to 12.2.5.1
Oracle_EBS
Automatic Attachment in Oracle Order Management
OOW15 - EBS Certification and Roadmap
Upgrading 11i E-business Suite to R12 E-business Suite
Oracle forms personalization
Pytje ne Kontabilitet
Customizing Oracle EBS OA Framework
E business suite r12.2 changes for database administrators
Kontabilitet Financiar
OOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
Bazat e kontabilitetit
Differences R12 Vs 11i.5.10
Ad

Similar to OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2 (20)

PDF
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
PDF
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
PDF
Going to R12? The Upgrading vs Reimplementing Decision
PDF
upgradingcustomization-atg-webcast-453863.pdf
PDF
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
PDF
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
PDF
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
PPTX
R12 upgrade webinar
PDF
E-Business Suite Customization Impact Assessment
PDF
OOW15 - personalize and extend oracle ebs for desktops and tablets
PPTX
Oracle ebs db platform migration
PDF
10 Tips for Successful 12.2 Upgrade
PDF
12.2 secure configureconsole_adop_changes_aioug_appsdba_nov17
PDF
Preparing forr12-140703020001-phpapp02
PDF
OOW15 - managing oracle e-business suite auditing and security
PPTX
IOUG Collaborate 2014 Auditing/Security in EM12c
PPT
Rapid Tools(swift_suite) intro
PDF
Ebs 121 cum_rcd_atg[1]
PDF
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
PDF
OOW15 - case study: oracle application management suite for oracle e-business...
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
Going to R12? The Upgrading vs Reimplementing Decision
upgradingcustomization-atg-webcast-453863.pdf
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
R12 upgrade webinar
E-Business Suite Customization Impact Assessment
OOW15 - personalize and extend oracle ebs for desktops and tablets
Oracle ebs db platform migration
10 Tips for Successful 12.2 Upgrade
12.2 secure configureconsole_adop_changes_aioug_appsdba_nov17
Preparing forr12-140703020001-phpapp02
OOW15 - managing oracle e-business suite auditing and security
IOUG Collaborate 2014 Auditing/Security in EM12c
Rapid Tools(swift_suite) intro
Ebs 121 cum_rcd_atg[1]
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
OOW15 - case study: oracle application management suite for oracle e-business...

More from vasuballa (20)

PDF
Securing Oracle EBS on Oracle Cloud Infrastructure_PPT_v2.pdf
PPTX
Using oracle cloud to speed up e business suite 12.2 upgrade
PDF
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
PPTX
Oracle EBS database upgrade to 12c
PPTX
EBS on Oracle Cloud
PDF
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
PDF
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
PDF
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
PDF
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
PDF
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
PDF
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
PDF
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
PDF
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
PDF
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
PDF
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
PDF
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
PDF
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
PDF
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
PDF
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
PDF
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
Securing Oracle EBS on Oracle Cloud Infrastructure_PPT_v2.pdf
Using oracle cloud to speed up e business suite 12.2 upgrade
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
Oracle EBS database upgrade to 12c
EBS on Oracle Cloud
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...

Recently uploaded (20)

PPTX
The various Industrial Revolutions .pptx
PPTX
Configure Apache Mutual Authentication
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
CloudStack 4.21: First Look Webinar slides
PDF
Flame analysis and combustion estimation using large language and vision assi...
DOCX
search engine optimization ppt fir known well about this
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Statistics on Ai - sourced from AIPRM.pdf
PDF
Consumable AI The What, Why & How for Small Teams.pdf
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
STKI Israel Market Study 2025 version august
PPT
What is a Computer? Input Devices /output devices
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Architecture types and enterprise applications.pdf
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
The various Industrial Revolutions .pptx
Configure Apache Mutual Authentication
Custom Battery Pack Design Considerations for Performance and Safety
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
The influence of sentiment analysis in enhancing early warning system model f...
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
CloudStack 4.21: First Look Webinar slides
Flame analysis and combustion estimation using large language and vision assi...
search engine optimization ppt fir known well about this
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
Final SEM Unit 1 for mit wpu at pune .pptx
Statistics on Ai - sourced from AIPRM.pdf
Consumable AI The What, Why & How for Small Teams.pdf
Credit Without Borders: AI and Financial Inclusion in Bangladesh
Module 1.ppt Iot fundamentals and Architecture
STKI Israel Market Study 2025 version august
What is a Computer? Input Devices /output devices
sustainability-14-14877-v2.pddhzftheheeeee
Architecture types and enterprise applications.pdf
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...

OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2