DBA Data[Home] [Help]

APPS.POS_SUPP_CONTACT_PKG dependencies on POS_LOG

Line 78: pos_log.log_call_result

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

Line 197: pos_log.log_call_result

193: l_hzprofile_changed := 'N';
194: end if;
195: /* End */
196:
197: pos_log.log_call_result
198: (p_module => 'POSCONTB',
199: p_prefix => 'call hz_party_v2pub.create_person',
200: p_return_status => x_return_status,
201: p_msg_count => x_msg_count,

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

371: ROLLBACK TO create_supplier_contact_sp;
372: x_return_status := fnd_api.g_ret_sts_unexp_error;
373: x_msg_count := 1;
374: x_msg_data := Sqlerrm;
375: pos_log.log_sqlerrm('POSCONTB', 'in create_supplier_contact');
376:
377: END create_supplier_contact;
378:
379: /**

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

934: ROLLBACK TO update_supplier_contact_sp;
935: x_return_status := fnd_api.g_ret_sts_unexp_error;
936: x_msg_count := 1;
937: x_msg_data := Sqlerrm;
938: pos_log.log_sqlerrm('POSCONTB', 'in update_supplier_contact');
939:
940: END update_supplier_contact;
941:
942: END POS_SUPP_CONTACT_PKG ;