DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on FND_CONCURRENT

Line 1185: l_conc_result := fnd_concurrent.set_completion_status('WARNING','Warning');

1181: FND_MSG_PUB.ADD;
1182: l_msg_data := FND_MSG_PUB.Get(p_msg_index => fnd_msg_pub.G_LAST,
1183: p_encoded => FND_API.G_FALSE);
1184: fnd_file.put_line(fnd_file.log, l_msg_data);
1185: l_conc_result := fnd_concurrent.set_completion_status('WARNING','Warning');
1186: exit;
1187: end if;
1188: end loop;
1189: