SlideShare a Scribd company logo
1 of 84
Download to read offline
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Confidential	–	Oracle	
Migrating	and	Managing

Customizations
Oracle	E-Business	Suite	R12.2
Santiago	Bastidas	
Senior	Principal	Product	Manager	
Applications	Technology	
E-Business	Suite	Development	
Sept	22,	2016
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	in	EBS	12.1	vs	12.2	
Preparing	Customizations	for	the	EBS	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	in	EBS	12.1	vs	12.2	
Preparing	Customizations	for	the	EBS	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
Patch	Edition
Run	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		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	
– Custom	code	must	be		registered	with	Custom	Synchronization	Driver	(adop_sync.drv)	to	
keep	custom	code	in	sync	between	file	systems	
– CUSTOM_TOP	must	reside	within	the	APPL_TOP	
– New	in	AD&TXK	Delta.8:	
• File	system	delta	synchronization	available	
• 16	character	application	short	names	adsplice	support
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
Customizations	in	R12.2
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.
Functional	Help	Desk	Services	
• Oracle	SPOC	Incident	&	Problem	
Management	
• Minor	CEMLI	enhancement	(legacy)	
• Apps	Cloud	Extensions	on	PaaS	
• Continual	Service	Improvement
Cloud	Integration	&	Custom	Services	
• Managed	Cloud	Integration	Service	
(MCIS)	Setup	
• CEMLI	Migration	
• CEMLI	Advisory	
• Cloud	DR	Testing	Support
Technical	Administration	
• Non-Certified	Configuration	Oracle	
Applications	
• Oracle	Technology	
• 3
rd
	Party	Products	on	Oracle	
• @	Customer,	@	Oracle,	Oracle	Tech	Cloud	
Automated	Testing	Support	
• Regression	Testing	
• Oracle	Applications	Testing	Suite-
based	
• Performance	Testing	
• Leverage	for	UPK-based	training
OMCS	-	Oracle	Functional	Services

Maximizing	Value	for	Hybrid	Cloud	Deployments

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
55
Copyright	©	2015,	Oracle	and/or	its	affiliates.	All	rights	reserved.
Key	Takeaways
56
• Get	Familiar	with	the	new		R12.2	Architecture	
• Decide	the	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.
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
Manage Customizations for EBS 12.2 Upgrade

More Related Content

What's hot

OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...vasuballa
 
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...vasuballa
 
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]vasuballa
 
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2vasuballa
 
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...vasuballa
 
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...vasuballa
 
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]vasuballa
 
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]vasuballa
 
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...vasuballa
 
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...vasuballa
 
OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]
OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]
OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]vasuballa
 
OOW15 - Oracle E-Business Suite Integration Best Practices
OOW15 - Oracle E-Business Suite Integration Best PracticesOOW15 - Oracle E-Business Suite Integration Best Practices
OOW15 - Oracle E-Business Suite Integration Best Practicesvasuballa
 
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...vasuballa
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...vasuballa
 
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...vasuballa
 
How to downscope your EBS upgrade project
How to downscope your EBS upgrade projectHow to downscope your EBS upgrade project
How to downscope your EBS upgrade projectpanayaofficial
 
OOW15 - Advanced Architectures for Oracle E-Business Suite
OOW15 - Advanced Architectures for Oracle E-Business SuiteOOW15 - Advanced Architectures for Oracle E-Business Suite
OOW15 - Advanced Architectures for Oracle E-Business Suitevasuballa
 
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...vasuballa
 
OOW15 - Maintenance Strategies for Oracle E-Business Suite
OOW15 - Maintenance Strategies for Oracle E-Business SuiteOOW15 - Maintenance Strategies for Oracle E-Business Suite
OOW15 - Maintenance Strategies for Oracle E-Business Suitevasuballa
 

What's hot (19)

OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
 
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
 
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
 
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
 
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
 
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
 
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
 
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
 
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
 
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
 
OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]
OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]
OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]
 
OOW15 - Oracle E-Business Suite Integration Best Practices
OOW15 - Oracle E-Business Suite Integration Best PracticesOOW15 - Oracle E-Business Suite Integration Best Practices
OOW15 - Oracle E-Business Suite Integration Best Practices
 
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
OOW16 - Oracle E-Business Suite Information Discovery: Your Journey to the Cl...
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
 
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
 
How to downscope your EBS upgrade project
How to downscope your EBS upgrade projectHow to downscope your EBS upgrade project
How to downscope your EBS upgrade project
 
OOW15 - Advanced Architectures for Oracle E-Business Suite
OOW15 - Advanced Architectures for Oracle E-Business SuiteOOW15 - Advanced Architectures for Oracle E-Business Suite
OOW15 - Advanced Architectures for Oracle E-Business Suite
 
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
OOW16 - Oracle Enterprise Manager 13c Cloud Control for Managing Oracle E-Bus...
 
OOW15 - Maintenance Strategies for Oracle E-Business Suite
OOW15 - Maintenance Strategies for Oracle E-Business SuiteOOW15 - Maintenance Strategies for Oracle E-Business Suite
OOW15 - Maintenance Strategies for Oracle E-Business Suite
 

Similar to Manage Customizations for EBS 12.2 Upgrade

OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2
OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2
OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2vasuballa
 
Application Development with Oracle Database
Application Development with Oracle DatabaseApplication Development with Oracle Database
Application Development with Oracle Databasegvenzl
 
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2vasuballa
 
OOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and RoadmapOOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and Roadmapvasuballa
 
MySQL Enterprise Edition
MySQL Enterprise EditionMySQL Enterprise Edition
MySQL Enterprise EditionMark Swarbrick
 
Oracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesOracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesMarkus Michalewicz
 
MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3Mark Swarbrick
 
MAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMarkus Michalewicz
 
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...vasuballa
 
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]vasuballa
 
OOW15 - managing oracle e-business suite auditing and security
OOW15 - managing oracle e-business suite auditing and securityOOW15 - managing oracle e-business suite auditing and security
OOW15 - managing oracle e-business suite auditing and securityvasuballa
 
MOUG17 Keynote: What's New from Oracle Database Development
MOUG17 Keynote: What's New from Oracle Database DevelopmentMOUG17 Keynote: What's New from Oracle Database Development
MOUG17 Keynote: What's New from Oracle Database DevelopmentMonica Li
 
Otn siebel obrm integration
Otn siebel obrm integrationOtn siebel obrm integration
Otn siebel obrm integrationKasi Viswanathan
 
MySQL Group Replication
MySQL Group ReplicationMySQL Group Replication
MySQL Group ReplicationMark Swarbrick
 
Staab_Michael_2016 (refresh)
Staab_Michael_2016 (refresh)Staab_Michael_2016 (refresh)
Staab_Michael_2016 (refresh)mstaab
 
No sql from the web’s favourite relational database MySQL
No sql from the web’s favourite relational database MySQLNo sql from the web’s favourite relational database MySQL
No sql from the web’s favourite relational database MySQLMark Swarbrick
 
Database_Release_Model_and_Upgrade_Webcast_July_31_2019.pdf
Database_Release_Model_and_Upgrade_Webcast_July_31_2019.pdfDatabase_Release_Model_and_Upgrade_Webcast_July_31_2019.pdf
Database_Release_Model_and_Upgrade_Webcast_July_31_2019.pdfmghomri1
 
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...Trivadis
 
MySQL Shell - The DevOps Tool for MySQL
MySQL Shell - The DevOps Tool for MySQLMySQL Shell - The DevOps Tool for MySQL
MySQL Shell - The DevOps Tool for MySQLMiguel AraĂşjo
 
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdfCON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdfmbkapps1
 

Similar to Manage Customizations for EBS 12.2 Upgrade (20)

OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2
OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2
OOW15 - Migrating and Managing Customizations for Oracle E-Business Suite 12.2
 
Application Development with Oracle Database
Application Development with Oracle DatabaseApplication Development with Oracle Database
Application Development with Oracle Database
 
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
 
OOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and RoadmapOOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and Roadmap
 
MySQL Enterprise Edition
MySQL Enterprise EditionMySQL Enterprise Edition
MySQL Enterprise Edition
 
Oracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesOracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New Features
 
MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3
 
MAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMAA - Best Practices for the Cloud
MAA - Best Practices for the Cloud
 
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
 
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
 
OOW15 - managing oracle e-business suite auditing and security
OOW15 - managing oracle e-business suite auditing and securityOOW15 - managing oracle e-business suite auditing and security
OOW15 - managing oracle e-business suite auditing and security
 
MOUG17 Keynote: What's New from Oracle Database Development
MOUG17 Keynote: What's New from Oracle Database DevelopmentMOUG17 Keynote: What's New from Oracle Database Development
MOUG17 Keynote: What's New from Oracle Database Development
 
Otn siebel obrm integration
Otn siebel obrm integrationOtn siebel obrm integration
Otn siebel obrm integration
 
MySQL Group Replication
MySQL Group ReplicationMySQL Group Replication
MySQL Group Replication
 
Staab_Michael_2016 (refresh)
Staab_Michael_2016 (refresh)Staab_Michael_2016 (refresh)
Staab_Michael_2016 (refresh)
 
No sql from the web’s favourite relational database MySQL
No sql from the web’s favourite relational database MySQLNo sql from the web’s favourite relational database MySQL
No sql from the web’s favourite relational database MySQL
 
Database_Release_Model_and_Upgrade_Webcast_July_31_2019.pdf
Database_Release_Model_and_Upgrade_Webcast_July_31_2019.pdfDatabase_Release_Model_and_Upgrade_Webcast_July_31_2019.pdf
Database_Release_Model_and_Upgrade_Webcast_July_31_2019.pdf
 
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
Trivadis TechEvent 2017 Leveraging the Oracle Cloud by Kris Bhanushali tech_e...
 
MySQL Shell - The DevOps Tool for MySQL
MySQL Shell - The DevOps Tool for MySQLMySQL Shell - The DevOps Tool for MySQL
MySQL Shell - The DevOps Tool for MySQL
 
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdfCON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
CON6324_EBS_122_Beyond_Online_Patching_OOW2017_PUBLISHED.pdf
 

More from vasuballa

Oracle E-Business Suite on Kubernetes Cluster
Oracle E-Business Suite on Kubernetes ClusterOracle E-Business Suite on Kubernetes Cluster
Oracle E-Business Suite on Kubernetes Clustervasuballa
 
Using oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgradeUsing oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgradevasuballa
 
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
Securing oracle e-business suite 12.1 and 12.2 technology infrastructureSecuring oracle e-business suite 12.1 and 12.2 technology infrastructure
Securing oracle e-business suite 12.1 and 12.2 technology infrastructurevasuballa
 
Oracle EBS database upgrade to 12c
Oracle EBS database upgrade to 12cOracle EBS database upgrade to 12c
Oracle EBS database upgrade to 12cvasuballa
 
EBS on Oracle Cloud
EBS on Oracle CloudEBS on Oracle Cloud
EBS on Oracle Cloudvasuballa
 
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....vasuballa
 
My Oracle Support
My Oracle SupportMy Oracle Support
My Oracle Supportvasuballa
 

More from vasuballa (7)

Oracle E-Business Suite on Kubernetes Cluster
Oracle E-Business Suite on Kubernetes ClusterOracle E-Business Suite on Kubernetes Cluster
Oracle E-Business Suite on Kubernetes Cluster
 
Using oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgradeUsing oracle cloud to speed up e business suite 12.2 upgrade
Using oracle cloud to speed up e business suite 12.2 upgrade
 
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
Securing oracle e-business suite 12.1 and 12.2 technology infrastructureSecuring oracle e-business suite 12.1 and 12.2 technology infrastructure
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
 
Oracle EBS database upgrade to 12c
Oracle EBS database upgrade to 12cOracle EBS database upgrade to 12c
Oracle EBS database upgrade to 12c
 
EBS on Oracle Cloud
EBS on Oracle CloudEBS on Oracle Cloud
EBS on Oracle Cloud
 
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
 
My Oracle Support
My Oracle SupportMy Oracle Support
My Oracle Support
 

Recently uploaded

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 

Recently uploaded (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 

Manage Customizations for EBS 12.2 Upgrade