DBA Data[Home] [Help]

APPS.CS_SR_MASS_UPDATE_PKG dependencies on FND_GLOBAL

Line 115: select fnd_global.resp_id into l_responsibility_id from dual;

111: end if;
112: if (p_resolution_code is NOT NULL ) THEN
113: l_sr_rec.resolution_code := p_resolution_code;
114: end if;
115: select fnd_global.resp_id into l_responsibility_id from dual;
116:
117: l_temp_close_value := FND_PROFILE.VALUE('CS_SR_AUTO_CLOSE_CHILDREN');
118: if (l_temp_close_value = 'CS_SR_VALIDATE_AND_CLOSE') then
119: l_auto_close_child_entities := 'Y';