DBA Data[Home] [Help]

APPS.CST_MGD_LIFO_COST_PROCESSOR dependencies on FND_API

Line 826: x_errbuff := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);

822: , 'lifo_cost_processor'
823: );
824: END IF;
825: x_retcode := 2;
826: x_errbuff := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
827: END lifo_cost_processor;
828:
829:
830:

Line 1574: x_errbuff := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);

1570: , 'populate_temp_table'
1571: );
1572: END IF;
1573: x_retcode := 2;
1574: x_errbuff := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
1575: END populate_temp_table;
1576:
1577:
1578: --=========================================================================

Line 2781: x_errbuff := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);

2777: ,'Selective LIFO Purge Failed'
2778: );
2779:
2780: x_retcode := RETCODE_ERROR;
2781: x_errbuff := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
2782:
2783: END Lifo_purge;
2784:
2785: END CST_MGD_LIFO_COST_PROCESSOR;