DBA Data[Home] [Help]

APPS.CST_LCMADJUSTMENTS_PUB dependencies on FND_FILE

Line 161: fnd_file.put_line(fnd_file.log, 'Could not launch landed cost adjustment worker for group_id ' || to_char(l_group_id));

157: WHERE group_id = l_group_id
158: AND organization_id = c_o.organization_id;
159:
160: COMMIT WORK;
161: fnd_file.put_line(fnd_file.log, 'Could not launch landed cost adjustment worker for group_id ' || to_char(l_group_id));
162: IF (l_uLog) THEN
163: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,l_module, 'Could not launch landed cost adjustment worker for group_id ' || to_char(l_group_id));
164: END IF;
165: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 205: fnd_file.put_line( FND_FILE.LOG, FND_MESSAGE.GET);

201:
202: /* Set concurrent program status to error */
203: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',
204: FND_MESSAGE.GET);
205: fnd_file.put_line( FND_FILE.LOG, FND_MESSAGE.GET);
206:
207: END Launch_Workers;
208:
209: END CST_LcmAdjustments_PUB; -- end package body