DBA Data[Home] [Help]

APPS.CS_SR_STATUS_PROPAGATION_PKG dependencies on FND_PROFILE

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

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

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

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