DBA Data[Home] [Help]

APPS.AME_UPDATE_USERNAME_PKG dependencies on FND_GLOBAL

Line 225: ,fnd_global.local_chr(11)

221: update ame_temp_insertions ati
222: set ati.parameter = l_new_name ||
223: substrb(ati.parameter
224: ,instrb(ati.parameter
225: ,fnd_global.local_chr(11)
226: ,1
227: ,1)
228: ,(lengthb(ati.parameter) - instrb(ati.parameter
229: ,fnd_global.local_chr(11)

Line 229: ,fnd_global.local_chr(11)

225: ,fnd_global.local_chr(11)
226: ,1
227: ,1)
228: ,(lengthb(ati.parameter) - instrb(ati.parameter
229: ,fnd_global.local_chr(11)
230: ,1
231: ,1) + 1))
232: where ati.order_type in ('before approver','after approver')
233: and instrb(ati.parameter,l_old_name,1,1) = 1;