DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FND_GLOBAL

Line 2306: l_return_char := instrb(l_mesg, fnd_global.local_chr(10));

2302: -- the return character (if it exists)
2303: -- for nicer formatting in the exception report
2304:
2305: l_mesg := substrb(fnd_message.get, 1, 100);
2306: l_return_char := instrb(l_mesg, fnd_global.local_chr(10));
2307:
2308: if (l_return_char > 0) then
2309: l_mesg := substrb(l_mesg, 1, l_return_char - 1);
2310: end if;