DBA Data[Home] [Help]

APPS.PER_RI_WORKBENCH_UTILITY dependencies on FND_MESSAGE

Line 31: fnd_message.raise_error;

27:
28: EXCEPTION
29: when others then
30: hr_utility.set_location(l_proc,30);
31: fnd_message.raise_error;
32: END;
33:
34: --------------------------------------------------------------------
35: -- This function returns to status of the workbench items based upon the

Line 148: fnd_message.raise_error;

144: end if;
145: EXCEPTION
146: when others then
147: hr_utility.set_location(l_proc,40);
148: fnd_message.raise_error;
149: END;
150:
151: function get_item_notes_image (p_workbench_item_code in varchar2
152: ,p_workbench_item_type in varchar2)

Line 169: fnd_message.raise_error;

165: end if;
166: EXCEPTION
167: when others then
168: hr_utility.set_location(l_proc,30);
169: fnd_message.raise_error;
170: END get_item_notes_image;
171:
172: ----
173: