DBA Data[Home] [Help]

APPS.FFFUNC dependencies on FFFUNC

Line 1: package body fffunc as

1: package body fffunc as
2: /* $Header: fffunc.pkb 120.2 2006/11/10 13:39:11 alogue noship $ */
3: /*
4: Copyright (c) Oracle Corporation (UK) Ltd 1993.
5: All rights reserved

Line 2: /* $Header: fffunc.pkb 120.2 2006/11/10 13:39:11 alogue noship $ */

1: package body fffunc as
2: /* $Header: fffunc.pkb 120.2 2006/11/10 13:39:11 alogue noship $ */
3: /*
4: Copyright (c) Oracle Corporation (UK) Ltd 1993.
5: All rights reserved
6:

Line 7: Name: fffunc

3: /*
4: Copyright (c) Oracle Corporation (UK) Ltd 1993.
5: All rights reserved
6:
7: Name: fffunc
8:
9: Description: All functions which are called, but are not built-in pl/sql
10: functions are defined here, so that formula can call them as
11: External functions rather than UDF's

Line 268: end fffunc;

264: --
265: return substrb(nvl(fnd_message.get, p_message), 1, FF_EXEC.FF_BIND_LEN);
266: end gfm;
267: --
268: end fffunc;