DBA Data[Home] [Help]

APPS.ONT_ASSGN_ITEM_FROM_PRH_TO_PRC dependencies on FND_MSG_PUB

Line 206: fnd_msg_pub.initialize;

202: l_dummy_for_x := null;
203:
204: if p_mode = 2 THEN
205: -- Call the public API to assign item to categories
206: fnd_msg_pub.initialize;
207: INV_ITEM_CATEGORY_PUB.Create_Category_Assignment
208: (
209: p_api_version => 1,
210: p_init_msg_list => FND_API.G_FALSE,

Line 227: FND_MSG_PUB.Get(p_msg_index=>fnd_msg_pub.G_LAST,

223: print_line(c1rec.segment8 || ' ' || c1rec.description
224: || ' ' || l_category_id || ' ' ||l_inventory_item_id );
225:
226: if l_msg_count > 0 then
227: FND_MSG_PUB.Get(p_msg_index=>fnd_msg_pub.G_LAST,
228: p_encoded=>FND_API.G_FALSE,
229: p_msg_index_out=>l_msg_index_out,
230: p_data=>l_data);
231: print_line( 'Item '||l_item_name||' in organization '||l_organization_code|| ' was not assigned. '||l_data);