39:
40:
41: exception
42: when others then
43: fnd_message.raise_error;
44: end;
45:
46: --------------------------------------------------------------------
47: -- This function returns the required image location for the workbench
160: return l_workbench_item_status_image;
161:
162: exception
163: when others then
164: fnd_message.raise_error;
165: end;
166:
167:
168: