DBA Data[Home] [Help]

APPS.FND_CONST dependencies on FND_CONST

Line 1: package body fnd_const as

1: package body fnd_const as
2: /* $Header: AFSCCONB.pls 120.0.12000000.1 2007/01/18 13:25:53 appldev ship $ */
3:
4: --
5: -- local_chr

Line 31: end fnd_const;

27:
28: function BOOL(v number default 1) return boolean is begin
29: if v = 1 then return true; else return false; end if; end;
30:
31: end fnd_const;