DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RPT_CFR_PVT dependencies on FND_FILE

Line 355: fnd_file.PUT_LINE(fnd_file.output, l_jmf_shk_not_enabled);

351: THEN
352: FND_MESSAGE.SET_NAME('JMF', 'JMF_SHK_NOT_ENABLE');
353: l_jmf_shk_not_enabled := FND_MESSAGE.GET;
354:
355: fnd_file.PUT_LINE(fnd_file.output, l_jmf_shk_not_enabled);
356:
357: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
358: ,message => l_jmf_shk_not_enabled);
359: