DBA Data[Home] [Help]

APPS.JTF_FULFILLMENT_PUB dependencies on FND_MSG_PUB

Line 107: FND_MSG_PUB.Initialize;

103:
104: l_control_rec.book_flag := FND_API.G_TRUE;
105: l_control_rec.calculate_price := FND_API.G_FALSE;
106:
107: FND_MSG_PUB.Initialize;
108:
109: -- Process Order Header
110:
111: l_qte_header_rec.party_id := p_order_header_rec.cust_party_id;

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

218: ROLLBACK TO fulfill_collateral_request;
219: WHEN OTHERS THEN
220: x_return_status := Fnd_Api.g_ret_sts_unexp_erroR ;
221: ROLLBACK TO fulfill_collateral_request;
222: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR )
223: THEN
224: Fnd_Msg_Pub.Add_Exc_Msg( 'JTF_PHYSICAL_FULFILLMENT_PUB','fulfill_collateral_request');
225: END IF;
226: Fnd_Msg_Pub.Count_AND_Get

Line 224: Fnd_Msg_Pub.Add_Exc_Msg( 'JTF_PHYSICAL_FULFILLMENT_PUB','fulfill_collateral_request');

220: x_return_status := Fnd_Api.g_ret_sts_unexp_erroR ;
221: ROLLBACK TO fulfill_collateral_request;
222: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR )
223: THEN
224: Fnd_Msg_Pub.Add_Exc_Msg( 'JTF_PHYSICAL_FULFILLMENT_PUB','fulfill_collateral_request');
225: END IF;
226: Fnd_Msg_Pub.Count_AND_Get
227: ( p_count => x_msg_count,
228: p_data => x_msg_data,

Line 226: Fnd_Msg_Pub.Count_AND_Get

222: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR )
223: THEN
224: Fnd_Msg_Pub.Add_Exc_Msg( 'JTF_PHYSICAL_FULFILLMENT_PUB','fulfill_collateral_request');
225: END IF;
226: Fnd_Msg_Pub.Count_AND_Get
227: ( p_count => x_msg_count,
228: p_data => x_msg_data,
229: p_encoded => Fnd_Api.G_FALSE
230: );