DBA Data[Home] [Help]

APPS.FND_AUDIT_UPDATE_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 82: FROM fnd_product_installations fpi,

78: end if;
79:
80: -- First get the FND schema name
81: SELECT fou.oracle_username into v_fnd_schema
82: FROM fnd_product_installations fpi,
83: fnd_oracle_userid fou,
84: fnd_application fa
85: WHERE fpi.application_id = fa.application_id
86: AND fpi.oracle_id = fou.oracle_id