DBA Data[Home] [Help]

APPS.POS_SUPP_CONTACT_PKG dependencies on POS_LOG

Line 76: pos_log.log_call_result

72: x_party_id => l_rel_party_id,
73: x_party_number => l_rel_party_number
74: );
75:
76: pos_log.log_call_result
77: (p_module => 'POSCONTB',
78: p_prefix => 'call hz_party_v2pub.create_person',
79: p_return_status => x_return_status,
80: p_msg_count => x_msg_count,

Line 188: pos_log.log_call_result

184: l_hzprofile_changed := 'N';
185: end if;
186: /* End */
187:
188: pos_log.log_call_result
189: (p_module => 'POSCONTB',
190: p_prefix => 'call hz_party_v2pub.create_person',
191: p_return_status => x_return_status,
192: p_msg_count => x_msg_count,

Line 314: pos_log.log_sqlerrm('POSCONTB', 'in create_supplier_contact');

310: ROLLBACK TO create_supplier_contact_sp;
311: x_return_status := fnd_api.g_ret_sts_unexp_error;
312: x_msg_count := 1;
313: x_msg_data := Sqlerrm;
314: pos_log.log_sqlerrm('POSCONTB', 'in create_supplier_contact');
315:
316: END create_supplier_contact;
317:
318: /**

Line 693: pos_log.log_sqlerrm('POSCONTB', 'in update_supplier_contact');

689: ROLLBACK TO update_supplier_contact_sp;
690: x_return_status := fnd_api.g_ret_sts_unexp_error;
691: x_msg_count := 1;
692: x_msg_data := Sqlerrm;
693: pos_log.log_sqlerrm('POSCONTB', 'in update_supplier_contact');
694:
695: END update_supplier_contact;
696:
697: END POS_SUPP_CONTACT_PKG ;