DBA Data[Home] [Help]

APPS.ALR_ALERT_INSTALLATIONS_PKG dependencies on FND_ORACLE_USERID

Line 109: from FND_ORACLE_USERID

105: and ALERT_NAME = X_ALERT_NAME;
106:
107: if (X_ORACLE_USERNAME is not null) then
108: select ORACLE_ID into l_oracle_id
109: from FND_ORACLE_USERID
110: where ORACLE_USERNAME = X_ORACLE_USERNAME;
111: end if;
112:
113: if (X_DATA_GROUP_NAME is not null) then