DBA Data[Home] [Help]

APPS.WIP_PERSON dependencies on WIP_PERSON

Line 1: PACKAGE BODY wip_person AS

1: PACKAGE BODY wip_person AS
2: /* $Header: wiphrdmb.pls 115.8 2004/02/27 01:46:19 yowang ship $ */
3:
4:
5: PROCEDURE wip_predel_validation (p_person_id number) IS

Line 12: hr_utility.set_location('WIP_PERSON.WIP_PREDEL_VALIDATION', 1);

8: BEGIN
9: /* Sets package variables to store location name and stage number which
10: * enables unexpected errors to be located more easily
11: */
12: hr_utility.set_location('WIP_PERSON.WIP_PREDEL_VALIDATION', 1);
13:
14: begin
15: select 'Y'
16: into v_delete_permitted

Line 29: hr_utility.set_location('WIP_PERSON.WIP_PREDEL_VALIDATION', 2);

25: hr_utility.set_message(706, 'WIP_EMPLOYEE_DELETE');
26: hr_utility.raise_error;
27: end;
28:
29: hr_utility.set_location('WIP_PERSON.WIP_PREDEL_VALIDATION', 2);
30:
31: begin
32: select 'Y'
33: into v_delete_permitted

Line 47: hr_utility.set_location('WIP_PERSON.WIP_PREDEL_VALIDATION', 3);

43: hr_utility.raise_error;
44: end;
45:
46:
47: hr_utility.set_location('WIP_PERSON.WIP_PREDEL_VALIDATION', 3);
48:
49: begin
50: select 'Y'
51: into v_delete_permitted

Line 69: END wip_person;

65: end;
66:
67: END wip_predel_validation;
68:
69: END wip_person;