DBA Data[Home] [Help]

APPS.INV_USER_COST_GROUP dependencies on FND_MSG_PUB

Line 25: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

21: EXCEPTION
22: WHEN OTHERS THEN
23: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
24: x_cost_group_id := NULL;
25: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
26: THEN
27: FND_MSG_PUB.Add_Exc_Msg ('inv_user_cost_group','determine_costgroup');
28: END IF;
29: END GET_CG_FOR_NEG_ONHAND;

Line 27: FND_MSG_PUB.Add_Exc_Msg ('inv_user_cost_group','determine_costgroup');

23: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
24: x_cost_group_id := NULL;
25: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
26: THEN
27: FND_MSG_PUB.Add_Exc_Msg ('inv_user_cost_group','determine_costgroup');
28: END IF;
29: END GET_CG_FOR_NEG_ONHAND;
30: END inv_user_cost_group;