DBA Data[Home] [Help]

APPS.CSTPLCIR dependencies on FND_FILE

Line 416: FND_FILE.put_line(FND_FILE.log, l_msg_data);

412: x_zero_cost_flag => l_zero_cost_flag
413: );
414:
415: if (l_return_status <> fnd_api.g_ret_sts_success) then
416: FND_FILE.put_line(FND_FILE.log, l_msg_data);
417: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
418: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
419: FND_MESSAGE.set_token('TEXT', l_api_message);
420: FND_MSG_pub.add;

Line 425: FND_FILE.PUT_LINE(FND_FILE.LOG,'zero_cost_flag: '|| to_char(l_zero_cost_flag));

421: raise fnd_api.g_exc_unexpected_error;
422: end if;
423:
424: if (l_debug = 'Y') then
425: FND_FILE.PUT_LINE(FND_FILE.LOG,'zero_cost_flag: '|| to_char(l_zero_cost_flag));
426: end if;
427:
428: -- update WROCD
429: l_stmt_num := 100;