DBA Data[Home] [Help]

APPS.ENI_VALUESET_CATEGORY dependencies on FND_MSG_PUB

Line 294: fnd_msg_pub.initialize;

290: l_category_rec.start_date_active := c1_rec.l_start_date_active;
291: l_category_rec.end_date_active := c1_rec.l_end_date_active;
292: l_category_rec.disable_date := c1_rec.l_end_date_active;
293:
294: fnd_msg_pub.initialize;
295:
296: if c1_rec.update_flag = 1 then
297: l_category_rec.category_id := c1_rec.category_id;
298:

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,' ' );