DBA Data[Home] [Help]

APPS.IGS_AS_SS_DOC_REQUEST dependencies on STANDARD

Line 1990: --Standard call to get message count and if count is 1, get message info.

1986: END LOOP;
1987: CLOSE c_order;
1988: --Initialize API return status to success.
1989: p_return_status := fnd_api.g_ret_sts_success;
1990: --Standard call to get message count and if count is 1, get message info.
1991: fnd_msg_pub.count_and_get (p_count => p_msg_count, p_data => p_msg_data);
1992: EXCEPTION
1993: WHEN fnd_api.g_exc_error THEN
1994: p_return_status := fnd_api.g_ret_sts_error;

Line 2665: -- Standard call to get message count and if count is 1, get message info

2661: DELETE igs_as_ord_itm_int
2662: WHERE item_number = p_item_number;
2663: -- Initialize API return status to success.
2664: p_return_status := fnd_api.g_ret_sts_success;
2665: -- Standard call to get message count and if count is 1, get message info
2666: fnd_msg_pub.count_and_get (p_count => p_msg_count, p_data => p_msg_data);
2667: EXCEPTION
2668: WHEN fnd_api.g_exc_error THEN
2669: p_return_status := fnd_api.g_ret_sts_error;

Line 3303: -- Standard call to get message count and if count is 1, get message

3299: errbuf := NVL (l_req_id, 0);
3300: COMMIT;
3301: -- Initialize API return status to success.
3302: l_return_status := fnd_api.g_ret_sts_success;
3303: -- Standard call to get message count and if count is 1, get message
3304: -- info.
3305: fnd_msg_pub.count_and_get (p_count => l_msg_count, p_data => l_msg_data);
3306: EXCEPTION
3307: WHEN fnd_api.g_exc_error THEN