Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Install Products in R12.2.9

edited Oct 7, 2019 1:30AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 3 commentsAnswered

Hi,

We are installing R12.2.9

We have a list of products, in the Product column below, extracted from this query:

select

  1. fa.application_short_name,
  2. fatl.application_name

from

  1. apps.fnd_product_installations fpi,
  2. apps.fnd_application fa,
  3. apps.fnd_application_tl fatl

where

(

  1. fa.application_id = fpi.application_id and
  2. fa.application_id = fatl.application_id and
  3. fatl.language = 'US' and
  4. fpi.status='I'

)

order by fa.application_short_name;

Unless I'm mistaken, I don't see in rapidwiz GUI the same products:

How to choose our products?

Thanks

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center