DBA Data[Home] [Help]

APPS.AHL_GENERIC_APRV_PVT dependencies on FND_PROFILE

Line 162: l_counter := FND_PROFILE.VALUE('AHL_WF_COUNTER');

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:

Line 178: l_timeout := FND_PROFILE.VALUE('AHL_WF_TIMEOUT');

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: