How To Know If We Have A GOP ( Global Order Promising ) ATP ( Available To Promise ) License
Basic GOP
–Basic features available as part of Oracle Order Management product
–Basic features available as part of Oracle Order Management product
Advanced GOP
–Advanced features that require GOP and ASCP licenses
–Advanced features that require GOP and ASCP licenses
GOP is not listed as a product in the FND Product List. It gets listed under Advanced Supply Chain Planning ASCP (MSC) product only.
In order to license Global Order Promising you should license the product 'Advanced Supply Chain Planning' (MSC) in License Manager.
However when you buy licenses you have to select the products you need individually i.e. You have a separate ASCP license and GOP license
You can run the below SQL query to get the output shown below :
select
fav.application_name app_name
, fav.application_short_name app_s_name
, decode(fpi.status, 'I', 'Yes',
'S', 'Shared',
'N', 'No', fpi.status) inst_status
, fpi.product_version
, nvl(fpi.patch_level, 'Not Available') patchset
, fav.application_id app_id
from fnd_application_vl fav, fnd_product_installations fpi
where fav.application_id = fpi.application_id
order by 3;
fav.application_name app_name
, fav.application_short_name app_s_name
, decode(fpi.status, 'I', 'Yes',
'S', 'Shared',
'N', 'No', fpi.status) inst_status
, fpi.product_version
, nvl(fpi.patch_level, 'Not Available') patchset
, fav.application_id app_id
from fnd_application_vl fav, fnd_product_installations fpi
where fav.application_id = fpi.application_id
order by 3;
Alternatively If you run APSCHECK Diagnostic script you will have the same information listed :
Application Name Name Installed? Prod Version Patchset Appl Id
====================== ======== ========== ========================== ============================
Order Management ONT Yes 12.0.0 R12.ONT.B.3 660
Advanced Supply Chain Planning MSC Shared 12.0.0 R12.MSC.B.3 724
====================== ======== ========== ========================== ============================
Order Management ONT Yes 12.0.0 R12.ONT.B.3 660
Advanced Supply Chain Planning MSC Shared 12.0.0 R12.MSC.B.3 724