DBA Data[Home] [Help]

APPS.PAY_CSK_FLEX dependencies on HR_UTILITY

Line 20: hr_utility.set_location('Entering:'||l_proc, 5);

16: l_error exception;
17: l_legislation_code per_business_groups.legislation_code%type;
18: --
19: begin
20: hr_utility.set_location('Entering:'||l_proc, 5);
21: --
22: -- Ensure that p_rec.id_flex_num is mandatory
23: --
24: if (p_rec.id_flex_num is not null) then

Line 28: hr_utility.set_message(801, 'HR_7296_API_ARG_NOT_SUP');

24: if (p_rec.id_flex_num is not null) then
25: null;
26: else
27: -- *** TEMP error message ***
28: hr_utility.set_message(801, 'HR_7296_API_ARG_NOT_SUP');
29: hr_utility.set_message_token('ARG_NAME', 'id_flex_num');
30: hr_utility.set_message_token('ARG_VALUE', to_char(p_rec.id_flex_num));
31: hr_utility.raise_error;
32: end if;

Line 29: hr_utility.set_message_token('ARG_NAME', 'id_flex_num');

25: null;
26: else
27: -- *** TEMP error message ***
28: hr_utility.set_message(801, 'HR_7296_API_ARG_NOT_SUP');
29: hr_utility.set_message_token('ARG_NAME', 'id_flex_num');
30: hr_utility.set_message_token('ARG_VALUE', to_char(p_rec.id_flex_num));
31: hr_utility.raise_error;
32: end if;
33: --

Line 30: hr_utility.set_message_token('ARG_VALUE', to_char(p_rec.id_flex_num));

26: else
27: -- *** TEMP error message ***
28: hr_utility.set_message(801, 'HR_7296_API_ARG_NOT_SUP');
29: hr_utility.set_message_token('ARG_NAME', 'id_flex_num');
30: hr_utility.set_message_token('ARG_VALUE', to_char(p_rec.id_flex_num));
31: hr_utility.raise_error;
32: end if;
33: --
34:

Line 31: hr_utility.raise_error;

27: -- *** TEMP error message ***
28: hr_utility.set_message(801, 'HR_7296_API_ARG_NOT_SUP');
29: hr_utility.set_message_token('ARG_NAME', 'id_flex_num');
30: hr_utility.set_message_token('ARG_VALUE', to_char(p_rec.id_flex_num));
31: hr_utility.raise_error;
32: end if;
33: --
34:
35: if p_rec.segment1 is not null then

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

122: if p_rec.segment30 is not null then
123: raise l_error;
124: end if;
125: --
126: hr_utility.set_location(' Leaving:'||l_proc, 10);
127: exception
128: when l_error then
129: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
130: hr_utility.raise_error;

Line 129: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');

125: --
126: hr_utility.set_location(' Leaving:'||l_proc, 10);
127: exception
128: when l_error then
129: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
130: hr_utility.raise_error;
131: hr_utility.set_location(' Leaving:'||l_proc, 10);
132: --
133: end kf;

Line 130: hr_utility.raise_error;

126: hr_utility.set_location(' Leaving:'||l_proc, 10);
127: exception
128: when l_error then
129: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
130: hr_utility.raise_error;
131: hr_utility.set_location(' Leaving:'||l_proc, 10);
132: --
133: end kf;
134: --

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

127: exception
128: when l_error then
129: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
130: hr_utility.raise_error;
131: hr_utility.set_location(' Leaving:'||l_proc, 10);
132: --
133: end kf;
134: --
135: