SlideShare ist ein Scribd-Unternehmen logo
1 von 89
Downloaden Sie, um offline zu lesen
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Personalizing	Oracle	E-Business	
Suite:	The	Next	GeneraKon	
Senthilkumar	Ramalingam	
Group	Manager	
ATG	Development	
Oracle	E-Business	Suite		
September	21,	2016
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Agenda	
Overview	
PersonalizaKons	in	Release	12.2	
Extensions	Upgrade	ConsideraKons	in	Release	12.2.4+	
What’s	Next	
PersonalizaKons	and	Extensions	on	Oracle	Public	Cloud	
1	
2	
3	
4	
3	
5
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Oracle	ApplicaKon	Framework	
•  OA	Framework	is	the	primary	technology	stack	for	Oracle	E-Business	Suite	
applicaKons	
Architecture	Overview	
OA	Framework	
UIX	 BC4J	 MDS	AOL	
JDeveloper	OA	Extension	 E-Business	Suite	Data	
MDS	Repository	
E-Business	Suite	ApplicaKons	
Client	Tier	 Middle	Tier	 Database	Tier
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Oracle	ApplicaKon	Framework	
•  PersonalizaKon	
•  DeclaraKve	UI	modificaKons	like	reorder,	hide/show,	and	rename	components	
•  Administrator	defined	or	End-user	defined	
•  Withstands	upgrades	to	base	page	definiKon	
•  Extension	
•  New	pages	or	modules	that	extend	Oracle	ApplicaKon	funcKonality	
•  Encompass	UI,	business	components	logic,	and	controller	code	
•  CustomizaKon	
•  Invasive	code	changes	to	XML	or	Java	code	shipped	in	Oracle	ApplicaKons	
•  Does	not	withstand	upgrades	due	to	code	changes	
5	
Personaliza9on,	Extension,	and	Customiza9on
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 6	
OA	Framework	PersonalizaKon	
•  Administrator	or	User	Level	
personalizaKon	
•  MulKple	Levels	for	Fine-grained	
personalizaKon	scopes	
Levels	
Base	Page	
Site	
Responsibility	
FuncKon	
OrganizaKon	
LocaKon	
User	
Administrator	
PersonalizaKons
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 7	
OA	Framework	PersonalizaKon	
•  Sebngs	menu	in	global	header	
has	Personalize	Page	link	
•  PersonalizaKon	enabled	when	
“Personalize	Self-Service	Defn”	
profile	opKon	is	set	to	“Yes”	
SeBngs
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 8	
OA	Framework	PersonalizaKon	
•  PersonalizaKon	scope	and	
context	
•  Page	structure	with	links	to	
component:	
–  Personalize	
–  Reorder	
–  Create	Item	
Personalize	Page
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 9	
OA	Framework	PersonalizaKon	
•  Set	personalizaKon	scope:	
–  FuncKon	
–  Industry	
–  LocaKon	
–  Site	
–  OrganizaKon	
–  Responsibility	
Choose	Context
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 10	
OA	Framework	PersonalizaKon	
•  View	the	original	definiKon	and	
personalizaKons	at	different	
levels	
•  Set	personalizaKons	at	one	or	
more	levels	and	see	the	net	
effect	in	the	last	column	
Personalize	Proper9es
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 11	
OA	Framework	PersonalizaKon	
•  New	components	can	be	
created	at	Site	level	
•  Most	OA	Framework	
components	are	allowed	via	the	
Create	Item	page	
Create	Item
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 12	
OA	Framework	Extensions	
•  Ability	to	add	or	modify	
ajributes	and	business	logic	
•  Store	modified	objects	as	
subsKtuKons	
•  Base	object	is	unchanged	
Model	Extensions	 Declarative Definitions
Base	Business	Object	
Extends	
Custom	Object	
implements	business	logic	
extensions		
Subs9tu9on:	
oracle.apps.po.OrderBizObj	=		
partner.oracle.apps.po.PartnerOrderBizObj
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 13	
OA	Framework	Extensions	
•  Build	new	OA	Framework	
applicaKons	using	JDeveloper	
OA	Extension	
•  Follow	the	OA	Framework	
Developer	Guide	
•  Note	416708.1	How	to	Find	the	
Correct	Version	of	JDeveloper	to	
use	with	E-Business	Suite	11i	or	
Release	12.x	
New	Applica9ons	 Design	and	
implement	
the	model	
Design	and	
implement	
the	view	
Implement	
flow	and	
event	
handling	
Implement	
AOL	
funcKon	
security
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 14	
OA	Framework	PersonalizaKons	&	Extensions	Overview	
•  Admin-Level	PersonalizaKon:	
₋  Model	PersonalizaKon	
₋  Undo	&	Copy		
₋  Home	Page	
₋  New	components	
•  User-Level	PersonalizaKon:	
₋  Rich	Table	and	HGrid	
•  Upgrade	ConsideraKons	for	
Extensions	
•  Oracle	Alta	UI	
•  Admin-Level	PersonalizaKon:	
₋  New	Components	
	
	
	
	
•  WYSIWYG	personalizaKon	
experience	
•  Theme	Editor	
•  User-Level	PersonalizaKon:	
₋  HGrid	column	freeze	
₋  Defining	favorites	
Up	to	Release	12.2.5	
October	2015	
Release	12.2.6	
September	2016	
What’s	Next
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
PersonalizaKon	in	Release	12.2	
Sub9tle	
15
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Model	PersonalizaKon	
•  Allows	creaKon	of	view	objects	based	on	SQL	queries	
– view	object	and	ajributes	can	be	associated	with	new	items	added	via	
personalizaKons	on	the	same	base	page	
16	
Create	View	Objects
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Model	PersonalizaKon	
17	
Dynamic	View	
Object	
CreaKon	Page
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Undo	PersonalizaKon	
•  Provide	the	ability	to	revert	all	Admin-Level	personalizaKons	made	for	a	
given	level	and	context	value	during	a	browser	session	
– Helpful	if	a	personalizaKon	has	caused	an	error	to	occur	upon	returning	to	the	base	
page	from	the	personalizaKon	UI	
•  Access	Undo	PersonalizaKon	from	the	Manage	Levels	page	
18
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Undo	PersonalizaKon	
19	
Undo	
PersonalizaKon
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Copy	PersonalizaKon	
•  Copy	personalizaKons	from	one	context	value	at	a	given	level	to	one	or	
more	context	values	at	the	same	level	
– Avoids	tedious	repeKKon	where	the	same	personalizaKons	are	needed	for	different	
contexts	such	as	mulKple	responsibiliKes	
– For	example,	copy	personalizaKons	for	a	page	in	the	Manager	Self-Service	
responsibility	to	the	same	page	for	the	Employee	Self-Service	responsibility		
•  Access	Copy	PersonalizaKons	from	the	Manage	Levels	page	
20
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Copy	PersonalizaKon	
21	
Copy	
PersonalizaKon
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 22	
Simplified	Home	Page	
•  Responsive	tablet-opKmized	
page	design	
•  Touch	friendly	icons	for	
launching	applicaKon	pages	
•  Customizable	Announcement	
region	
•  Add	to	Favorites	icon	to	add	
commonly	accessed	applicaKon	
pages	to	the	Home	page	
New	Home	Page
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 23	
Simplified	Home	Page	
•  Sebngs	icon	consolidates	links	
that	were	separately	displayed:	
–  Personalize	Page	
–  Preferences	
–  DiagnosKcs	
–  Manage	Proxies	
–  Access	Requests	
SeBngs
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 24	
Simplified	Home	Page	
•  Sebngs	->	Personalize	Page	
•  Modify	Announcements	
formajed	text	
Personalize	Announcements	
Personalized	
Announcements
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
•  Global	user	personalizaKons	
– User	Preferences	page	
•  Page-specific	user	personalizaKons	
– Search	pages	
– Tables	
– HGrid	
25
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 26	
User	Preferences	
•  Preferences	page	allows	end	
users	to	personalize	many	global	
aspects:	
–  Accessibility	
–  Visual	display	opKons	
–  Regional	sebngs	
Preferences
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 27	
User	Preferences	
•  Change	Page	Header	Display	
Style	to	‘Both	Links	and	Icons’		
Page	Header
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 28	
User	Preferences	
•  Page	header	shows	both	icons	
and	links	
Page	Header
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 29	
User	Preferences	
•  Classic	menu	style	in	release	
12.2.5	can	be	modified	with	
Oracle	Alta	UI	style	menus	for	a	
prominent	informaKon	
hierarchy	display	
Menu	Display	Style	
Classic	menu	
display
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 30	
User	Preferences	
•  Set	Top-Level	Menu	Display	
Style	to	
–  Icons	and	Links	
–  Icons	and	Links	on	Tablets	only	
–  Links	only	
Menu	Display	Style
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Menu	Display	Style	
Value	of	FND:Top	
Menu	Display	Type	
profile	
I	Level	Menu	 II	Level	Menu	 III	Level	Menu	 IV	Level	Menu	
Icons and Links
Large	icons	and	links	
in	both	desktop	and	
tablet	
Horizontal	tabs	with	
border	and	highlight	
Side	NavigaKon	Bar	 Side	NavigaKon	Bar	
Links	Only	-	default	
Links	only	for	
backward	
compaKbility	
Horizontal	tabs	 Side	NavigaKon	Bar	 Side	NavigaKon	Bar	
Icons and Links
(Tablet Only)
Large	icons	and	links	
in	tablet	and	only	
links	in	desktop	
Horizontal	tabs	 Side	NavigaKon	Bar	 Side	NavigaKon	Bar	
31
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 32	
User	Preferences	
•  Menu	display	with	large	icons	
and	links	
Menu	Display	Style	
Alta	menu	
display
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
•  Query	(search	pages)	
– Save	Search	
– Set	default	View	
•  Tables	
– Column	reorder	
– Column	resize	
– Column	freeze	
– Column	hide/show	
33	
Page	and	Component-Specific
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
•  HGrid		
– Column	reorder	
– Column	resize	
– Column	hide/show	
34	
Page	and	Component-Specific
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 35	
User	PersonalizaKons	
•  Query	component	
–  Simple	search	panel	
–  Advanced	search	panel	
–  Views	panel	
•  Save	Search	opKon	on	simple	
and	advanced	search	panels	
Query	
Simple	
Search	Panel
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 36	
User	PersonalizaKons	
•  Save	Search	as	a	new	View	
–  View	name	
–  Set	as	default	
–  Number	of	rows	in	Results	table	
–  Results	table	columns	and	column	
order	
–  Rename	table	columns	
–  Results	table	sort	order	
–  AddiKonal	search	criteria	
Query
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 37	
User	PersonalizaKons	
•  Save	Search	as	a	new	View	
–  View	name	
–  Set	as	default	
–  Number	of	rows	in	Results	table	
–  Results	table	columns	and	column	
order	
–  Rename	table	columns	
–  Results	table	sort	order	
–  AddiKonal	search	criteria	
Query	
Views	Panel
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
38	
Tables	-	Column	Reorder
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
39	
Tables	-	Column	Hide	
Column	Hide	
indicator
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
40	
Tables	-	Column	Show	
	
Sebngs	menu	to	
show	hidden	
columns
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
41	
Tables	-	Column	Freeze	
	
Column	Freeze	
indicator	
Column	Freeze	
menu
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
42	
HGrid	–	Column	reorder,	show	/	hide	
Sebngs	menu	
to	show	/	hide	
columns
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKons	
•  AutomaKcally	saved	as	they	are	performed	
•  Persist	across	logins	for	the	same	user;	gives	the	ability	to	the	user	to	
personalize	once	and	reuse	forever	
•  Reset	to	Default	allows	the	end	user	to	remove	all	user	personalizaKons	
and	reset	the	table	back	to	its	original	state	
43	
Table	and	HGrid	
Reset	to	
Default	icon
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
DemonstraKon	of	PersonalizaKons	in	12.2	
Oracle	Alta	UI,	Home	page	and	User	Personaliza9ons	
Oracle	ConfidenKal	–	Internal/Restricted/Highly	Restricted	 44
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Extension	upgrade	consideraKons	in	Release	
12.2.4+	
Sub9tle	
45
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
OA	Framework	Extensions	and	CustomizaKons	
•  OA	Framework	model	extensions	via	new	schema	objects,	business	
components	and	logic	
•  OA	Framework	controller	customizaKons	and/or	extensions	
•  Custom	OA	Framework	applicaKons	that	co-exist	and	are	Kghtly	integrated	
with	Oracle	seeded	applicaKons	
46	
Plan	for	a	Smooth	Upgrade
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
OA	Framework	Extensions	and	CustomizaKons	
Release	12.2	projects	that	require	you	to	review	your	extensions	and	
customizaKons:	
•  Online	patching	
•  OA	Framework	UI	features	
47	
Plan	for	a	Smooth	Upgrade
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 48	
Online	Patching	
•  SQL	queries	in	EnKty	Object	and	
View	Object	XML	files	should	
not	have	hard	database	schema	
references	
•  Database	objects	should	comply	
with	online	patching	coding	
standards	
Upgrade	Considera9ons	
Page	DefiniKon	XML	
BC4J	XML	and	
Java	
Controller	
Java	
DB	Objects	
PersonalizaKons	
Possible	 No	Impact
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Online	Patching	
•  Refer	to	the	MOS	note	-	Using	the	Online	Patching	Readiness	Report	in	
Oracle	E-Business	Suite	Release	12.2	(Doc	ID	1531121.1)	
– Readiness	reports	contain	uKlity	to	detect	hard	database	schema	references	
49	
Upgrade	Readiness	Reports
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
OA	Framework	UI	Features	
•  New	user	interface	features	in	Release	12.2.4	and	12.2.5	may	require	
review	and	upgrade	of	customizaKons	and	extensions:	
– Oracle	Alta	UI	
– Simplified	Global	Header	
– HTML	5	standards	uptake	
– Dialog	pages	as	modal	dialogs	
50	
Overview
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Oracle	Alta	UI	
•  New	user	interface	design	for	modern,	visually	pleasing,	consistent	and	
engaging	user	interfaces	
•  Based	on	four	key	design	principles:	
– Design	for	mobile	first	
– Keep	layouts	simple	and	unclujered	
– Provide	a	clear	informaKon	hierarchy	
– Engage	users	with	more	visual	content	
51	
Overview
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Oracle	Alta	UI	
•  Alta	skin	for	EBS	is	responsively	opKmized	for	tablets	and	desktops	
•  Tablet	opKmizaKons	
– Increased	height	for	table	tool	bar	and	rows	
– Increased	height	for	bujons	and	form	input	fields	like	text	input	fields	and	list	of	
values	(LOV)	fields	
– Enhanced	touch	sensiKvity	for	components	
•  Desktop	opKmizaKons	
– Retains	a	more	compact	UI	on	desktops	similar	to	the	earlier	skins	
52	
Overview
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Oracle	Alta	UI	
•  Oracle	Alta	UI	is	the	only	supported	skin	in	Release	12.2.5	
•  If	you	have	deployed	a	custom	skin	(look	and	feel),	then	
– You	need	to	verify	if	the	styles	in	your	custom	skin	can	derive	from	Alta	skin	styles	
– New	components	introduced	in	Release	12.2	may	not	render	in	your	custom	skin	as	
your	custom	skin	may	not	have	defined	the	styles	used	by	new	components	
53
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 54	
Simplified	Global	Header	
•  Organizes	page	header	global	
links	as	icons	
•  Touch	friendly	and	compact	
Overview
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Simplified	Global	Header	
•  Your	extensions	may	need	an	upgrade	if:	
– You	have	defined	custom	global	funcKons	by	modifying	ICX_GLOBAL_MENU	
•  Such	global	funcKons	will	appear	as	text	if	no	icon	is	defined	
•  How	do	you	fix	it?	
– You	must	associate	an	icon	with	your	funcKon	
– Or	set	profile	opKon	‘FND:	Branding	Size’	to	‘Links	Only’	
55
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 56	
Simplified	Global	Header	
•  FuncKonal	Administrator	->	
Core	Services	->	FuncKons		
•  Query	your	exisKng	global	
funcKon	
•  Set	the	Icon	value	to	an	icon	
present	in	$OA_MEDIA	
Set	Icon	to	Global	Func9ons
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
HTML	5	Standards	Uptake	
•  Release	12.2.4	enables	stricter	HTML	5	browser	standards	compliance	
•  Enabled	by:		
– Emibng	the	direcKve	“<!DOCTYPE	html>”	as	the	first	line	in	all	OA	Framework	pages	
– Adding	the	following	meta	tag	in	the	<head>	secKon	of	the	OA	Framework	page	
•  <meta	hjp-equiv=“X-UA-CompaKble”	content=“ie=10”>	
•  Feature	ensures	that	OA	Framework	pages	render	well	with	modern	
browsers	and	leverage	HTML	5	and	CSS	3	features	
57
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
HTML	5	Standards	Uptake	
•  Your	extensions	may	have	an	upgrade	consideraKon	if:	
– The	page	uses	some	improper	layout	structure.		For	example:		
	Adding	web	beans	directly	under	Table	Layout,	instead	of	adding	them	under	Table	
Layout	->	Row	Layout->	Cell	Format			
This	can	cause	the	following	error:	
You	are	trying	to	access	a	page	that	is	no	longer	acKve.	The	referring	page	may	have	come	from		
a	previous	session.	Please	select	Home	to	proceed	
•  How	do	you	fix	it?	
– Ensure	correct	usage	of	HTML	layout	based	on	HTML	5	standards.	
– Review	“Page	Layout”	secKon	of	the	Developer	Guide.	
58
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Dialog	Pages	As	Modal	Dialogs	
•  ConfirmaKon	and	Warning	dialogs	in	exisKng	applicaKons	are	pages	
requiring	navigaKon	
•  In	Release	12.2.4,	dialog	pages	are	transparently	replaced	by	acKon-
oriented	modal	dialog	windows	
•  Ability	to	disable	this	feature	by	sebng	the	profile	opKon	
– FND:	Enable	Dialog	Pages	as	Modal	Popups	set	to	“No”	
59
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Dialog	Pages	As	Modal	Dialogs	
60
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Dialog	Pages	As	Modal	Dialogs	
•  Your	extensions	may	have	an	upgrade	consideraKon	if:	
– Dialog	page	has	a	controller	which	assumes	that	the	page	layout	to	the	web	bean	
root	component	
•  How	do	you	fix	it?	
– Developers	can	force	the	old	style	dialog	page	using	the	following:	
•  Use	the	new	overloaded	method	OAPageContext.redirectToDialogPage	with	renderAsModalPopup	
argument	as	false	
•  Use	the	OADialogPage.setShowInPopup(false)	
61
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Upgrading	to	ATG	12.2.4	/	12.2.5	
•  Customers	on	EBS	12.2.3	taking	up	ATG	12.2.4	/	12.2.5	will	see	the	new	
12.2.4	/	12.2.5	UI	features	enabled	out-of-the-box	
•  ATG	12.2.4	includes	new	UI	compaKbility	patches	at	12.2.3	code	level	from	
different	EBS	applicaKons	
– Such	fixes	ensure	that	EBS	12.2.3	customers	who	apply	ATG	12.2.4	do	not	have	UI	
issues	in	product	pages	
62	
EBS	Applica9ons	Compa9bility
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Upgrading	to	ATG	12.2.4	/	12.2.5	
•  Your	extensions	and	customizaKons	may	have	an	upgrade	impact	if:	
– an	EBS	product	page	customized	by	you	has	a	UI	fix	delivered	via	ATG	12.2.4	
– such	customizaKons	will	be	overwrijen	when	ATG	12.2.4	is	applied	
•  How	do	you	fix	it?	
– You	need	to	review	the	file	manifest	of	ATG	12.2.4	for	EBS	product	compaKbility	
patches,	and	ensure	that	you	reconcile	your	customizaKons,	if	any,	with	the	modified	
EBS	product	files	
63	
EBS	Applica9ons	Compa9bility
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
OA	Framework	Extensions	and	CustomizaKons	
•  Refer	to	MOS	note	-	Oracle	E-Business	Suite	Release	12.2.4	Upgrade	
ConsideraKons	for	OA	Framework-based	ApplicaKons	(Doc	ID	1927975.1)	
– Contains	detailed	descripKons	of	UI	features	and	their	potenKal	upgrade	
consideraKons	
– Contains	informaKon	on	how	you	can	plan	for	upgrading	such	customizaKons	
– Contains	informaKon	on	product	patches	that	are	part	of	ATG	12.2.4	
64	
Planning	a	Smooth	Upgrade
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
PersonalizaKon	Roadmap	
Sub9tle	
65
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Safe	Harbor	Statement	
The	following	is	intended	to	outline	our	general	product	direcKon.	It	is	intended	for	
informaKon	purposes	only,	and	may	not	be	incorporated	into	any	contract.	It	is	not	a	
commitment	to	deliver	any	material,	code,	or	funcKonality,	and	should	not	be	relied	upon	
in	making	purchasing	decisions.	The	development,	release,	and	Kming	of	any	features	or	
funcKonality	described	for	Oracle’s	products	remains	at	the	sole	discreKon	of	Oracle.	
66
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Admin	PersonalizaKon	Workbench	
•  Redesigned,	WYSIWYG	administrator	personalizaKon	user	interface	
•  In-place	personalizaKons	on	the	page	without	losing	the	page’s	display	
context	
•  Significantly	reduce	navigaKon	across	mulKple	pages	to	do	common	
personalizaKons	
67	
Overview	
Roadmap
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Admin	PersonalizaKon	Workbench	
68	
WYSIWYG	Page	
with	
personalizaKons	
3D,	Layered	View	
for	PersonalizaKon	
Layers	
Roadmap
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Admin	PersonalizaKon	Workbench	
•  Easy	and	intuiKve	personalizaKons	
– Select	component	to	edit	properKes	in	Property	Paleje	
– Double	click	/	tap	and	hold	to	edit	component	prompts	
– Drag	and	drop	to	reorder	components	
– Drag	and	drop	to	add	new	components	
69	
Roadmap
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Theme	Editor	
70	
Roadmap
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Theme	Editor	
71	
Roadmap
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Theme	Editor	
72	
Roadmap
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
User	PersonalizaKon	
HGrid-	Column	Freeze	
	
Column	Freeze	
menu	
Column	Freeze	
indicator	
73	
Roadmap
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Favorites	
74	
Add	Page	as	Favorite	
indicator	adjacent	to	
page	Ktle	
Roadmap
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Demo	of	PersonalizaKon	Workbench	
Sub9tle	
75
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 76	
E-Business	Suite	on	Oracle	Cloud	
Who	is	this	for?		
What	is	our	value	proposi9on?	
What	are	the	benefits?
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Develop	CustomizaKons	to	Extend	FuncKonality	
Development	Tools	Image	on	Oracle	Cloud	
On-Premise		
VNC	Clients	
JDev/Forms	
Builder		on	
Cloud	
EBS	Test	EBS	Dev	
Developer	VM	(Linux)	
VNCServer	SSH	
ORACLE		
Public	Cloud	
78
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Accessing	JDeveloper	on	OPC	
Oracle	ConfidenKal	–	Internal/Restricted/Highly	Restricted	 79	
Create	an	SSH	Connec9on	
Public	IP	Address	of	
Cloud	Jdeveloper	
instance
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Accessing	JDeveloper	on	OPC	
80	
Start	VNC	Server	
Start	VNC	
Server
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Accessing	JDeveloper	on	OPC	
81	
Start	VNC	Client	on	User	Desktop	
Launch	
Jdeveloper	for	
EBS	12.2.5
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Accessing	JDeveloper	on	OPC	
82	
Set	JDEV_USER_HOME
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Accessing	JDeveloper	on	OPC	
83	
Work	with	Customiza9ons	and	Extensions	on	JDeveloper
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Accessing	JDeveloper	on	OPC	
84	
Test
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Accessing	JDeveloper	on	OPC	
•  Develop	customizaKons	and	extensions	on	the	Oracle	Cloud	
•  Check	your	customizaKons	and	extensions	with	latest	versions	of	EBS	for	
upgrade	consideraKons,	if	any	
•  Use	Enterprise	Manager	for	moving	your	extensions	and	customizaKons	
between	your	on-premise	and	Cloud	instances	
85
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Related	Sessions	
Usability	and	Mobility	Sessions	
WED	
Sep	21	
12:15	PM	
CON1421	-	Oracle	E-Business	Suite	User	Experience	and	Mobile:	Update,	Strategy,	
and	Roadmap	
Jeanne	Lowell,	Vice	President,	Product	Strategy,	Oracle	E-Business	Suite	
Moscone	West	
3024	
THU	
Sep	22	
12:00	PM	
CON6721	-	Faster	and	Beder:	Oracle	E-Business	Suite	Desktop	Integra9on	
Enhancements	
Senthilkumar	Ramalingam,	Group	Manager,	ApplicaKons	Technology,	Oracle	E-Business	Suite	
Moscone	West	
2006	
THU	
Sep	22	
2:30	PM	
CON6718	-	Build,	Deploy	and	Manage	Smartphone	Applica9ons	for	Oracle	E-
Business	Suite	
Vijay	Shanmugam,	Director,	ApplicaKons	Technology,	Oracle	E-Business	Suite	
Moscone	West	
2006	
	
ConfidenKal	–	Oracle	Internal/Restricted/Highly	Restricted	 86
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 87	
Classroom	Training	
Learning	SubscripKon	
Live	Virtual	Class	
Training	On	Demand	
Keep	Learning	with	Oracle	University	
educa9on.oracle.com	
Cloud	
Technology	
ApplicaKons	
Industries
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	 88
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]

Weitere ähnliche Inhalte

Was ist angesagt?

OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]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 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...vasuballa
 
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business SuiteOOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suitevasuballa
 
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
 
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
 
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...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
 
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
 
OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...vasuballa
 
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]vasuballa
 
OOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and RoadmapOOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and Roadmapvasuballa
 
OOW15 - personalize and extend oracle ebs for desktops and tablets
OOW15 - personalize and extend oracle ebs for desktops and tabletsOOW15 - personalize and extend oracle ebs for desktops and tablets
OOW15 - personalize and extend oracle ebs for desktops and tabletsvasuballa
 
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
 
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...vasuballa
 
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
 
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2 OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2 vasuballa
 
OOW16 - Ready or Not: Applying Secure Configuration to Oracle E-Business Suit...
OOW16 - Ready or Not: Applying Secure Configuration to Oracle E-Business Suit...OOW16 - Ready or Not: Applying Secure Configuration to Oracle E-Business Suit...
OOW16 - Ready or Not: Applying Secure Configuration to Oracle E-Business Suit...vasuballa
 
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
 

Was ist angesagt? (19)

OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
 
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 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
 
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business SuiteOOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
 
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...
 
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
 
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
 
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]
 
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...
 
OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...
 
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
 
OOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and RoadmapOOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and Roadmap
 
OOW15 - personalize and extend oracle ebs for desktops and tablets
OOW15 - personalize and extend oracle ebs for desktops and tabletsOOW15 - personalize and extend oracle ebs for desktops and tablets
OOW15 - personalize and extend oracle ebs for desktops and tablets
 
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
 
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
 
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
 
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2 OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
OOW15 - Customer Success Stories: Upgrading to Oracle E-Business Suite 12.2
 
OOW16 - Ready or Not: Applying Secure Configuration to Oracle E-Business Suit...
OOW16 - Ready or Not: Applying Secure Configuration to Oracle E-Business Suit...OOW16 - Ready or Not: Applying Secure Configuration to Oracle E-Business Suit...
OOW16 - Ready or Not: Applying Secure Configuration to Oracle E-Business Suit...
 
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...
 

Andere mochten auch

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 - 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 - 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
 
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
 
An Embarrassment of Riches: Crowds, Communities, and Curation in Digital Open...
An Embarrassment of Riches: Crowds, Communities, and Curation in Digital Open...An Embarrassment of Riches: Crowds, Communities, and Curation in Digital Open...
An Embarrassment of Riches: Crowds, Communities, and Curation in Digital Open...Tim Hill
 
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
 
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
 
EBS in an hour: Build a Vision instance - FAST - in Oracle Virtualbox
EBS in an hour: Build a Vision instance - FAST - in Oracle VirtualboxEBS in an hour: Build a Vision instance - FAST - in Oracle Virtualbox
EBS in an hour: Build a Vision instance - FAST - in Oracle Virtualboxjpiwowar
 
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
 
Update Oracle EBS Projects Workplan and Financial Plan (Budgets) together in ...
Update Oracle EBS Projects Workplan and Financial Plan (Budgets) together in ...Update Oracle EBS Projects Workplan and Financial Plan (Budgets) together in ...
Update Oracle EBS Projects Workplan and Financial Plan (Budgets) together in ...Project Partners LLC
 
Exploring Oracle Multitenant in Oracle Database 12c
Exploring Oracle Multitenant in Oracle Database 12cExploring Oracle Multitenant in Oracle Database 12c
Exploring Oracle Multitenant in Oracle Database 12cZohar Elkayam
 
Deep Dive Data Management Gateway
Deep Dive Data Management GatewayDeep Dive Data Management Gateway
Deep Dive Data Management GatewayJean-Pierre Riehl
 
Deep Dive DMG (september update)
Deep Dive DMG (september update)Deep Dive DMG (september update)
Deep Dive DMG (september update)Jean-Pierre Riehl
 
Oracle e-business suite (ebs) r12.2.6 - new functionality
Oracle e-business suite (ebs)  r12.2.6 - new functionalityOracle e-business suite (ebs)  r12.2.6 - new functionality
Oracle e-business suite (ebs) r12.2.6 - new functionalityMatthew Bezuidenhout
 

Andere mochten auch (14)

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 - 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 - 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....
 
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]
 
An Embarrassment of Riches: Crowds, Communities, and Curation in Digital Open...
An Embarrassment of Riches: Crowds, Communities, and Curation in Digital Open...An Embarrassment of Riches: Crowds, Communities, and Curation in Digital Open...
An Embarrassment of Riches: Crowds, Communities, and Curation in Digital Open...
 
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
 
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...
 
EBS in an hour: Build a Vision instance - FAST - in Oracle Virtualbox
EBS in an hour: Build a Vision instance - FAST - in Oracle VirtualboxEBS in an hour: Build a Vision instance - FAST - in Oracle Virtualbox
EBS in an hour: Build a Vision instance - FAST - in Oracle Virtualbox
 
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 ...
 
Update Oracle EBS Projects Workplan and Financial Plan (Budgets) together in ...
Update Oracle EBS Projects Workplan and Financial Plan (Budgets) together in ...Update Oracle EBS Projects Workplan and Financial Plan (Budgets) together in ...
Update Oracle EBS Projects Workplan and Financial Plan (Budgets) together in ...
 
Exploring Oracle Multitenant in Oracle Database 12c
Exploring Oracle Multitenant in Oracle Database 12cExploring Oracle Multitenant in Oracle Database 12c
Exploring Oracle Multitenant in Oracle Database 12c
 
Deep Dive Data Management Gateway
Deep Dive Data Management GatewayDeep Dive Data Management Gateway
Deep Dive Data Management Gateway
 
Deep Dive DMG (september update)
Deep Dive DMG (september update)Deep Dive DMG (september update)
Deep Dive DMG (september update)
 
Oracle e-business suite (ebs) r12.2.6 - new functionality
Oracle e-business suite (ebs)  r12.2.6 - new functionalityOracle e-business suite (ebs)  r12.2.6 - new functionality
Oracle e-business suite (ebs) r12.2.6 - new functionality
 

Ähnlich wie OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]

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
 
Oracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsOracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsMarkus Michalewicz
 
Oracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewOracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewAhmed El-Demasy
 
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesOracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesMarkus Michalewicz
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMarkus Michalewicz
 
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...Lucas Jellema
 
C6 deploying applications to your private cloud 7 to 10 times faster
C6   deploying applications to your private cloud 7 to 10 times fasterC6   deploying applications to your private cloud 7 to 10 times faster
C6 deploying applications to your private cloud 7 to 10 times fasterDr. Wilfred Lin (Ph.D.)
 
클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 오라클 클라우드
 
Oracle DBA Trainer
Oracle DBA TrainerOracle DBA Trainer
Oracle DBA TrainerP S Rani
 
[CON6985]Expanding DBaaS Beyond Data Centers Hybrid Cloud Onboarding via Orac...
[CON6985]Expanding DBaaS Beyond Data Centers Hybrid Cloud Onboarding via Orac...[CON6985]Expanding DBaaS Beyond Data Centers Hybrid Cloud Onboarding via Orac...
[CON6985]Expanding DBaaS Beyond Data Centers Hybrid Cloud Onboarding via Orac...Bharat Paliwal
 
application-template-deployment-guide.pdf
application-template-deployment-guide.pdfapplication-template-deployment-guide.pdf
application-template-deployment-guide.pdfamazon4it
 
Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1Kurt Liu
 
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...Timothy Schubert
 
#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud SolutionsPCM
 
Oracel ADF Introduction
Oracel ADF IntroductionOracel ADF Introduction
Oracel ADF IntroductionHojjat Abedie
 
R12 common-features
R12 common-featuresR12 common-features
R12 common-featuresnitingupta1
 
AMIS 25: Moving Integration to the Cloud
AMIS 25: Moving Integration to the CloudAMIS 25: Moving Integration to the Cloud
AMIS 25: Moving Integration to the CloudMatt Wright
 

Ähnlich wie OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716] (20)

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...
 
Oracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsOracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications Considerations
 
Oracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewOracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications Overview
 
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesOracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the Cloud
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaSAMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: SaaS
 
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - SaaS and Standard Applica...
 
C6 deploying applications to your private cloud 7 to 10 times faster
C6   deploying applications to your private cloud 7 to 10 times fasterC6   deploying applications to your private cloud 7 to 10 times faster
C6 deploying applications to your private cloud 7 to 10 times faster
 
클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법
 
Oracle DBA Trainer
Oracle DBA TrainerOracle DBA Trainer
Oracle DBA Trainer
 
[CON6985]Expanding DBaaS Beyond Data Centers Hybrid Cloud Onboarding via Orac...
[CON6985]Expanding DBaaS Beyond Data Centers Hybrid Cloud Onboarding via Orac...[CON6985]Expanding DBaaS Beyond Data Centers Hybrid Cloud Onboarding via Orac...
[CON6985]Expanding DBaaS Beyond Data Centers Hybrid Cloud Onboarding via Orac...
 
application-template-deployment-guide.pdf
application-template-deployment-guide.pdfapplication-template-deployment-guide.pdf
application-template-deployment-guide.pdf
 
Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1
 
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
 
#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions
 
Oracel ADF Introduction
Oracel ADF IntroductionOracel ADF Introduction
Oracel ADF Introduction
 
Enterprise manager 13c
Enterprise manager 13cEnterprise manager 13c
Enterprise manager 13c
 
fresh resume11 (1)
fresh resume11 (1)fresh resume11 (1)
fresh resume11 (1)
 
R12 common-features
R12 common-featuresR12 common-features
R12 common-features
 
AMIS 25: Moving Integration to the Cloud
AMIS 25: Moving Integration to the CloudAMIS 25: Moving Integration to the Cloud
AMIS 25: Moving Integration to the Cloud
 

Mehr von 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 - Advanced Architectures for Oracle E-Business Suite [CON6705]
OOW16 - Advanced Architectures for Oracle E-Business Suite [CON6705]OOW16 - Advanced Architectures for Oracle E-Business Suite [CON6705]
OOW16 - Advanced Architectures for Oracle E-Business Suite [CON6705]vasuballa
 
My Oracle Support
My Oracle SupportMy Oracle Support
My Oracle Supportvasuballa
 

Mehr von 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 - Advanced Architectures for Oracle E-Business Suite [CON6705]
OOW16 - Advanced Architectures for Oracle E-Business Suite [CON6705]OOW16 - Advanced Architectures for Oracle E-Business Suite [CON6705]
OOW16 - Advanced Architectures for Oracle E-Business Suite [CON6705]
 
My Oracle Support
My Oracle SupportMy Oracle Support
My Oracle Support
 

Kürzlich hochgeladen

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Kürzlich hochgeladen (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]