DBA Data[Home] [Help]

APPS.OZF_OFFER_ADJ_PVT dependencies on OE_MSG_PUB

Line 2142: OE_MSG_PUB.count_and_get(

2138: EXCEPTION
2139: WHEN OTHERS THEN
2140: --dbms_output.put_line(sqlerrm);
2141: x_return_status := FND_API.G_RET_STS_ERROR;
2142: OE_MSG_PUB.count_and_get(
2143: p_count => x_msg_count
2144: , p_data => x_msg_data
2145: );
2146: END copyListLineExclusion;