DBA Data[Home] [Help]

APPS.ONT_ASSGN_ITEM_FROM_PRH_TO_PRC dependencies on FND_API

Line 210: p_init_msg_list => FND_API.G_FALSE,

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,
211: p_commit => FND_API.G_TRUE,
212: x_return_status => l_return_status,
213: x_errorcode => l_errorcode,
214: x_msg_count => l_msg_count,

Line 211: p_commit => FND_API.G_TRUE,

207: INV_ITEM_CATEGORY_PUB.Create_Category_Assignment
208: (
209: p_api_version => 1,
210: p_init_msg_list => FND_API.G_FALSE,
211: p_commit => FND_API.G_TRUE,
212: x_return_status => l_return_status,
213: x_errorcode => l_errorcode,
214: x_msg_count => l_msg_count,
215: x_msg_data => l_msg_data,

Line 228: p_encoded=>FND_API.G_FALSE,

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);
232: g_warn:=true;