DBA Data[Home] [Help]

APPS.FF_CLIENT_ENGINE dependencies on HR_UTILITY

Line 52: hr_utility.set_message(801, 'FFPLX03_ITEM_NOT_FOUND');

48: end loop;
49:
50: -- We expect to have found the input, so check that.
51: if(not l_found) then
52: hr_utility.set_message(801, 'FFPLX03_ITEM_NOT_FOUND');
53: hr_utility.set_message_token('NAME', p_input_name);
54: hr_utility.raise_error;
55: end if;
56:

Line 53: hr_utility.set_message_token('NAME', p_input_name);

49:
50: -- We expect to have found the input, so check that.
51: if(not l_found) then
52: hr_utility.set_message(801, 'FFPLX03_ITEM_NOT_FOUND');
53: hr_utility.set_message_token('NAME', p_input_name);
54: hr_utility.raise_error;
55: end if;
56:
57: ff_utils.exit('client:local_set_input');

Line 54: hr_utility.raise_error;

50: -- We expect to have found the input, so check that.
51: if(not l_found) then
52: hr_utility.set_message(801, 'FFPLX03_ITEM_NOT_FOUND');
53: hr_utility.set_message_token('NAME', p_input_name);
54: hr_utility.raise_error;
55: end if;
56:
57: ff_utils.exit('client:local_set_input');
58:

Line 96: hr_utility.set_message(801, 'FFPLX03_ITEM_NOT_FOUND');

92: end loop;
93:
94: -- We expect to have found the input, so check that.
95: if(not l_found) then
96: hr_utility.set_message(801, 'FFPLX03_ITEM_NOT_FOUND');
97: hr_utility.set_message_token('NAME', p_return_name);
98: hr_utility.raise_error;
99: end if;
100:

Line 97: hr_utility.set_message_token('NAME', p_return_name);

93:
94: -- We expect to have found the input, so check that.
95: if(not l_found) then
96: hr_utility.set_message(801, 'FFPLX03_ITEM_NOT_FOUND');
97: hr_utility.set_message_token('NAME', p_return_name);
98: hr_utility.raise_error;
99: end if;
100:
101: ff_utils.exit('client:local_get_output');

Line 98: hr_utility.raise_error;

94: -- We expect to have found the input, so check that.
95: if(not l_found) then
96: hr_utility.set_message(801, 'FFPLX03_ITEM_NOT_FOUND');
97: hr_utility.set_message_token('NAME', p_return_name);
98: hr_utility.raise_error;
99: end if;
100:
101: ff_utils.exit('client:local_get_output');
102: