DBA Data[Home] [Help]

APPS.FND_XDF_APP_UTIL dependencies on FND_ORACLE_USERID

Line 21: from fnd_oracle_userid a,

17: l_oracle_usernames(ind) := 'APPS';
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