61: BEGIN
62:
63: l_return_status := FND_API.G_RET_STS_SUCCESS;
64:
65: FND_PROFILE.GET('CS_SR_AUTO_CLOSE_SR',l_auto_close_profile);
66:
67: IF nvl(l_auto_close_profile, 'NO') <> 'YES' THEN
68: return 'SUCCESS';
69: END IF;
252:
253: l_return_status := FND_API.G_RET_STS_SUCCESS;
254:
255: -- Get the value currently held by the "Service: Apply State Restrictions on Tasks" profile option
256: l_state_restrictions_on := FND_PROFILE.VALUE('CS_SR_ENABLE_TASK_STATE_RESTRICTIONS');
257:
258: --INSERT into cs_tmp1 values ('l_state_restrictions_on = ' || l_state_restrictions_on);
259:
260: /*