DBA Data[Home] [Help]

APPS.FF_ARC_SHD dependencies on FF_ARC_SHD

Line 1: Package Body ff_arc_shd as

1: Package Body ff_arc_shd as
2: /* $Header: ffarcrhi.pkb 115.4 2002/12/23 13:59:55 arashid ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ff_arc_shd.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ff_arc_shd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------< return_api_dml_status >-------------------------|
12: -- ----------------------------------------------------------------------------

Line 272: nvl(ff_arc_shd.g_old_rec.value, hr_api.g_varchar2) <>

268: -- Only execute the checking code if the value has changed on
269: -- update (or insert and is not null).
270: --
271: if (((p_value is not null) and
272: nvl(ff_arc_shd.g_old_rec.value, hr_api.g_varchar2) <>
273: nvl(p_value, hr_api.g_varchar2))
274: or (p_value is null)) then
275: --
276: -- The value has changed or this is new, so check.

Line 353: end ff_arc_shd;

349: hr_utility.raise_error;
350: --
351: end chk_value;
352:
353: end ff_arc_shd;