DBA Data[Home] [Help]

APPS.FND_TXK_TECH_INT_PKG dependencies on FND_USER_PREFERENCES

Line 109: from fnd_user_preferences

105: -- if fnd_preference exist, get the file ids
106:
107: BEGIN
108: select substr(preference_name,18) into l_old_file_id
109: from fnd_user_preferences
110: where PREFERENCE_NAME like 'TXK_BPEL_FILE_ID_%'
111: and PREFERENCE_VALUE = 'EbsBpelGlobal.properties'
112: and USER_NAME = '#INTERNAL' ;
113: