DBA Data[Home] [Help]

APPS.POS_AP_SUPPLIER_SITE_BO_PKG dependencies on FND_MSG_PUB

Line 176: fnd_msg_pub.add;

172: ELSE
173: l_rollback_vendor_site := 'Y';
174:
175: fnd_message.set_name('SQLAP', 'AP_BANK_ACCT_CREATION');
176: fnd_msg_pub.add;
177:
178: END IF; -- Bank Account Creation API
179:
180: ELSE

Line 184: fnd_msg_pub.add;

180: ELSE
181: l_rollback_vendor_site := 'Y';
182:
183: fnd_message.set_name('SQLAP', 'AP_INVALID_BANK_ACCT_INFO');
184: fnd_msg_pub.add;
185:
186: END IF; -- Bank Account Validation API
187:
188: END LOOP;

Line 208: fnd_msg_pub.count_and_get(p_count => x_msg_count,

204: EXCEPTION
205: WHEN OTHERS THEN
206: x_return_status := fnd_api.g_ret_sts_unexp_error;
207:
208: fnd_msg_pub.count_and_get(p_count => x_msg_count,
209: p_data => x_msg_data);
210: END;
211: /* $Header: POSSPSTB.pls 120.2.12020000.4 2013/02/09 13:22:58 hvutukur ship $ */
212: /*#

Line 483: fnd_msg_pub.count_and_get(p_count => x_msg_count,

479: EXCEPTION
480: WHEN fnd_api.g_exc_error THEN
481:
482: x_return_status := fnd_api.g_ret_sts_error;
483: fnd_msg_pub.count_and_get(p_count => x_msg_count,
484: p_data => x_msg_data);
485: WHEN fnd_api.g_exc_unexpected_error THEN
486:
487: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 488: fnd_msg_pub.count_and_get(p_count => x_msg_count,

484: p_data => x_msg_data);
485: WHEN fnd_api.g_exc_unexpected_error THEN
486:
487: x_return_status := fnd_api.g_ret_sts_unexp_error;
488: fnd_msg_pub.count_and_get(p_count => x_msg_count,
489: p_data => x_msg_data);
490: WHEN OTHERS THEN
491:
492: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 494: fnd_msg_pub.count_and_get(p_count => x_msg_count,

490: WHEN OTHERS THEN
491:
492: x_return_status := fnd_api.g_ret_sts_unexp_error;
493:
494: fnd_msg_pub.count_and_get(p_count => x_msg_count,
495: p_data => x_msg_data);
496:
497: END get_pos_supplier_sites_bo_tbl;
498: /*#

Line 976: fnd_msg_pub.count_and_get(p_count => x_msg_count,

972: EXCEPTION
973: WHEN fnd_api.g_exc_error THEN
974:
975: x_return_status := fnd_api.g_ret_sts_error;
976: fnd_msg_pub.count_and_get(p_count => x_msg_count,
977: p_data => x_msg_data);
978: WHEN fnd_api.g_exc_unexpected_error THEN
979:
980: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 981: fnd_msg_pub.count_and_get(p_count => x_msg_count,

977: p_data => x_msg_data);
978: WHEN fnd_api.g_exc_unexpected_error THEN
979:
980: x_return_status := fnd_api.g_ret_sts_unexp_error;
981: fnd_msg_pub.count_and_get(p_count => x_msg_count,
982: p_data => x_msg_data);
983: WHEN OTHERS THEN
984:
985: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 987: fnd_msg_pub.count_and_get(p_count => x_msg_count,

983: WHEN OTHERS THEN
984:
985: x_return_status := fnd_api.g_ret_sts_unexp_error;
986:
987: fnd_msg_pub.count_and_get(p_count => x_msg_count,
988: p_data => x_msg_data);
989: END create_pos_supplier_site_bo;
990:
991: END pos_ap_supplier_site_bo_pkg;