DBA Data[Home] [Help]

APPS.ENI_UPGRADE_VSET dependencies on FND_MSG_PUB

Line 526: 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);

522: END IF;
523:
524:
525: IF l_return_status <> 'S' THEN
526: 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);
527: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Error while updating category: '||to_char(i.category_id)||' from product hierarchy');
528: FND_FILE.PUT_LINE(FND_FILE.LOG, 'ERROR: '||l_data);
529: errbuf := 'Error :' || l_data;
530: retcode := 2;

Line 591: 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);

587: x_msg_data => l_msg_data
588: );
589:
590: IF l_return_status <> 'S' THEN
591: 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);
592: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Error while deleting '||to_char(i.category_id)||' from product hierarchy');
593: FND_FILE.PUT_LINE(FND_FILE.LOG, 'ERROR: '||l_data);
594: errbuf := 'Error :' || l_data;
595: retcode := 2;

Line 660: 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);

656: x_msg_data => l_msg_data
657: );
658:
659: IF l_return_status <> 'S' THEN
660: 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);
661: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Error while inserting '||i.vset_child_code||' into product hierarchy');
662: FND_FILE.PUT_LINE(FND_FILE.LOG, 'ERROR: '||l_data);
663: errbuf := 'ERROR :' || l_data;
664: retcode := 2;

Line 700: 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);

696: x_msg_data => l_msg_data
697: );
698:
699: IF l_return_status <> 'S' THEN
700: 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);
701: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Error while updating '||i.vset_child_code||' of product hierarchy');
702: FND_FILE.PUT_LINE(FND_FILE.LOG, 'ERROR: '||l_data);
703: errbuf := 'ERROR :' || l_data;
704: retcode := 2;