DBA Data[Home] [Help]

APPS.AME_MIGRATION_PKG dependencies on AME_CALLING_APPS

Line 192: ,ame_calling_apps aca

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'
195: and sec.attribute_application_id = app.application_id
196: and sec.web_user_id = p_user_id

Line 215: * Grant all rows of ame_calling_apps using all_rows grant on object 'AME_TRANSACTION_TYPES' to

211: begin
212: --+
213: /* Assign AME_APP_ADMIN role to users with AMEAPPADM responsibility
214: * Assign AME_BUS_ANALYST role to users with AMEGENUSER and AMELIMUSER responsibility
215: * Grant all rows of ame_calling_apps using all_rows grant on object 'AME_TRANSACTION_TYPES' to
216: * AMEGENUSER and AMEAPPADM
217: * Grant all rows represented by securing attributes on object 'AME_TRANSACTION_TYPES' to AMELIMUSER
218: */
219: --+