DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES dependencies on STANDARD

Line 708: -- standard call to get msge cnt, and if cnt is 1, get mesg info

704: IF i > 0 THEN
705: X_return_status := Fnd_api.G_ret_sts_success;
706: END IF;
707:
708: -- standard call to get msge cnt, and if cnt is 1, get mesg info
709: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
710: EXCEPTION
711: WHEN NO_YIELD_TYPE_UM THEN
712: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1426: -- standard call to get msge cnt, and if cnt is 1, get mesg info

1422: x_recipe_validity_out(i).unit_cost := l_rec.unit_cost ;
1423: x_recipe_validity_out(i).total_cost := l_rec.total_cost ;
1424: END LOOP;
1425:
1426: -- standard call to get msge cnt, and if cnt is 1, get mesg info
1427: Fnd_msg_pub.Count_and_get (P_count => X_msg_count, P_data => X_msg_data);
1428:
1429: EXCEPTION
1430: WHEN GET_FORMULA_COST_ERR THEN