DBA Data[Home] [Help]

APPS.AME_UPDATE_USERNAME_PKG dependencies on AME_CALLING_APPS

Line 256: from ame_calling_apps aca

252: ,'Always put the new approver right after the following approver: ' || l_new_name
253: ,'Always put the new approver right before the following approver: ' || l_new_name)
254: where ati.order_type in ('before approver','after approver')
255: and exists (select aca.application_id
256: from ame_calling_apps aca
257: where aca.application_id = ati.application_id)
258: and instrb(ati.parameter,l_new_name,1,1) = 1
259: and exists (select wr.name
260: from wf_roles wr