158: avalue => itemtype || ':' ||itemkey);
159:
160:
161: -- Set up Loop Counter here from profile option value!
162: l_counter := FND_PROFILE.VALUE('AHL_WF_COUNTER');
163:
164: if l_counter is null
165: then
166:
174:
175: END IF;
176:
177: -- Set up Timeout here from profile option value!
178: l_timeout := FND_PROFILE.VALUE('AHL_WF_TIMEOUT');
179:
180: if l_timeout is null
181: then
182: