DBA Data[Home] [Help]

APPS.AME_MIGRATION_PKG dependencies on AK_WEB_USER_SEC_ATTR_VALUES

Line 190: from ak_web_user_sec_attr_values sec

186: --+
187: cursor get_sec_web_attr(p_user_id in number) is
188: select aca.fnd_application_id
189: ,aca.transaction_type_id
190: from ak_web_user_sec_attr_values sec
191: ,fnd_application app
192: ,ame_calling_apps aca
193: where sec.attribute_code = 'AME_INTERNAL_TRANS_TYPE_ID'
194: and app.application_short_name = 'ICX'