DBA Data[Home] [Help]

APPS.CSTPACIR dependencies on FND_FILE

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

167: x_zero_cost_flag => l_zero_cost_flag
168: );
169:
170: if (l_return_status <> fnd_api.g_ret_sts_success) then
171: FND_FILE.put_line(FND_FILE.log, l_msg_data);
172: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
173: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
174: FND_MESSAGE.set_token('TEXT', l_api_message);
175: FND_MSG_pub.add;

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

176: raise fnd_api.g_exc_unexpected_error;
177: end if;
178:
179: if (l_debug = 'Y') then
180: FND_FILE.PUT_LINE(FND_FILE.LOG,'zero_cost_flag:'|| to_char(l_zero_cost_flag));
181: end if;
182:
183: stmt_num := 20;
184: