DBA Data[Home] [Help]

APPS.ENI_VALUESET_CATEGORY dependencies on FND_API

Line 321: FND_MSG_PUB.Get(p_msg_index=>fnd_msg_pub.G_LAST,p_encoded=>FND_API.G_FALSE, p_msg_index_out=>l_msg_index_out, p_data=>l_data);

317: x_category_id =>l_category_id);
318: end if;
319:
320: if l_msg_count > 0 then
321: FND_MSG_PUB.Get(p_msg_index=>fnd_msg_pub.G_LAST,p_encoded=>FND_API.G_FALSE, p_msg_index_out=>l_msg_index_out, p_data=>l_data);
322: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error in insert/update of node' );
323: FND_FILE.PUT_LINE(FND_FILE.LOG,substrb(l_data,1,1000));
324: FND_FILE.PUT_LINE(FND_FILE.LOG,substrb(l_data,1001,1000));
325: FND_FILE.PUT_LINE(FND_FILE.LOG,' ' );