DBA Data[Home] [Help]

APPS.FA_PERSON dependencies on FA_PERSON

Line 1: PACKAGE BODY FA_PERSON as

1: PACKAGE BODY FA_PERSON as
2: /* $Header: fapkperb.pls 120.2 2005/07/25 09:58:15 yyoon noship $ */
3:
4:
5: PROCEDURE fa_predel_validation (p_person_id number,

Line 13: hr_utility.set_location('FA_PERSON.FA_PREDEL_VALIDATION', 1);

9: v_delete_permitted varchar2(1);
10: --
11: BEGIN
12: --
13: hr_utility.set_location('FA_PERSON.FA_PREDEL_VALIDATION', 1);
14: --
15: begin
16: select 'Y'
17: into v_delete_permitted

Line 29: hr_utility.set_location('FA_PERSON.FA_PREDEL_VALIDATION', 2);

25: hr_utility.set_message (801, 'HR_6248_ALL_FA_PER_NO_DEL');
26: hr_utility.raise_error;
27: end;
28: --
29: hr_utility.set_location('FA_PERSON.FA_PREDEL_VALIDATION', 2);
30: --
31: begin
32: select 'Y'
33: into v_delete_permitted

Line 45: hr_utility.set_location('FA_PERSON.FA_PREDEL_VALIDATION', 3);

41: hr_utility.set_message (801, 'HR_6269_ALL_FA2_PER_NO_DEL');
42: hr_utility.raise_error;
43: end;
44: --
45: hr_utility.set_location('FA_PERSON.FA_PREDEL_VALIDATION', 3);
46: --
47: begin
48: select 'Y'
49: into v_delete_permitted

Line 64: END FA_PERSON;

60: end;
61: --
62: END fa_predel_validation;
63: --
64: END FA_PERSON;