DBA Data[Home] [Help]

APPS.PYWSPAS dependencies on HR_UTILITY

Line 22: hr_utility.set_message (801, 'HR_6153_ALL_PROCEDURE_FAIL');

18: open c;
19: fetch c into p_earliest_date, p_latest_date;
20: if (c%notfound) then
21: close c;
22: hr_utility.set_message (801, 'HR_6153_ALL_PROCEDURE_FAIL');
23: hr_utility.set_message_token ('PROCEDURE', 'pywspas.get_date_limits');
24: hr_utility.set_message_token ('STEP', '1');
25: hr_utility.raise_error;
26: else

Line 23: hr_utility.set_message_token ('PROCEDURE', 'pywspas.get_date_limits');

19: fetch c into p_earliest_date, p_latest_date;
20: if (c%notfound) then
21: close c;
22: hr_utility.set_message (801, 'HR_6153_ALL_PROCEDURE_FAIL');
23: hr_utility.set_message_token ('PROCEDURE', 'pywspas.get_date_limits');
24: hr_utility.set_message_token ('STEP', '1');
25: hr_utility.raise_error;
26: else
27: close c;

Line 24: hr_utility.set_message_token ('STEP', '1');

20: if (c%notfound) then
21: close c;
22: hr_utility.set_message (801, 'HR_6153_ALL_PROCEDURE_FAIL');
23: hr_utility.set_message_token ('PROCEDURE', 'pywspas.get_date_limits');
24: hr_utility.set_message_token ('STEP', '1');
25: hr_utility.raise_error;
26: else
27: close c;
28: end if;

Line 25: hr_utility.raise_error;

21: close c;
22: hr_utility.set_message (801, 'HR_6153_ALL_PROCEDURE_FAIL');
23: hr_utility.set_message_token ('PROCEDURE', 'pywspas.get_date_limits');
24: hr_utility.set_message_token ('STEP', '1');
25: hr_utility.raise_error;
26: else
27: close c;
28: end if;
29: end get_date_limits;