DBA Data[Home] [Help]

APPS.PER_FR_CONTRACTS_VAL dependencies on HR_UTILITY

Line 16: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN

12: --
13: BEGIN
14:
15: /* Added for GSI Bug 5472781 */
16: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
17: hr_utility.set_location('Leaving : '||l_proc , 10);
18: return;
19: END IF;
20:

Line 17: hr_utility.set_location('Leaving : '||l_proc , 10);

13: BEGIN
14:
15: /* Added for GSI Bug 5472781 */
16: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
17: hr_utility.set_location('Leaving : '||l_proc , 10);
18: return;
19: END IF;
20:
21: --

Line 30: hr_utility.set_message(800,'PER_75091_CTR_HRS');

26: OR p_ctr_information11 = '0'
27: OR p_ctr_information11 = '' THEN
28: -- raise error, do not save
29: -- Modified application id for 3944415
30: hr_utility.set_message(800,'PER_75091_CTR_HRS');
31: hr_utility.raise_error;
32: --
33: END IF;
34: END IF;

Line 31: hr_utility.raise_error;

27: OR p_ctr_information11 = '' THEN
28: -- raise error, do not save
29: -- Modified application id for 3944415
30: hr_utility.set_message(800,'PER_75091_CTR_HRS');
31: hr_utility.raise_error;
32: --
33: END IF;
34: END IF;
35: --

Line 49: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN

45: --
46: BEGIN
47:
48: /* Added for GSI Bug 5472781 */
49: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
50: hr_utility.set_location('Leaving : '||l_proc , 10);
51: return;
52: END IF;
53:

Line 50: hr_utility.set_location('Leaving : '||l_proc , 10);

46: BEGIN
47:
48: /* Added for GSI Bug 5472781 */
49: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
50: hr_utility.set_location('Leaving : '||l_proc , 10);
51: return;
52: END IF;
53:
54: --

Line 63: hr_utility.set_message(800,'PER_75091_CTR_HRS');

59: OR p_ctr_information11 = '0'
60: OR p_ctr_information11 = '' THEN
61: -- raise error, do not save
62: -- Modified application id for 3944415
63: hr_utility.set_message(800,'PER_75091_CTR_HRS');
64: hr_utility.raise_error;
65: --
66: END IF;
67: END IF;

Line 64: hr_utility.raise_error;

60: OR p_ctr_information11 = '' THEN
61: -- raise error, do not save
62: -- Modified application id for 3944415
63: hr_utility.set_message(800,'PER_75091_CTR_HRS');
64: hr_utility.raise_error;
65: --
66: END IF;
67: END IF;
68: --