DBA Data[Home] [Help]

APPS.FND_XDF_APP_UTIL dependencies on FND_PRODUCT_INSTALLATIONS

Line 22: fnd_product_installations b,

18: else
19: select oracle_username
20: into l_oracle_usernames(ind)
21: from fnd_oracle_userid a,
22: fnd_product_installations b,
23: fnd_application c
24: where a.ORACLE_ID = b.ORACLE_ID
25: and b.APPLICATION_ID = c.APPLICATION_ID
26: and c.APPLICATION_SHORT_NAME = p_apps_shortname_list(ind);