DBA Data[Home] [Help]

APPS.POS_PARTY_MANAGEMENT_PKG dependencies on POS_LOG

Line 62: pos_log.log_call_result

58: l_msg_data,
59: x_code_assignment_id
60: );
61:
62: pos_log.log_call_result
63: ( p_module => 'POSPMNGB',
64: p_prefix => 'in classify_party',
65: p_return_status => l_return_status,
66: p_msg_count => l_msg_count,

Line 74: pos_log.combine_fnd_msg(l_msg_count, x_exception_msg);

70: x_status := l_return_status;
71: IF l_msg_count = 1 THEN
72: x_exception_msg := l_msg_data;
73: ELSIF l_msg_count > 1 THEN
74: pos_log.combine_fnd_msg(l_msg_count, x_exception_msg);
75: END IF;
76: END classify_party;
77:
78: PROCEDURE classify_party

Line 156: pos_log.log_call_result

152: fnd_profile.put('HZ_GENERATE_PARTY_NUMBER', l_hzprofile_value);
153: l_hzprofile_changed := 'N';
154: end if;
155: /* End */
156: pos_log.log_call_result
157: (p_module => 'POSENTRB',
158: p_prefix => 'call hz_party_v2pub.create_organization',
159: p_return_status => l_return_status,
160: p_msg_count => l_msg_count,

Line 174: pos_log.combine_fnd_msg(l_msg_count, x_exception_msg);

170: /* End */
171: IF l_msg_count = 1 THEN
172: x_exception_msg := l_msg_data;
173: ELSIF l_msg_count > 1 THEN
174: pos_log.combine_fnd_msg(l_msg_count, x_exception_msg);
175: ELSE
176: x_exception_msg := 'unknown error when calling hz_party_v2pub.create_organization';
177: END IF;
178: raise_application_error(-20001, x_exception_msg, true);

Line 251: pos_log.log_call_result

247: x_msg_count => l_msg_count,
248: x_msg_data => l_msg_data
249: );
250:
251: pos_log.log_call_result
252: ( p_module => 'POSPMNGB',
253: p_prefix => 'in create_email_address',
254: p_return_status => l_return_status,
255: p_msg_count => l_msg_count,

Line 261: pos_log.combine_fnd_msg(l_msg_count, l_msg_data);

257: );
258:
259: IF l_return_status IS NULL OR l_return_status <> fnd_api.g_ret_sts_success THEN
260: IF l_msg_count > 1 THEN
261: pos_log.combine_fnd_msg(l_msg_count, l_msg_data);
262: ELSE
263: l_msg_data := 'unknown error when calling hz_party_v2pub.create_organization';
264: END IF;
265: raise_application_error(-20001, l_msg_data, true);

Line 310: pos_log.combine_fnd_msg(l_msg_count, x_exception_msg);

306: );
307:
308: IF x_status IS NULL OR x_status <> 'S' THEN
309: l_msg_count := fnd_msg_pub.count_msg;
310: pos_log.combine_fnd_msg(l_msg_count, x_exception_msg);
311: raise_application_error(-20001, x_exception_msg, true);
312: END IF;
313:
314: fnd_user_pkg.updateuser