DBA Data[Home] [Help]

APPS.OZF_OFFER_ADJ_PVT dependencies on OE_MSG_PUB

Line 2426: OE_MSG_PUB.count_and_get(

2422: EXCEPTION
2423: WHEN OTHERS THEN
2424: --dbms_output.put_line(sqlerrm);
2425: x_return_status := FND_API.G_RET_STS_ERROR;
2426: OE_MSG_PUB.count_and_get(
2427: p_count => x_msg_count
2428: , p_data => x_msg_data
2429: );
2430: END copyListLineExclusion;