DBA Data[Home] [Help]

APPS.CSTPLCIR dependencies on FND_FILE

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

406: x_zero_cost_flag => l_zero_cost_flag
407: );
408:
409: if (l_return_status <> fnd_api.g_ret_sts_success) then
410: FND_FILE.put_line(FND_FILE.log, l_msg_data);
411: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
412: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
413: FND_MESSAGE.set_token('TEXT', l_api_message);
414: FND_MSG_pub.add;

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

415: raise fnd_api.g_exc_unexpected_error;
416: end if;
417:
418: if (l_debug = 'Y') then
419: FND_FILE.PUT_LINE(FND_FILE.LOG,'zero_cost_flag: '|| to_char(l_zero_cost_flag));
420: end if;
421:
422: -- update WROCD
423: l_stmt_num := 100;