DBA Data[Home] [Help]

APPS.PER_PERSON_ANALYSES_PKG dependencies on PER_PERSON_ANALYSES_PKG

Line 1: PACKAGE BODY PER_PERSON_ANALYSES_PKG as

1: PACKAGE BODY PER_PERSON_ANALYSES_PKG as
2: /* $Header: pepea01t.pkb 115.6 2003/09/03 02:36:29 smparame ship $ */
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 50: hr_utility.set_location('per_person_analyses_pkg.check_for_duplicates',1);

46: pa.rowid <> chartorowid(p_rowid)));
47: --
48: l_exists varchar2(1);
49: begin
50: hr_utility.set_location('per_person_analyses_pkg.check_for_duplicates',1);
51: open c;
52: fetch c into l_exists;
53: if c%found then
54: close c;

Line 205: END PER_PERSON_ANALYSES_PKG;

201: return l_return;
202:
203: END populate_info_exists;
204: --
205: END PER_PERSON_ANALYSES_PKG;