DBA Data[Home] [Help]

APPS.RCV_PERSON dependencies on RCV_PERSON

Line 1: PACKAGE BODY rcv_person AS

1: PACKAGE BODY rcv_person AS
2: /* $Header: rvpredeb.pls 115.0 99/07/17 02:31:02 porting ship $ */
3:
4: --
5: /*

Line 19: hr_utility.set_location('RCV_PERSON.RCV_PREDEL_VALIDATION', 18);

15: v_delete_permitted varchar2(1);
16: --
17: BEGIN
18: --
19: hr_utility.set_location('RCV_PERSON.RCV_PREDEL_VALIDATION', 18);
20: --
21: begin
22: select 'Y'
23: into v_delete_permitted

Line 35: hr_utility.set_location('RCV_PERSON.RCV_PREDEL_VALIDATION', 19);

31: hr_utility.set_message (801, 'HR_6575_ALL_PO24_PER_NO_DEL');
32: hr_utility.raise_error;
33: end;
34: --
35: hr_utility.set_location('RCV_PERSON.RCV_PREDEL_VALIDATION', 19);
36: --
37: begin
38: select 'Y'
39: into v_delete_permitted

Line 52: hr_utility.set_location('RCV_PERSON.RCV_PREDEL_VALIDATION', 20);

48: hr_utility.set_message (801, 'HR_6581_ALL_PO25_PER_NO_DEL');
49: hr_utility.raise_error;
50: end;
51: --
52: hr_utility.set_location('RCV_PERSON.RCV_PREDEL_VALIDATION', 20);
53: --
54: begin
55: select 'Y'
56: into v_delete_permitted

Line 76: END rcv_person;

72: end;
73: --
74: END rcv_predel_validation;
75: --
76: END rcv_person;