DBA Data[Home] [Help]

APPS.PO_INVOICE_HOLD_CHECK dependencies on FND_MSG_PUB

Line 102: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

98:
99: EXCEPTION
100: WHEN OTHERS THEN
101: x_return_status := fnd_api.g_ret_sts_unexp_error;
102: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);
103: END pay_when_paid;
104:
105:
106: --Start of Comments

Line 276: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

272:
273: EXCEPTION
274: WHEN OTHERS THEN
275: x_return_status := fnd_api.g_ret_sts_unexp_error;
276: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);
277: END deliverable_overdue_check;
278: --------------------------------------------------------------------------------
279: --Start of Comments
280: --Name: DELIVERABLE_HOLD_CONTROL

Line 370: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

366:
367: EXCEPTION
368: WHEN OTHERS THEN
369: x_return_status := fnd_api.g_ret_sts_unexp_error;
370: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);
371: END DELIVERABLE_HOLD_CONTROL;
372:
373: END po_invoice_hold_check;
374: