DBA Data[Home] [Help]

APPS.CSTPLMWI dependencies on FND_FILE

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

95: x_zero_cost_flag => l_zero_cost_flag
96: );
97:
98: if (l_return_status <> fnd_api.g_ret_sts_success) then
99: FND_FILE.put_line(FND_FILE.log, l_msg_data);
100: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
101: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
102: FND_MESSAGE.set_token('TEXT', l_api_message);
103: FND_MSG_pub.add;

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

104: raise fnd_api.g_exc_unexpected_error;
105: end if;
106:
107: if (l_debug = 'Y') then
108: FND_FILE.PUT_LINE(FND_FILE.LOG,'zero_cost_flag: '|| to_char(l_zero_cost_flag));
109: end if;
110:
111: l_stmt_num := 30;
112: i := i_layer_qty_table.FIRST;