DBA Data[Home] [Help]

APPS.GMP_WPS_WRITER dependencies on FND_MSG_PUB

Line 1335: fnd_msg_pub.count_and_get (p_count => x_msg_count

1331:
1332: EXCEPTION
1333: WHEN fnd_api.g_exc_error THEN
1334: x_return_status := fnd_api.g_ret_sts_error;
1335: fnd_msg_pub.count_and_get (p_count => x_msg_count
1336: ,p_data => x_msg_data);
1337: RETURN -1;
1338: WHEN fnd_api.g_exc_unexpected_error THEN
1339: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1340: fnd_msg_pub.count_and_get (p_count => x_msg_count

1336: ,p_data => x_msg_data);
1337: RETURN -1;
1338: WHEN fnd_api.g_exc_unexpected_error THEN
1339: x_return_status := fnd_api.g_ret_sts_unexp_error;
1340: fnd_msg_pub.count_and_get (p_count => x_msg_count
1341: ,p_data => x_msg_data);
1342: RETURN -2;
1343: WHEN OTHERS THEN
1344: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1345: fnd_msg_pub.count_and_get (p_count => x_msg_count

1341: ,p_data => x_msg_data);
1342: RETURN -2;
1343: WHEN OTHERS THEN
1344: x_return_status := fnd_api.g_ret_sts_unexp_error;
1345: fnd_msg_pub.count_and_get (p_count => x_msg_count
1346: ,p_data => x_msg_data);
1347: RETURN -3;
1348: END get_wps_atr;
1349:

Line 1534: fnd_msg_pub.count_and_get (p_count => x_msg_count

1530:
1531: EXCEPTION
1532: WHEN fnd_api.g_exc_error THEN
1533: x_return_status := fnd_api.g_ret_sts_error;
1534: fnd_msg_pub.count_and_get (p_count => x_msg_count
1535: ,p_data => x_msg_data);
1536: RETURN -1;
1537: WHEN fnd_api.g_exc_unexpected_error THEN
1538: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1539: fnd_msg_pub.count_and_get (p_count => x_msg_count

1535: ,p_data => x_msg_data);
1536: RETURN -1;
1537: WHEN fnd_api.g_exc_unexpected_error THEN
1538: x_return_status := fnd_api.g_ret_sts_unexp_error;
1539: fnd_msg_pub.count_and_get (p_count => x_msg_count
1540: ,p_data => x_msg_data);
1541: RETURN -2;
1542: WHEN OTHERS THEN
1543: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1544: fnd_msg_pub.count_and_get (p_count => x_msg_count

1540: ,p_data => x_msg_data);
1541: RETURN -2;
1542: WHEN OTHERS THEN
1543: x_return_status := fnd_api.g_ret_sts_unexp_error;
1544: fnd_msg_pub.count_and_get (p_count => x_msg_count
1545: ,p_data => x_msg_data);
1546: RETURN -3;
1547: END get_wps_onhand;
1548: