DBA Data[Home] [Help]

APPS.CS_SR_STATUS_PROPAGATION_PKG dependencies on FND_PROFILE

Line 225: FND_PROFILE.GET('CS_SR_TASK_AUTO_CLOSE_STATUS',l_profile_value);

221: x_return_status := FND_API.G_RET_STS_SUCCESS;
222:
223: -- If the auto task close status is null, return immediately
224:
225: FND_PROFILE.GET('CS_SR_TASK_AUTO_CLOSE_STATUS',l_profile_value);
226:
227: IF (l_profile_value is not null) THEN
228: -- Invoke the validation API if validation_required = Y
229: l_auto_task_close_status := to_number(l_profile_value);

Line 444: FND_PROFILE.GET('CS_SR_AUTO_CLOSE_STATUS',l_status_id);

440: -- to 'Close' status. This status is derived fromt the profile
441: -- 'Service : Service Request Auto Close Status'
442: -- (Internal Name - CS_SR_AUTO_CLOSE_STATUS')
443:
444: FND_PROFILE.GET('CS_SR_AUTO_CLOSE_STATUS',l_status_id);
445:
446: IF (l_status_id IS NOT NULL and l_status_id <> l_sr_status) THEN
447: open c_depot_orders;
448: fetch c_depot_orders into l_child_id;