334: -- instead of defining a fixed value in this function.
335: -- Any new profile value may be set at site level.
336: -- By default, the site level profile value is 300 sec.
337: -- This is a change from earlier value of 180 sec.
338: timeout NUMBER := NVL(FND_PROFILE.value('PO_APPROVAL_TIMEOUT_VALUE'),180);
339: --
340: -- Commented for Enh.Request 2535262
341: -- timeout number := 180; /* Timeout to wait for the manager
342: -- to return is 180 Seconds */