DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FND_GLOBAL

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

2627: -- the return character (if it exists)
2628: -- for nicer formatting in the exception report
2629:
2630: l_mesg := substrb(fnd_message.get, 1, 100);
2631: l_return_char := instrb(l_mesg, fnd_global.local_chr(10));
2632:
2633: if (l_return_char > 0) then
2634: l_mesg := substrb(l_mesg, 1, l_return_char - 1);
2635: end if;