DBA Data[Home] [Help]

APPS.ASO_SHIPPING_INT dependencies on STANDARD

Line 161: -- Standard call to get message count and if count is 1, get message info.

157: l_freight_charge_rec.CHARGE_AMOUNT := 0;
158: x_Freight_Charge_Tbl(x_Freight_Charge_Tbl.count+1) := l_freight_charge_rec;
159: END LOOP;
160:
161: -- Standard call to get message count and if count is 1, get message info.
162: FND_MSG_PUB.Count_And_Get
163: ( p_count => x_msg_count,
164: p_data => x_msg_data
165: );