DBA Data[Home] [Help]

APPS.OKE_K_SECURED_VIEWS_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 87: FROM fnd_product_installations pi

83: BEGIN
84:
85: SELECT MIN(ou.Oracle_Username)
86: INTO ApplsysSchema
87: FROM fnd_product_installations pi
88: , fnd_oracle_userid ou
89: WHERE ou.Oracle_ID = pi.Oracle_ID
90: AND Application_ID = 0;
91: