DBA Data[Home] [Help]

APPS.EAM_MATERIAL_VALIDATE_PVT dependencies on FND_API

Line 203: , p_commit => FND_API.G_TRUE

199: (p_api_version => l_api_version
200: , x_return_status => l_return_status
201: , x_msg_count => l_msg_count
202: , x_msg_data => l_msg_data
203: , p_commit => FND_API.G_TRUE
204: , p_wip_entity_id => wip_entity_id_tbl(i)
205: , x_shortage_exists => l_shortage_exists
206: , p_source_api => 'Concurrent'
207: );

Line 229: errbuf := errbuf || FND_MSG_PUB.get(indexCount, FND_API.G_FALSE);

225: EXCEPTION
226: WHEN l_check_shortage_excep THEN
227: FOR indexCount IN 1 ..l_msg_count
228: LOOP
229: errbuf := errbuf || FND_MSG_PUB.get(indexCount, FND_API.G_FALSE);
230: END LOOP;
231: retcode := 2;
232: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
233: WHEN OTHERS THEN