DBA Data[Home] [Help]

APPS.FFFUNC dependencies on FF_EXEC

Line 44: FF_EXEC.FF_BIND_LEN to truncate the

40: compliance fatal error. DD-MON-YYYY
41: is the legacy FF date format.
42: A Rashid 12-JUL-2002 Use substrb instead of substr for
43: message text truncation. Use
44: FF_EXEC.FF_BIND_LEN to truncate the
45: returned message text.
46: A Logue 20-JAN-2006 Remove Group Seperator in tn
47: before passing to fnd_number
48: canonical_to_number. Bug 4765352.

Line 265: return substrb(nvl(fnd_message.get, p_message), 1, FF_EXEC.FF_BIND_LEN);

261: --
262: -- Just return the message name itself if the text is NULL,
263: -- otherwise return the (truncated) message text.
264: --
265: return substrb(nvl(fnd_message.get, p_message), 1, FF_EXEC.FF_BIND_LEN);
266: end gfm;
267: --
268: end fffunc;