DBA Data[Home] [Help]

APPS.EAM_MATERIAL_VALIDATE_PVT dependencies on FND_API

Line 187: , p_commit => FND_API.G_TRUE

183: (p_api_version => l_api_version
184: , x_return_status => l_return_status
185: , x_msg_count => l_msg_count
186: , x_msg_data => l_msg_data
187: , p_commit => FND_API.G_TRUE
188: , p_wip_entity_id => wip_entity_id_tbl(i)
189: , x_shortage_exists => l_shortage_exists
190: , p_source_api => 'Concurrent'
191: );

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

209: EXCEPTION
210: WHEN l_check_shortage_excep THEN
211: FOR indexCount IN 1 ..l_msg_count
212: LOOP
213: errbuf := errbuf || FND_MSG_PUB.get(indexCount, FND_API.G_FALSE);
214: END LOOP;
215: retcode := 2;
216: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
217: WHEN OTHERS THEN