DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES dependencies on STANDARD

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

726: IF i > 0 THEN
727: X_return_status := Fnd_api.G_ret_sts_success;
728: END IF;
729:
730: -- standard call to get msge cnt, and if cnt is 1, get mesg info
731: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
732: EXCEPTION
733: WHEN NO_YIELD_TYPE_UM THEN
734: x_return_status := FND_API.G_RET_STS_ERROR;

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

1444: x_recipe_validity_out(i).unit_cost := l_rec.unit_cost ;
1445: x_recipe_validity_out(i).total_cost := l_rec.total_cost ;
1446: END LOOP;
1447:
1448: -- standard call to get msge cnt, and if cnt is 1, get mesg info
1449: Fnd_msg_pub.Count_and_get (P_count => X_msg_count, P_data => X_msg_data);
1450:
1451: EXCEPTION
1452: WHEN GET_FORMULA_COST_ERR THEN