DBA Data[Home] [Help]

APPS.AMS_PHYSICAL_FULFILLMENT_PUB dependencies on FND_MSG_PUB

Line 73: FND_MSG_PUB.Initialize;

69:
70: l_control_rec.book_flag := FND_API.G_TRUE;
71: l_control_rec.calculate_price := FND_API.G_FALSE;
72:
73: FND_MSG_PUB.Initialize;
74:
75: -- Process Order Header
76:
77: l_qte_header_rec.party_id := p_order_header_rec.cust_party_id;

Line 203: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR )

199: ROLLBACK TO fulfill_collateral_request;
200: WHEN OTHERS THEN
201: x_return_status := Fnd_Api.g_ret_sts_unexp_erroR ;
202: ROLLBACK TO fulfill_collateral_request;
203: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR )
204: THEN
205: Fnd_Msg_Pub.Add_Exc_Msg( 'AMS_PHYSICAL_FULFILLMENT_PUB','fulfill_collateral_request');
206: END IF;
207: Fnd_Msg_Pub.Count_AND_Get

Line 205: Fnd_Msg_Pub.Add_Exc_Msg( 'AMS_PHYSICAL_FULFILLMENT_PUB','fulfill_collateral_request');

201: x_return_status := Fnd_Api.g_ret_sts_unexp_erroR ;
202: ROLLBACK TO fulfill_collateral_request;
203: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR )
204: THEN
205: Fnd_Msg_Pub.Add_Exc_Msg( 'AMS_PHYSICAL_FULFILLMENT_PUB','fulfill_collateral_request');
206: END IF;
207: Fnd_Msg_Pub.Count_AND_Get
208: ( p_count => x_msg_count,
209: p_data => x_msg_data,

Line 207: Fnd_Msg_Pub.Count_AND_Get

203: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR )
204: THEN
205: Fnd_Msg_Pub.Add_Exc_Msg( 'AMS_PHYSICAL_FULFILLMENT_PUB','fulfill_collateral_request');
206: END IF;
207: Fnd_Msg_Pub.Count_AND_Get
208: ( p_count => x_msg_count,
209: p_data => x_msg_data,
210: p_encoded => Fnd_Api.G_FALSE
211: );