DBA Data[Home] [Help]

APPS.CSTPACIR dependencies on FND_FILE

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

103: x_zero_cost_flag => l_zero_cost_flag
104: );
105:
106: if (l_return_status <> fnd_api.g_ret_sts_success) then
107: FND_FILE.put_line(FND_FILE.log, l_msg_data);
108: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
109: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
110: FND_MESSAGE.set_token('TEXT', l_api_message);
111: FND_MSG_pub.add;

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

112: raise fnd_api.g_exc_unexpected_error;
113: end if;
114:
115: if (l_debug = 'Y') then
116: FND_FILE.PUT_LINE(FND_FILE.LOG,'zero_cost_flag:'|| to_char(l_zero_cost_flag));
117: end if;
118:
119: stmt_num := 20;
120: